Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 79147 invoked from network); 31 Jul 2010 14:58:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 31 Jul 2010 14:58:15 -0000 Received: (qmail 37065 invoked by uid 500); 31 Jul 2010 14:58:13 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 36977 invoked by uid 500); 31 Jul 2010 14:58:13 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 36969 invoked by uid 99); 31 Jul 2010 14:58:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Jul 2010 14:58:12 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [207.183.49.139] (HELO production.artifact-software.com) (207.183.49.139) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Jul 2010 14:58:07 +0000 Received: from [192.168.3.171] (unknown [192.168.3.171]) by production.artifact-software.com (Postfix) with ESMTP id 459326A7D3D for ; Sat, 31 Jul 2010 10:57:46 -0400 (EDT) Message-ID: <4C5439E5.4020800@artifact-software.com> Date: Sat, 31 Jul 2010 10:57:41 -0400 From: Ron Wheeler User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.2.7) Gecko/20100713 Thunderbird/3.1.1 MIME-Version: 1.0 To: users@maven.apache.org Subject: Re: Adding the JRE + Jar ulitily to the build References: <1280510733455-2259801.post@n5.nabble.com> <4C541F30.5040807@artifact-software.com> <4C543349.9090204@gmx.de> In-Reply-To: <4C543349.9090204@gmx.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit On 31/07/2010 10:29 AM, Christoph Kutzinski wrote: > I second the advice about getting an own repository manager. > For completeness: Nexus isn't the only repo manager out there :-) You are right. I got Nexus as my first repo without very much research and have been really happy since then with the functionality and the support forum. It has improved productivity and improved our understanding of the "Maven way". I am sure that others have had good success with the other repo choices. The main point that I would like to make is to get your own repo ASAP if you want to enjoy working with Maven. Ron > I know at least of Artifactory and Apache Archiva. > I've made good experience with both Nexus and Artifactory. Cannot say > anything about Archiva. > > Am 31.07.2010 15:03, schrieb Ron Wheeler: >> On 30/07/2010 1:25 PM, Jack Stanley wrote: >>> Hi folks. I am a Build / Release Engineer just getting familiar with >>> Maven. >>> I've been tasked with adding the JRE + the Jar utility to our Maven >>> build. >>> I have done some research, but thought it would be a really good idea >>> to get >>> advice from the experts. Here are my questions: >>> >>> * Should we include the JRE in the maven repo? I didn’t see it in >>> http://repo1.maven.org/, so I >>> assume this is not a standard approach. Should we just check it into >>> SVN? Our project lead >>> did not have any strong opinions on either approach. >>> >>> * What is the best way to include it in the build? Should I use the >>> assembly plugin? If so, does this >>> code snippet make sense: >>> >>> >>> >>> checkout directory/java/jre >>> target/jre >>> >>> >>> >>> Thanks, >>> Jack >>> >> Others might be able to give you a more definitive answer but my >> understanding is as follows >> 1) Sun licensing does not permit some or all of their products to be >> stored in Maven Central >> 2) You can download the JRE and upload it into your own Nexus repo. I am >> not sure if anyone has pom files that you could use but you can put the >> Java jars in without them. >> >> >> It sounds like you are in a serious development organization. If you are >> going to use Maven, you need at least the free version of Nexus and may >> be able to make good use of the professional version. >> Using Maven without your own Repo is way too hard. >> We did that for 2 years and it is one of the biggest regrets that we >> have about how we started the project. >> >> Do you want to distribute the JRE with your application or just use it >> in the build step as a "provided" dependency? >> >> I hope that this helps. >> >> Ron >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org >> For additional commands, e-mail: users-help@maven.apache.org > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org