Skip to content

Instantly share code, notes, and snippets.

@gantzm
Created March 30, 2012 01:58
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 gantzm/2245741 to your computer and use it in GitHub Desktop.
Save gantzm/2245741 to your computer and use it in GitHub Desktop.
Maven pom ordering of elements.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion/>
<parent>
<artifactId/>
<groupId/>
<version/>
<relativePath/>
</parent>
<groupId/>
<artifactId/>
<version/>
<packaging/>
<name/>
<description/>
<url/>
<inceptionYear/>
<organization/>
<licenses/>
<developers/>
<contributors/>
<mailingLists/>
<prerequisites/>
<modules/>
<scm/>
<issueManagement/>
<ciManagement/>
<distributionManagement/>
<properties/>
<dependencyManagement/>
<dependencies/>
<repositories/>
<pluginRepositories/>
<build/>
<reports/>
<reporting/>
<profiles/>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment