Skip to content

Instantly share code, notes, and snippets.

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/ed28d937217565b890ca246fadef5a29 to your computer and use it in GitHub Desktop.
Save Marthijs-Berfelo/ed28d937217565b890ca246fadef5a29 to your computer and use it in GitHub Desktop.
Step 5 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>
<artifactId>orders-system-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>mule</packaging>
<name>Mule orders-system-api Application</name>
<parent>
<groupId>org.hybrit</groupId>
<artifactId>order-management-parent-pom</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment