Skip to content

Commit

Permalink
Issue #44: Se agrega pom padre para generar todos los proyectos en el…
Browse files Browse the repository at this point in the history
… orden correspondiente.
  • Loading branch information
Adriel Paredes authored and Adriel Paredes committed Jul 26, 2011
1 parent b735224 commit 7439927
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<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>4.0.0</modelVersion>

<groupId>ar.com.wilson.ac</groupId>
<artifactId>accionciudadana</artifactId>
<version>1.0</version>
<packaging>pom</packaging>
<name>accionciudadana</name>

<modules>
<module>intac</module>
<module>repository</module>
<module>wilsond</module>
<module>webac</module>
<module>actest</module>
</modules>





</project>

0 comments on commit 7439927

Please sign in to comment.