Add dependency to existing pom.xml via shell
Is there a way to add dependencies to an existing pom.xml via shell script?
Something like:
mvn dependency:add -DgroupID=com.acme -DartifactId=project
[Update] Clarified that I want to add to an existing pom