-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #44: Se agrega pom padre para generar todos los proyectos en el…
… 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.
There are no files selected for viewing
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
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> |