hallo

well i hope its that simple :)

just add it as a dependency!

<dependency>
        <groupId>${project.groupId}</groupId>
        <artifactId>common</artifactId>
        <version>${project.version}</version>
</dependency>

this could be a module in the multimodule build too. no difference to
'external' dependencies.

regards

ossi



David C. Hicks schrieb:
> I'm sure I'm going to feel stupid when someone tells me how, but I can't
> find a way to refer to another module's artifact from within the same
> multi-module pom.  Specifically, I have an "integration test" module in
> which I want to use the Jetty plugin to run the WAR created by a prior
> module's build.  I just don't know how to refer to that artifact from
> one of its sibling modules.  Anyone?
> 
> Thanks,
> Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to