Re: how to proxy a one nexus instance via another local one

2012-11-09 Thread Laird Nelson
On Fri, Nov 9, 2012 at 2:01 PM, Davis, Chad wrote: > 1) set up local nexus to have a proxy repo that proxies the release > nexus's "public" group, if this even works technically > I've been told on this list this is a no-no, because you have to pick an artifact type when you proxy (release

Re: how to proxy a one nexus instance via another local one

2012-11-09 Thread Vincent Latombe
Hello, this is rather a Nexus question, but so far your solution looks good to me. Vincent 2012/11/9 Davis, Chad > This may be a nexus only question, in which case I'll take it to the nexus > list. However, It may also be something better handled from within maven > itself. I'm not sure. > >

RE: maven release plugin: release:prepare fails (svn/ maven bug)

2012-11-09 Thread Ken O'Connell
Robert Thanks you very much for your reply. Unfortunately, I am still having the same issue with release:prepare goal after making this change (i.e. utilizing 2.3.2 version of the maven-release-plugin, AND using the svnjava (maven-scm-plugin) as suggested in my parent pom. I should have mention

Re: Maven 3.0.4 and maven-release-plugin 2.3.2

2012-11-09 Thread Anders Hammar
I don't have the in-depth knowledge of the release-plugin, but I think that the problem might be that you don't have an aggregate build. So the dependency to commons in bizcore is actually referencing a SNAPSHOT version (the value of project.version). I would even go as far as if you don't have a m

Re: Include child binaries in a assembly distribution

2012-11-09 Thread Wayne Fay
> distribution. I am guessing this is due to the module 3 pom not > really creating a maven artifact like a jar/war/ear, but instead it > creates a zip. > > Is there anyway from my child distribution pom/assembly to include the > zip archive that was created as part of the module 3 build? Most li

Re: Include child binaries in a assembly distribution

2012-11-09 Thread Billy Newman
Any ideas? On Thu, Nov 8, 2012 at 12:40 PM, Billy Newman wrote: > Almost there getting a final distribution build. I am having one last > problem that I am not sure how to solve: > > Project layout > -->module 1 (jar) > -->module 2 (war) > -->module 3 (zip) This module builds a zip archive using

Maven 3.0.4 and maven-release-plugin 2.3.2

2012-11-09 Thread S I
I've recently upgraded to maven 3.0.4. Things went smoothly, but to complete the upgrade I wanted to see how my release process worked on top of the latest maven edition. I've run into some problems, and I'm in need of some advice. I'm using maven 3.0.4 with maven-release-plugin 2.3.2.

Re: Importing large project into Eclipse hangs on constant percent

2012-11-09 Thread Wayne Fay
> Sorry for mail sequence, but in eclipse > Window|Preferences|Maven|User Settings ... >> Sorry i missed one point, m2e settings are important, not the command line >> mvn. The Eclipse M2E project maintains its own lists which should be used for this discussion: http://www.eclipse.org/m2e/ Wayne

Re: Checking out and building a project

2012-11-09 Thread Wayne Fay
> I am told to get below for a snapshot. > > http://svn.apache.org/repos/asf/james/current/ > > I want to check out and build > > When i want to "svn co" and "mvn clean compile" ; > > I am getting error telling some module of pom.xml does not exist. If you are having problems following the directi

Checking out and building a project

2012-11-09 Thread Merve Temizer
Hello, I am told to get below for a snapshot. http://svn.apache.org/repos/asf/james/current/ I want to check out and build When i want to "svn co" and "mvn clean compile" ; I am getting error telling some module of pom.xml does not exist. I need only server project under james and also have t

Re: Importing large project into Eclipse hangs on constant percent

2012-11-09 Thread Merve Temizer
Sorry for mail sequence, but in eclipse Window|Preferences|Maven|User Settings i see warning: User settings file doesn't exist. I do not know if it was so when i was able to import and build projects 2012/11/9 Merve Temizer > Sorry i missed one point, m2e settings are important, not the comm

Re: Importing large project into Eclipse hangs on constant percent

2012-11-09 Thread Merve Temizer
Sorry i missed one point, m2e settings are important, not the command line mvn. 2012/11/9 Merve Temizer > Hello again, > > I found my settings.xml under > > /usr/local/apache-maven-3.0.4/conf > > this is the maven i see when run "mvn --v" > > its content is here: > > As you can see below its pro

Re: Importing large project into Eclipse hangs on constant percent

2012-11-09 Thread Merve Temizer
Hello again, I found my settings.xml under /usr/local/apache-maven-3.0.4/conf this is the maven i see when run "mvn --v" its content is here: As you can see below its proxy setting are commented off 2012/11/9 Merve Temizer > > > 2012/11/8 Wayne Fay > >> > My settings.xml does no

Re: Importing large project into Eclipse hangs on constant percent

2012-11-09 Thread Merve Temizer
2012/11/8 Wayne Fay > > My settings.xml does not exist. I do not know if i have deleted it by > > mistake. > > How do you know this? What directory (-ies) did you look in to find it? > I searched my home directory in ubuntu /home/myusername also looked at /home/myusername/.m2 > > > If you advis

RE: How to optimize maven dependencies to get better performance?

2012-11-09 Thread Wang, Simon
Sorry, reply it too late. Brian, you're right, after move it out, works for me. Thanks! Regards Simon -Original Message- From: Brian Fox [mailto:bri...@infinity.nu] Sent: 2012年10月16日 19:30 To: Maven Users List Subject: Re: How to optimize maven dependencies to get better performance? Th