Skip to content

Instantly share code, notes, and snippets.

@Marthijs-Berfelo
Last active September 20, 2018 14:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Marthijs-Berfelo/17baf10f69e8580df23b00e3410d56c6 to your computer and use it in GitHub Desktop.
Save Marthijs-Berfelo/17baf10f69e8580df23b00e3410d56c6 to your computer and use it in GitHub Desktop.
Step 2 of 5 refactorings described in: https://www.hybrit.org/blog-mulesoft-parent-pom-in-5-steps/ a blog about creating a parent POM.xml for Mulesoft projects
...
<modelVersion>4.0.0</modelVersion>
<groupId>org.hybrit</groupId>
<artifactId>order-management-parent-pom</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Mule order-management-parent-pom Application</name>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment