Suppose project A produces three packages (using the assembly plugin
with different ids/classifiers):
A-1.0-dlls.zip
A-1.0-libs.zip
A-1.0-headers.zip
Now suppose project B wants to depend on _all_ of A. I have write out
three separate dependency sections, each one with a different
classifier. Isn't there any way I can specify all the classifiers in
the same section, or even better just use a wildcard, like so?
<dependency>
<groupId>ad.3rdparty</groupId>
<artifactId>zlib</artifactId>
<version>[1.2.5]</version>
<type>zip</type>
<classifier>*</classifier>
</dependency>
Thanks,
Phillip
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]