Created
June 12, 2013 12:15
-
-
Save cfeduke/5764750 to your computer and use it in GitHub Desktop.
sed replace maven variable in pom
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| find . -name pom.xml -print0 | xargs -0 sed -i "" "s/{artifactId}/{project.artifactId}/g" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment