Hi friends,
I want to install a jar in my local repo.
mvn install -f pom_components.xml
The problem: In the pom_components.xml I have a dependency with a variable
${maven.build.parent}
Now I thought I can write following:
mvn install -f pom_components.xml -Dmaven.build.parent=sys
But it doesn't work.
Have anyone an idea ?
Thanks.
--
View this message in context:
http://www.nabble.com/Installing-a-jar-in-my-local-repo-I-want-to-use-a-systemproperty-t1562005.html#a4242117
Sent from the Maven - Dev forum at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]