diff --git a/archetype/pom.xml b/archetype/pom.xml
deleted file mode 100755
index 508f15a..0000000
--- a/archetype/pom.xml
+++ /dev/null
@@ -1,89 +0,0 @@
-
-
-
- 4.0.0
-
- br.gov.frameworkdemoiselle
- demoiselle-framework-archetype-build
- 2.3.0-RC2-SNAPSHOT
- pom
-
- Archetypes Build Aggregator
-
-
-
-
- jsf-jpa
- minimal
-
-
-
-
-
- org.codehaus.mojo
- wagon-maven-plugin
-
- .
- true
-
-
-
- org.apache.maven.plugins
- maven-deploy-plugin
-
- true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- file://${project.build.directory}/tmp
-
-
-
diff --git a/documentation/pom.xml b/documentation/pom.xml
deleted file mode 100755
index 915f931..0000000
--- a/documentation/pom.xml
+++ /dev/null
@@ -1,89 +0,0 @@
-
-
-
- 4.0.0
-
- br.gov.frameworkdemoiselle
- demoiselle-framework-documentation-build
- pom
- 2.3.0-RC2-SNAPSHOT
-
- Documentation Build Aggregator
-
-
-
-
- reference
- quickstart
-
-
-
-
-
- org.codehaus.mojo
- wagon-maven-plugin
-
- .
- true
-
-
-
- org.apache.maven.plugins
- maven-deploy-plugin
-
- true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- file://${project.build.directory}/tmp
-
-
-
diff --git a/impl/extension/pom.xml b/impl/extension/pom.xml
deleted file mode 100755
index dac2c56..0000000
--- a/impl/extension/pom.xml
+++ /dev/null
@@ -1,91 +0,0 @@
-
-
-
- 4.0.0
-
- br.gov.frameworkdemoiselle
- demoiselle-framework-extension-build
- 2.3.0-RC2-SNAPSHOT
- pom
-
- Extensions Build Aggregator
- Demoiselle Extensions Build Aggregator (JPA, JSF, Swing)
-
-
- jta
- servlet
- jsf
- se
- jpa
-
-
-
-
-
- org.codehaus.mojo
- wagon-maven-plugin
-
- .
- true
-
-
-
- org.apache.maven.plugins
- maven-deploy-plugin
-
- true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- file://${project.build.directory}/tmp
-
-
-
diff --git a/impl/pom.xml b/impl/pom.xml
deleted file mode 100755
index 0f4687a..0000000
--- a/impl/pom.xml
+++ /dev/null
@@ -1,88 +0,0 @@
-
-
-
- 4.0.0
-
- br.gov.frameworkdemoiselle
- demoiselle-framework-impl-build
- 2.3.0-RC2-SNAPSHOT
- pom
-
- Implementations Build Aggregator
- Demoiselle Implementations Build Aggregator (Core and Extensions)
-
-
- core
- extension
-
-
-
-
-
- org.codehaus.mojo
- wagon-maven-plugin
-
- .
- true
-
-
-
- org.apache.maven.plugins
- maven-deploy-plugin
-
- true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- file://${project.build.directory}/tmp
-
-
-
diff --git a/parent/pom.xml b/parent/pom.xml
deleted file mode 100755
index cf638fa..0000000
--- a/parent/pom.xml
+++ /dev/null
@@ -1,94 +0,0 @@
-
-
-
- 4.0.0
-
- br.gov.frameworkdemoiselle
- demoiselle-framework-parent-build
- 2.3.0-RC2-SNAPSHOT
- pom
-
- Parent Build Aggregator
-
-
-
-
- framework
- archetype
- minimal
- extension
- servlet
- jsf
- se
-
-
-
-
-
- org.codehaus.mojo
- wagon-maven-plugin
-
- .
- true
-
-
-
- org.apache.maven.plugins
- maven-deploy-plugin
-
- true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- file://${project.build.directory}/tmp
-
-
-
diff --git a/pom.xml b/pom.xml
index 5b0dd11..5440818 100755
--- a/pom.xml
+++ b/pom.xml
@@ -56,10 +56,23 @@
- impl
- parent
- archetype
- documentation
+ impl/core
+ impl/extension/jpa
+ impl/extension/jsf
+ impl/extension/jta
+ impl/extension/se
+ impl/extension/servlet
+ parent/framework
+ parent/minimal
+ parent/extension
+ parent/jsf
+ parent/servlet
+ parent/se
+ parent/archetype
+ archetype/minimal
+ archetype/jsf-jpa
+ documentation/quickstart
+ documentation/reference
--
libgit2 0.21.2