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?
-- 
View this message in context: 
http://old.nabble.com/jnlp-plugin-tp28287955p28287955.html
Sent from the Maven - Users mailing list archive at Nabble.com.

Reply via email to