solo turn wrote:

i tried to include all the jars which belong to plexus-components:

myproject.pom contains:
 <dependencies>
 <dependency>
 <groupId>plexus</groupId>
 <artifactId>plexus-components</artifactId>
 <version>1.0</version>
 <scope>compile</scope>
 </dependency>

m2 tries to download a "plexus-components.jar". but it should
download the plexus-components modules jars.

http://jira.codehaus.org/browse/MNG-313 already exists to implement this.


i'm unsure how i would write the myproject.pom to do that, or how the
"plexus-compontens.pom" should look like with the features you
suggested to use.

You can declare a POM with dependencies on all the components, for example.

- Brett


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to