Skip to content

Instantly share code, notes, and snippets.

@jacobheric
Created March 13, 2011 00:19
Show Gist options
  • Save jacobheric/867734 to your computer and use it in GitHub Desktop.
Save jacobheric/867734 to your computer and use it in GitHub Desktop.
A multiple module maven parent pom snippet
<artifactId>youbrew-parent</artifactId>
<packaging>pom</packaging>
<name>Youbrew-ExtJS Parent Application</name>
<modules>
<module>youbrew-domain</module>
<module>youbrew-service</module>
<module>youbrew-persist</module>
<module>youbrew-webapp</module>
</modules>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment