From eef62c1922760631296899058577a2c02f50d65c Mon Sep 17 00:00:00 2001 From: Cleverson Sacramento Date: Wed, 19 Sep 2012 11:28:16 -0300 Subject: [PATCH] Remoção dos build aggregators intermediários para simplificar o processo. Agora só tem um agregador: o raiz (demoiselle-framework-build) --- archetype/pom.xml | 89 ----------------------------------------------------------------------------------------- documentation/pom.xml | 89 ----------------------------------------------------------------------------------------- impl/extension/pom.xml | 91 ------------------------------------------------------------------------------------------- impl/pom.xml | 88 ---------------------------------------------------------------------------------------- parent/pom.xml | 94 ---------------------------------------------------------------------------------------------- pom.xml | 21 +++++++++++++++++---- 6 files changed, 17 insertions(+), 455 deletions(-) delete mode 100755 archetype/pom.xml delete mode 100755 documentation/pom.xml delete mode 100755 impl/extension/pom.xml delete mode 100755 impl/pom.xml delete mode 100755 parent/pom.xml 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