Re: maven-javadoc-plugin how to configure both aggregate and non-appregate reports

2009-11-02 Thread Stephen Connolly
false 2009/11/2 David Hoffer : > I'm using the latest version of maven-javadoc-plugin using its new > reportSets options,  Since I have a multi module project I'd like the top > level to have aggregate javadoc reports and then at the java child projects > have javadocs for that module too. > >

maven-javadoc-plugin how to configure both aggregate and non-appregate reports

2009-11-02 Thread David Hoffer
I'm using the latest version of maven-javadoc-plugin using its new reportSets options, Since I have a multi module project I'd like the top level to have aggregate javadoc reports and then at the java child projects have javadocs for that module too. However I never get any javadocs reports at th

Re: snapshots resolution, metadata and classifier

2009-11-02 Thread Julien CARSIQUE
Or not :( Here is the case layout: nuxeo-distribution/ |-- nuxeo-distribution-jboss/ |-- ... Running from root module (nuxeo-distribution), default classifier of a sub-module is deployed with a unique version: Uploading: http://maven.in.nuxeo.com/snapshots/org/nuxeo/ecm/distribution/nuxeo-d

Re: Is there a way to say "get the latest version" in the project.xml file?

2009-11-02 Thread Michael Remijan
In your dependency, you might be able to do something like this: [0.0.1,) which means any version greater than or equal to 0.0.1. However, this depends on your Maven version because I think it's relatively new. From: laredotornado To: users@maven.apache.org

Is there a way to say "get the latest version" in the project.xml file?

2009-11-02 Thread laredotornado
Hi, I'm using Maven 1.1. I have this dependency in my test/project.xml file ... myco.dor.dmv.driver.matching myco-dor-dmv-driver-matching-client ${pom.currentVersion} However, there is no "${pom.currentVersion}" of this particular dependency at this time. Is

resume from in maven-3.0.0-snapshot?

2009-11-02 Thread oren livne
Dear All, Is there an equivalent of "mvn -rf " in maven 3.0.0-SNAPSHOT? I can't find it in the command-line options. -- View this message in context: http://old.nabble.com/resume-from-in-maven-3.0.0-snapshot--tp26157734p26157734.html Sent from the Maven - Users mailing list archive at Nabble.co

Customizing a shared assembly in a project

2009-11-02 Thread Michael Remijan
I have this simple shared assembly defined in it's own project which I pull in as a dependency via a configuration of the maven-assembly-plugin. Here's the assembly: http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instanc