Does jnlp-war have a normal dependency on jnlp-main-jar? On 2010-04-21 08:47, sudharma karekar wrote: > > I have a parent project called jnlp-test under which I have two projects > jnlp-war and jnlp-main-jar > It looks something like this > > jnlp-test(parent) > jnlp-main-jar(child) > jnlp-war(child) > > I am using the webstart-maven-plugin to build the war. I have an entry in > the jnlp-war pom to include the jnlp-main-jar using the jarResource tag. Now > I would expect that when I run the mvn package command, it would use the > jnlp-main-jar from the target folder of the jnlp-main-jar project. Instead > it searches for it in the local repository, which does not have the jar, > since I have not installed it. > > Can someone suggest a way out?
-- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
