How to release a single module in a Mercurial repository?

2011-03-02 Thread Andreas Ebbert-Karroum
Hi, I have put the challange to the twitterverse yesterday, but got no replies ( http://twitter.com/#!/AndreasEK/status/42638034545549312). I think it is not possible at the moment. Challenge: Given a hg repository with a multi-module maven project, how can you release a single module? Bonus: Mak

Re: No assembly descriptors found.

2011-03-02 Thread luli
I have the same problem, I get "Error reading assemblies: No assembly descriptors found" when building my project.I'm trying to set permissions for my .sh files and exclude a nasty .jar file that makes my application crash...I don't think the problem is about that though My maven-assembly plug

Re: How to release a single module in a Mercurial repository?

2011-03-02 Thread Andreas Ebbert-Karroum
Hi Martin, 2011/3/2 Martin Gainty > when passing command parameters identify the key=value to > command-line-parameter in this fashion -Dkey=value for example > becomes > > -Dmaven.repo.local=/fu/bar > > can you display release.properties to maven-users list? > That's what I tried. Something

Re: How to release a single module in a Mercurial repository?

2011-03-02 Thread Andreas Ebbert-Karroum
Hi, it seems like the bug concerning this behaviour has recently been fixed for maven-release-plugin:2.2 http://jira.codehaus.org/browse/MRELEASE-457 But ... svn.apache.org is currently down for me, so I cannot checkout the trunk. Also the snapshot is not available from http://repo2.maven.org/ma

Re: How to release a single module in a Mercurial repository?

2011-03-02 Thread Olivier Lamy
Hello, snapshots are available here : https://repository.apache.org/content/groups/snapshots-group/ -- Olivier Lamy http://twitter.com/olamy http://www.linkedin.com/in/olamy 2011/3/2 Andreas Ebbert-Karroum : > Hi, > > it seems like the bug concerning this behaviour has recently been fixed for >

RE: Continuous Delivery and Maven

2011-03-02 Thread epabst
I've put a lot of thought into this because I'm working on designing continuous delivery with Maven, Hudson, and Nexus. Our criteria is this: - We want to have continuous integration of stable versioned components. - We don't want to have noise in the SCM logs. - We want builds to be repeatable a

RE: Continuous Delivery and Maven

2011-03-02 Thread Yanko, Curtis
This sounds promising Curt Yanko | Continuous Integration Services | UnitedHealth Group IT Making IT Happen, one build at a time, 600 times a day > -Original Message- > From: epabst [mailto:epa...@gmail.com] > Sent: Wednesday, March 02, 2011 10:25 AM

invoking custom tests from another branch

2011-03-02 Thread John Lussmyer
I've inherited a huge complex Maven build process that needs some updates. One thing we have is some custom test code in one place that is invoked via "mvn clean install -DinContainterITest" Now I'd like to invoke that (and several others in other pom's) from a pom that is in a different branch o

Re: Continuous Delivery and Maven

2011-03-02 Thread Marcin Kuthan
Hi, On 2 March 2011 16:25, epabst wrote:Hi > I've put a lot of thought into this because I'm working on designing > continuous delivery with Maven, Hudson, and Nexus.  Our criteria is this: > > - We want to have continuous integration of stable versioned components. > - We don't want to have nois

Plexus configuration versus parameter substutition

2011-03-02 Thread Benson Margulies
I would be ever-so-grateful if someone would tell me if the following is expected. Using maven 2.2.1 or 3.0.0. I have a plugin I built. One of its parameters is treated just as arbitrary XML: declared as PlexusConfiguration. In the XML of the example at hand, there is a use of a parameter refere

RE: Continuous Delivery and Maven

2011-03-02 Thread Jason Chaffee
Sounds like something WealthFront would be doing. :) -Original Message- From: epabst [mailto:epa...@gmail.com] Sent: Wed 3/2/2011 7:25 AM To: users@maven.apache.org Subject: RE: Continuous Delivery and Maven I've put a lot of thought into this because I'm working on designing continuou

Re: Plexus configuration versus parameter substutition

2011-03-02 Thread Benson Margulies
I've been perusing a set of JIRAs linked to MNGECLIPSE-299, and they all seem to describe variations on this theme. This doesn't turn out to be about indirection, but about ${settings.localRepository}. But I'm not sure what I'd report this against were I to build up a repro. What JIRA-able compon