Skip to content

Instantly share code, notes, and snippets.

@cfeduke
Created June 12, 2013 12:15
Show Gist options
  • Select an option

  • Save cfeduke/5764750 to your computer and use it in GitHub Desktop.

Select an option

Save cfeduke/5764750 to your computer and use it in GitHub Desktop.
sed replace maven variable in pom
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