commit 2e9b460c50358616da2d4ec62bc3038da6cf5dad Author: Lee Carver Date: Tue Feb 4 13:51:14 2014 -0800 STRY0057770: Add -Z parent for late build modules. Maven's release tool thinks the shared parent has the wrong version when we build the components in multiple stages. diff --git a/glide-app-itbm/pom.xml b/glide-app-itbm/pom.xml index 4f41fbb..6ea61a2 100644 --- a/glide-app-itbm/pom.xml +++ b/glide-app-itbm/pom.xml @@ -3,10 +3,11 @@ 4.0.0 com.snc - glide-module-parent + glide-module-parent-z 5.0.0.0-SNAPSHOT - ../glide-module-parent/pom.xml + ../glide-module-parent-z/pom.xml + glide-app-itbm IT Business Management applications diff --git a/glide-autotester/pom.xml b/glide-autotester/pom.xml index ad7e17e..a63bf82 100644 --- a/glide-autotester/pom.xml +++ b/glide-autotester/pom.xml @@ -3,10 +3,11 @@ 4.0.0 com.snc - glide-module-parent + glide-module-parent-z 5.0.0.0-SNAPSHOT - ../glide-module-parent/pom.xml + ../glide-module-parent-z/pom.xml + glide-autotester Glide Autotester diff --git a/glide-cms/pom.xml b/glide-cms/pom.xml index 7e44020..fdebd35 100644 --- a/glide-cms/pom.xml +++ b/glide-cms/pom.xml @@ -3,10 +3,11 @@ 4.0.0 com.snc - glide-module-parent + glide-module-parent-z 5.0.0.0-SNAPSHOT - ../glide-module-parent/pom.xml + ../glide-module-parent-z/pom.xml + glide-cms Glide Content Management System and HomePage diff --git a/glide-integrations/pom.xml b/glide-integrations/pom.xml index 898423c..ccfb8c8 100644 --- a/glide-integrations/pom.xml +++ b/glide-integrations/pom.xml @@ -3,10 +3,11 @@ 4.0.0 com.snc - glide-module-parent + glide-module-parent-z 5.0.0.0-SNAPSHOT - ../glide-module-parent/pom.xml + ../glide-module-parent-z/pom.xml + glide-integrations Glide Integrations diff --git a/glide-module-master-z/pom.xml b/glide-module-master-z/pom.xml index d2ba79f..359d47b 100644 --- a/glide-module-master-z/pom.xml +++ b/glide-module-master-z/pom.xml @@ -9,12 +9,12 @@ glide-module-master-z - Master project for glide modules and services + Master Z project for glide modules and services 5.0.0.0-SNAPSHOT pom - ../glide-module-parent + ../glide-module-parent-z ../glide-app-itbm diff --git a/glide-module-parent-z/pom.xml b/glide-module-parent-z/pom.xml new file mode 100644 index 0000000..01b4f1b --- /dev/null +++ b/glide-module-parent-z/pom.xml @@ -0,0 +1,214 @@ + + + 4.0.0 + + com.snc + glide-build-bootstrap + 5.0.0.0 + ../glide-build-bootstrap/pom.xml + + + glide-module-parent-z + Parent Z project for glide modules + 5.0.0.0-SNAPSHOT + pom + + + 5.0.0.0-SNAPSHOT + 5.0.0.0-SNAPSHOT + 5.0.0.0-SNAPSHOT + + + 1.5 + + + + + + com.snc + glide + ${glide.version} + + + junit + junit + 4.10 + test + + + + + + + javax.servlet + javax.servlet-api + 3.0.1 + provided + + + + org.bouncycastle + bcmail-jdk15on + 1.50 + + + + org.bouncycastle + bcprov-jdk15on + 1.50 + + + + org.bouncycastle + bcpkix-jdk15on + 1.50 + + + + + com.snc + glide-oauth + ${project.version} + + + com.snc + glide-paas + ${project.version} + + + com.snc + glide-rest + ${project.version} + + + + + org.hamcrest + hamcrest-core + 1.3 + + + org.hamcrest + hamcrest-integration + 1.3 + + + org.mockito + mockito-core + 1.9.5 + + + org.powermock + powermock-module-junit4 + ${powermock.version} + + + + junit + junit + + + + + org.powermock + powermock-api-mockito + ${powermock.version} + + + + + + + + src/main/plugins + GLIDE-INF/plugins + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.reflections + reflections-maven + [0.9.8,) + + reflections + + + + + true + + + + + + + + + + + + + + org.reflections + reflections-maven + 0.9.8 + + + reflections-process-classes + + reflections + + process-classes + + TypeAnnotationsScanner, SubTypesScanner, MethodAnnotationsScanner, FieldAnnotationsScanner + false + + + + reflections-process-test-classes + + reflections + + process-test-classes + + TypeAnnotationsScanner, SubTypesScanner, MethodAnnotationsScanner, FieldAnnotationsScanner + true + + + + + + org.reflections + reflections + 0.9.8-snc9 + + + + + + + + + + stable + SNC Stable + https://release.devsnc.com/content/groups/stable + + true + + + false + + + + +