Re: Surefire and non-jar artifacts

2010-02-15 Thread Stephen Connolly
On 16 February 2010 07:48, Stephen Connolly wrote: > Just to clarify what I am suggesting: > > Plan 1 - which I have rejected on the basis that I feel it is > un-Maven-like... if somebody who has a strong opinion on the > architecture and direction of Maven feels that it actually is a > Maven-like

Re: Surefire and non-jar artifacts

2010-02-15 Thread Stephen Connolly
Just to clarify what I am suggesting: Plan 1 - which I have rejected on the basis that I feel it is un-Maven-like... if somebody who has a strong opinion on the architecture and direction of Maven feels that it actually is a Maven-like way, then perhaps we should reconsider: Add an additional dep

Invoker plugin fails to copy archetype JAR to local repo on Maven 3.0-alpha-6

2010-02-15 Thread Matthew McCullough
Just mentioning this in case the folks on the Maven 3.0 coding effort want to take a look. It works with Maven 2.2.1, but fails on 3.0-alpha-6. It simply doesn't copy the final Archetype-produced JAR into the target temporary repo specified by the ${project.build.directory}/it/repo tag. http://j

Re: Surefire and non-jar artifacts

2010-02-15 Thread Stephen Connolly
Sent from my [rhymes with tryPod] ;-) On 15 Feb 2010, at 19:23, David Jencks wrote: Recall that a conformant rar file has all its classes in embedded jar files, so putting the "outside" actual rar file on the classpath doesn't give you access to any classes. If you put classes "loose"

Re: [jira] Created: (MCHECKSTYLE-130) multimodule project requires src/main/java after 2.5 update

2010-02-15 Thread Brett Porter
You should be posting this to the issue itself, replying to the mail won't be included. Maven devs - I've changed the Nabble forum to not allow posting to iss...@. Hopefully that will help. - Brett On 16/02/2010, at 10:02 AM, Briankous wrote: > > "However, you do not include java code in you

Re: Surefire and non-jar artifacts

2010-02-15 Thread David Jencks
Recall that a conformant rar file has all its classes in embedded jar files, so putting the "outside" actual rar file on the classpath doesn't give you access to any classes. If you put classes "loose" inside a rar then a compliant j2ca container will probably ignore them. On Feb 15, 2010,

Re: svn commit: r910267 - /maven/core-integration-testing/trunk/core-it-suite/pom.xml

2010-02-15 Thread Benjamin Bentmann
Jason van Zyl wrote: Can't we do free port detection? Maybe, but the point here is that we don't need this port at all. We don't control EMMA remotely. Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org F

Re: svn commit: r910267 - /maven/core-integration-testing/trunk/core-it-suite/pom.xml

2010-02-15 Thread Jason van Zyl
Can't we do free port detection? On Feb 15, 2010, at 12:15 PM, bentm...@apache.org wrote: > Author: bentmann > Date: Mon Feb 15 17:15:24 2010 > New Revision: 910267 > > URL: http://svn.apache.org/viewvc?rev=910267&view=rev > Log: > o Disabled EMMA runtime controller to avoid port conflicts > >

Surefire and non-jar artifacts

2010-02-15 Thread Stephen Connolly
Hi, So the lovely JCA resource adapters (a.k.a. rar files)... In Maven 2.0.9, these were added to the classpath In Maven 2.2.1, these are no longer added to the classpath... The former made testing resource adapters easy, but causes issues when packaging a resource adapter in an EAR... The lat

Re: Artifact instances in a reactor build

2010-02-15 Thread Jason van Zyl
Our assumption thus far has been that for a given build, including within a reactor, that the dependencies would boil down to a graph so by definition one instance. I think what you're seeing is the transformation of the tree to a graph and having leftovers. So for right now, for all the use ca

[ANN] Maven GPG Plugin 1.0 Released

2010-02-15 Thread Benjamin Bentmann
The Maven team is pleased to announce the release of the Maven GPG Plugin, version 1.0. This plugin is used to create signatures for project artifacts using the GnuPG tool. Please see the plugin's site for more details: http://maven.apache.org/plugins/maven-gpg-plugin/ To use the updated p