Add dependency to Maven's pom.xml via shell

Posted by oschrenk on Stack Overflow See other posts from Stack Overflow or by oschrenk
Published on 2010-04-29T12:53:08Z Indexed on 2010/04/29 12:57 UTC
Read the original article Hit count: 321

Filed under:
|
|
|

Is there a way to add dependencies via shell script?

Something like:

mvn dependency:add -DgroupID=com.acme -DartifactId=project

© Stack Overflow or respective owner

Related posts about maven

Related posts about java