Wayne: It now takes both the main artifact AND the classified attachment. Closer, but still wrong. So odd.
Tom -----Original Message----- From: Wayne Fay [mailto:[email protected]] Sent: Friday, March 05, 2010 3:09 PM To: Maven Users List Subject: Re: Including sibling module attachment inside another module artifact > <artifactItem> > <groupId>com.xxxxx</groupId> > <artifactId>module1</artifactId> > <version>${project.version}</version> > <type>jar</type> <classifier>blah</classifier> Did you try this? The documentation doesn't show it, but the API [1] has a getClassifier() which makes me think its there. [1] http://maven.apache.org/plugins/maven-dependency-plugin/apidocs/org/apache/maven/plugin/dependency/fromConfiguration/ArtifactItem.html Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
