> <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]