Let's say I have a dependency that looks something like
<dependency>
<groupId>com.foo</groupId>
<artifactId>bar</artifactId>
<version>1.0</version>
</dependency>
This artifact gets deployed with an additional assembly, baz.tar.gz, that I
want to make use of in this project. Is baz.tar.gz accessible from this
project? If so, how do I reference it? Followup question, what I really
want to do is extract baz.tar.gz to directory baz and arrange for baz to be
included in an assembly to be built by this project - how would I arrange
for that to happen?
--
C. Benson Manica
[email protected]