Created
March 13, 2011 00:19
-
-
Save jacobheric/867734 to your computer and use it in GitHub Desktop.
A multiple module maven parent pom snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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