From df48538c4ad374fb19523cfd52e422cf2cb011b6 Mon Sep 17 00:00:00 2001 From: Sanjay Dalal Date: Fri, 2 Apr 2010 23:22:16 +0000 Subject: [PATCH] NOJIRA - consolidated plugins into pluginsmanagement of trunk/pom.xml and trunk/services/pom.xml. Shrinked pom.xml of jaxb modules of all the services. No need to give plugin details for commonly used plugins by a cs service. This change was triggerd by a CNFE for com.sun.xml.bind class during the build. JAXB related dependencies were conflicting between plugins and other places. test: mvn test at the service layer --- pom.xml | 37 +++++- services/JaxRsServiceProvider/pom.xml | 21 ++-- services/account/client/pom.xml | 20 ---- services/account/jaxb/pom.xml | 53 +------- services/account/pom.xml | 43 +------ services/account/pstore/pom.xml | 53 +++----- services/account/service/pom.xml | 16 +-- services/acquisition/jaxb/pom.xml | 62 ---------- services/authentication/jaxb/pom.xml | 44 +------ services/authentication/pstore/pom.xml | 53 +++----- services/authentication/service/pom.xml | 21 +--- services/authorization/jaxb/pom.xml | 46 +------ services/authorization/pstore/pom.xml | 40 ++----- services/authorization/service/pom.xml | 8 -- services/collectionobject/jaxb/pom.xml | 61 +--------- services/collectionobject/service/pom.xml | 16 +-- services/common/pom.xml | 40 ------- services/contact/jaxb/pom.xml | 59 +-------- services/dimension/jaxb/pom.xml | 66 +--------- services/id/jaxb/pom.xml | 111 ++++------------- services/intake/jaxb/pom.xml | 62 ---------- services/jaxb/pom.xml | 64 +--------- services/loanin/jaxb/pom.xml | 62 ---------- services/organization/jaxb/pom.xml | 63 +--------- services/person/jaxb/pom.xml | 68 +---------- services/pom.xml | 140 ++++++++++++---------- services/vocabulary/jaxb/pom.xml | 74 +----------- 27 files changed, 207 insertions(+), 1196 deletions(-) diff --git a/pom.xml b/pom.xml index 31da48cb2..1924e1277 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 org.collectionspace.services @@ -238,7 +238,7 @@ org.apache.maven.plugins maven-war-plugin - 2.0.1 + 2.0 WEB-INF/lib/*.jar @@ -248,9 +248,36 @@ + + + org.apache.maven.plugins + maven-jar-plugin + 2.2 + + + + org.apache.maven.plugins + maven-dependency-plugin + + + classpath + + build-classpath + + + classpath + + + + - + + + org.apache.maven.plugins + maven-compiler-plugin + + @@ -282,7 +309,7 @@ 5.1.5 test - + org.collectionspace.services org.collectionspace.services.authorization.service @@ -65,6 +65,11 @@ org.collectionspace.services.account.service ${project.version} + org.collectionspace.services org.collectionspace.services.collectionobject.service @@ -351,7 +356,6 @@ org.apache.maven.plugins maven-war-plugin - 2.0 @@ -366,14 +370,7 @@ - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - + diff --git a/services/account/client/pom.xml b/services/account/client/pom.xml index 11e75fc37..bb2a3e138 100644 --- a/services/account/client/pom.xml +++ b/services/account/client/pom.xml @@ -105,26 +105,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - - - log4j.configuration - file:target/test-classes/log4j.properties - - - - - - maven-compiler-plugin - 2.0.2 - - 1.6 - 1.6 - - diff --git a/services/account/jaxb/pom.xml b/services/account/jaxb/pom.xml index f2c68c394..76f2d73d3 100644 --- a/services/account/jaxb/pom.xml +++ b/services/account/jaxb/pom.xml @@ -14,24 +14,7 @@ services.account.jaxb - - - org.slf4j - slf4j-api - test - - - org.slf4j - slf4j-log4j12 - test - - + com.sun.xml.bind jaxb-impl @@ -44,15 +27,6 @@ org.jvnet.jaxb2_commons runtime - - org.jvnet.hyperjaxb3 - hyperjaxb3-ejb-runtime - - - mysql - mysql-connector-java - - javax.persistence persistence-api @@ -62,9 +36,8 @@ hibernate-entitymanager - org.testng - testng - 5.6 + org.jvnet.hyperjaxb3 + hyperjaxb3-ejb-runtime @@ -76,26 +49,6 @@ org.jvnet.hyperjaxb3 maven-hyperjaxb3-plugin - - - - generate - - - - - true - true - false - garbage - - - - maven-compiler-plugin - - 1.6 - 1.6 - diff --git a/services/account/pom.xml b/services/account/pom.xml index 7d82f8c45..d201af219 100644 --- a/services/account/pom.xml +++ b/services/account/pom.xml @@ -20,49 +20,8 @@ - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins - maven-site-plugin - - /usr/bin/unzip -o > err.txt - - - - org.apache.maven.plugins - maven-war-plugin - 2.0.1 - - WEB-INF/lib/*.jar - - - true - - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.6 - 1.6 - - + diff --git a/services/account/pstore/pom.xml b/services/account/pstore/pom.xml index 105e2459d..698c3786d 100644 --- a/services/account/pstore/pom.xml +++ b/services/account/pstore/pom.xml @@ -19,37 +19,33 @@ - - org.slf4j - slf4j-api - test + com.sun.xml.bind + jaxb-impl - org.slf4j - slf4j-log4j12 - test + org.jvnet.jaxb2-commons + property-listener-injector - - org.collectionspace.services - org.collectionspace.services.account.jaxb - ${project.version} - - - - org.testng - testng - 5.6 + org.jvnet.jaxb2_commons + runtime + mysql mysql-connector-java + + + org.collectionspace.services + org.collectionspace.services.account.jaxb + ${project.version} + - cspace-services-account-client + collectionspace-services-account-pstore maven-antrun-plugin @@ -69,26 +65,7 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - - - log4j.configuration - file:target/test-classes/log4j.properties - - - - - - maven-compiler-plugin - 2.0.2 - - 1.6 - 1.6 - - + diff --git a/services/account/service/pom.xml b/services/account/service/pom.xml index 408a967b9..d727ef854 100644 --- a/services/account/service/pom.xml +++ b/services/account/service/pom.xml @@ -110,21 +110,7 @@ collectionspace-services-account - - org.codehaus.mojo - jboss-maven-plugin - - ${jboss.dir} - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.6 - 1.6 - - + diff --git a/services/acquisition/jaxb/pom.xml b/services/acquisition/jaxb/pom.xml index ffe4c8039..6951c5022 100644 --- a/services/acquisition/jaxb/pom.xml +++ b/services/acquisition/jaxb/pom.xml @@ -17,17 +17,14 @@ com.sun.xml.bind jaxb-impl - 2.0.2 org.jvnet.jaxb2-commons property-listener-injector - 1.0 org.jvnet.jaxb2_commons runtime - 0.4.1.4 @@ -38,65 +35,6 @@ org.jvnet.jaxb2.maven2 maven-jaxb2-plugin - - - - generate - - - - - - - javax.activation - activation - 1.1 - - - com.sun.xml.bind - jaxb-impl - 2.1.2 - - - - - -XtoString - -Xinject-listener-code - - - - - - - org.jvnet.jaxb2_commons - - basic - 0.4.1 - - - - org.jvnet.jaxb2-commons - - - property-listener-injector - - 1.0 - - - - - - - - maven-compiler-plugin - 2.0.2 - - 1.6 - 1.6 - diff --git a/services/authentication/jaxb/pom.xml b/services/authentication/jaxb/pom.xml index 3f91d0bf4..9651a17e2 100644 --- a/services/authentication/jaxb/pom.xml +++ b/services/authentication/jaxb/pom.xml @@ -20,18 +20,6 @@ - - - org.slf4j - slf4j-api - test - - - org.slf4j - slf4j-log4j12 - test - - - javax.persistence persistence-api @@ -62,12 +44,7 @@ org.jvnet.hyperjaxb3 hyperjaxb3-ejb-runtime - + @@ -78,25 +55,6 @@ org.jvnet.hyperjaxb3 maven-hyperjaxb3-plugin - - - - generate - - - - - true - true - false - - - - maven-compiler-plugin - - 1.6 - 1.6 - diff --git a/services/authentication/pstore/pom.xml b/services/authentication/pstore/pom.xml index 2453e9900..e20859e3f 100644 --- a/services/authentication/pstore/pom.xml +++ b/services/authentication/pstore/pom.xml @@ -13,23 +13,28 @@ org.collectionspace.services org.collectionspace.services.authentication.pstore services.authentication.pstore - + authentication.sql ${basedir}/src/main/resources/db/mysql - + - - org.slf4j - slf4j-api - test + com.sun.xml.bind + jaxb-impl - org.slf4j - slf4j-log4j12 - test + org.jvnet.jaxb2-commons + property-listener-injector + + + org.jvnet.jaxb2_commons + runtime + + + mysql + mysql-connector-java @@ -37,16 +42,6 @@ org.collectionspace.services.authentication.jaxb ${project.version} - @@ -70,26 +65,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - - - log4j.configuration - file:target/test-classes/log4j.properties - - - - - - maven-compiler-plugin - 2.0.2 - - 1.6 - 1.6 - - diff --git a/services/authentication/service/pom.xml b/services/authentication/service/pom.xml index 6893b7069..dce7225c6 100644 --- a/services/authentication/service/pom.xml +++ b/services/authentication/service/pom.xml @@ -78,26 +78,7 @@ cspace-services-authn - - org.apache.maven.plugins - maven-surefire-plugin - - - - log4j.configuration - file:target/test-classes/log4j.properties - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.6 - 1.6 - - + diff --git a/services/authorization/jaxb/pom.xml b/services/authorization/jaxb/pom.xml index b02da048c..ada195a8b 100644 --- a/services/authorization/jaxb/pom.xml +++ b/services/authorization/jaxb/pom.xml @@ -14,17 +14,6 @@ - - - org.slf4j - slf4j-api - test - - - org.slf4j - slf4j-log4j12 - test - com.sun.xml.bind jaxb-impl @@ -37,28 +26,17 @@ org.jvnet.jaxb2_commons runtime - - - mysql - mysql-connector-java - - javax.persistence persistence-api - - org.hibernate - hibernate-entitymanager - org.jvnet.hyperjaxb3 hyperjaxb3-ejb-runtime - org.testng - testng - 5.6 + org.hibernate + hibernate-entitymanager @@ -70,27 +48,7 @@ org.jvnet.hyperjaxb3 maven-hyperjaxb3-plugin - - - - generate - - - - - true - true - false - - - - maven-compiler-plugin - - 1.6 - 1.6 - - diff --git a/services/authorization/pstore/pom.xml b/services/authorization/pstore/pom.xml index 195998cfb..149e607ff 100644 --- a/services/authorization/pstore/pom.xml +++ b/services/authorization/pstore/pom.xml @@ -16,27 +16,23 @@ ${basedir}/src/main/resources/db/mysql - - org.slf4j - slf4j-api - test + com.sun.xml.bind + jaxb-impl - org.slf4j - slf4j-log4j12 - test + org.jvnet.jaxb2-commons + property-listener-injector + + + org.jvnet.jaxb2_commons + runtime org.collectionspace.services org.collectionspace.services.authorization.jaxb ${project.version} - - org.testng - testng - 5.6 - mysql mysql-connector-java @@ -64,26 +60,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - - - log4j.configuration - file:target/test-classes/log4j.properties - - - - - - maven-compiler-plugin - 2.0.2 - - 1.6 - 1.6 - - diff --git a/services/authorization/service/pom.xml b/services/authorization/service/pom.xml index e1a895797..aa2c14057 100644 --- a/services/authorization/service/pom.xml +++ b/services/authorization/service/pom.xml @@ -173,14 +173,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - - 1.6 - 1.6 - - diff --git a/services/collectionobject/jaxb/pom.xml b/services/collectionobject/jaxb/pom.xml index 0d68379c9..1417f3a15 100644 --- a/services/collectionobject/jaxb/pom.xml +++ b/services/collectionobject/jaxb/pom.xml @@ -34,66 +34,7 @@ org.jvnet.jaxb2.maven2 - maven-jaxb2-plugin - - - - generate - - - - - - - javax.activation - activation - 1.1 - - - com.sun.xml.bind - jaxb-impl - 2.1.9 - - - - - -XtoString - -Xinject-listener-code - - - - - - - org.jvnet.jaxb2_commons - - basic - 0.4.1 - - - - org.jvnet.jaxb2-commons - - - property-listener-injector - - 1.0 - - - - - - - - maven-compiler-plugin - 2.0.2 - - 1.6 - 1.6 - + maven-jaxb2-plugin diff --git a/services/collectionobject/service/pom.xml b/services/collectionobject/service/pom.xml index 9e615e7e5..b15693486 100644 --- a/services/collectionobject/service/pom.xml +++ b/services/collectionobject/service/pom.xml @@ -146,21 +146,7 @@ collectionspace-services-collectionobject - - org.codehaus.mojo - jboss-maven-plugin - - ${jboss.dir} - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.6 - 1.6 - - + diff --git a/services/common/pom.xml b/services/common/pom.xml index 3b32cf3ae..b56021649 100644 --- a/services/common/pom.xml +++ b/services/common/pom.xml @@ -241,46 +241,6 @@ org.jvnet.jaxb2.maven2 maven-jaxb2-plugin - - 0.7.0 - - - - generate - - - - - - -XtoString - -Xinject-listener-code - - - - - org.jvnet.jaxb2_commons - basic - - - org.jvnet.jaxb2-commons - property-listener-injector - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.6 - 1.6 - diff --git a/services/contact/jaxb/pom.xml b/services/contact/jaxb/pom.xml index 20534406d..1f3efc861 100644 --- a/services/contact/jaxb/pom.xml +++ b/services/contact/jaxb/pom.xml @@ -17,17 +17,14 @@ com.sun.xml.bind jaxb-impl - 2.0.2 org.jvnet.jaxb2-commons property-listener-injector - 1.0 org.jvnet.jaxb2_commons runtime - 0.4.1.4 @@ -37,61 +34,7 @@ org.jvnet.jaxb2.maven2 - maven-jaxb2-plugin - - - - generate - - - - - - - javax.activation - activation - 1.1 - - - com.sun.xml.bind - jaxb-impl - 2.1.9 - - - - - -XtoString - -Xinject-listener-code - - - - - - org.jvnet.jaxb2_commons - basic - 0.4.1 - - - - org.jvnet.jaxb2-commons - - - property-listener-injector - - 1.0 - - - - - - - maven-compiler-plugin - 2.0.2 - - 1.6 - 1.6 - + maven-jaxb2-plugin diff --git a/services/dimension/jaxb/pom.xml b/services/dimension/jaxb/pom.xml index 660085bfa..29ed8baf5 100644 --- a/services/dimension/jaxb/pom.xml +++ b/services/dimension/jaxb/pom.xml @@ -8,27 +8,24 @@ org.collectionspace.services.dimension 0.6-SNAPSHOT - + 4.0.0 org.collectionspace.services org.collectionspace.services.dimension.jaxb services.dimension.jaxb - + com.sun.xml.bind jaxb-impl - 2.0.2 org.jvnet.jaxb2-commons property-listener-injector - 1.0 org.jvnet.jaxb2_commons runtime - 0.4.1.4 @@ -39,65 +36,6 @@ org.jvnet.jaxb2.maven2 maven-jaxb2-plugin - - - - generate - - - - - - - javax.activation - activation - 1.1 - - - com.sun.xml.bind - jaxb-impl - 2.1.9 - - - - - -XtoString - -Xinject-listener-code - - - - - - - org.jvnet.jaxb2_commons - - basic - 0.4.1 - - - - org.jvnet.jaxb2-commons - - - property-listener-injector - - 1.0 - - - - - - - - maven-compiler-plugin - 2.0.2 - - 1.6 - 1.6 - diff --git a/services/id/jaxb/pom.xml b/services/id/jaxb/pom.xml index 12932d9db..e5050b9e9 100644 --- a/services/id/jaxb/pom.xml +++ b/services/id/jaxb/pom.xml @@ -22,39 +22,32 @@ + + org.collectionspace.services + org.collectionspace.services.id + 0.6-SNAPSHOT + - + 4.0.0 org.collectionspace.services - org.collectionspace.services.id - 0.6-SNAPSHOT - - - 4.0.0 - org.collectionspace.services - org.collectionspace.services.id.jaxb - services.id.jaxb - - - - com.sun.xml.bind - jaxb-impl - 2.0.2 - - - - org.jvnet.jaxb2-commons - property-listener-injector - 1.0 - - - - org.jvnet.jaxb2_commons - runtime - 0.4.1.4 - - - - + org.collectionspace.services.id.jaxb + services.id.jaxb + + + + com.sun.xml.bind + jaxb-impl + + + org.jvnet.jaxb2-commons + property-listener-injector + + + org.jvnet.jaxb2_commons + runtime + + + collectionspace-services-id-jaxb install @@ -63,62 +56,6 @@ org.jvnet.jaxb2.maven2 maven-jaxb2-plugin - - - - generate - - - - - - - javax.activation - activation - 1.1 - - - com.sun.xml.bind - jaxb-impl - 2.1.9 - - - - - -XtoString - -Xinject-listener-code - - - - - - - org.jvnet.jaxb2_commons - - basic - 0.4.1 - - - - org.jvnet.jaxb2-commons - - - property-listener-injector - - 1.0 - - - - - - - maven-compiler-plugin - 2.0.2 - - 1.6 - 1.6 - diff --git a/services/intake/jaxb/pom.xml b/services/intake/jaxb/pom.xml index 4171a00a1..302fc9260 100644 --- a/services/intake/jaxb/pom.xml +++ b/services/intake/jaxb/pom.xml @@ -17,17 +17,14 @@ com.sun.xml.bind jaxb-impl - 2.0.2 org.jvnet.jaxb2-commons property-listener-injector - 1.0 org.jvnet.jaxb2_commons runtime - 0.4.1.4 @@ -38,65 +35,6 @@ org.jvnet.jaxb2.maven2 maven-jaxb2-plugin - - - - generate - - - - - - - javax.activation - activation - 1.1 - - - com.sun.xml.bind - jaxb-impl - 2.1.9 - - - - - -XtoString - -Xinject-listener-code - - - - - - - org.jvnet.jaxb2_commons - - basic - 0.4.1 - - - - org.jvnet.jaxb2-commons - - - property-listener-injector - - 1.0 - - - - - - - - maven-compiler-plugin - 2.0.2 - - 1.6 - 1.6 - diff --git a/services/jaxb/pom.xml b/services/jaxb/pom.xml index 3eca304b4..557f34eeb 100644 --- a/services/jaxb/pom.xml +++ b/services/jaxb/pom.xml @@ -32,95 +32,35 @@ 4.0.0 org.collectionspace.services org.collectionspace.services.jaxb - services.common.jaxb + services.jaxb com.sun.xml.bind jaxb-impl - 2.0.2 org.jvnet.jaxb2-commons property-listener-injector - 1.0 org.jvnet.jaxb2_commons runtime - 0.4.1.4 - collectionspace-services-id-jaxb + collectionspace-services-jaxb install org.jvnet.jaxb2.maven2 maven-jaxb2-plugin - - - - generate - - - - - - - javax.activation - activation - 1.1 - - - com.sun.xml.bind - jaxb-impl - 2.1.9 - - - - - -XtoString - -Xinject-listener-code - - - - - - - org.jvnet.jaxb2_commons - - basic - 0.4.1 - - - - org.jvnet.jaxb2-commons - - - property-listener-injector - - 1.0 - - - - - - - maven-compiler-plugin - 2.0.2 - - 1.6 - 1.6 - - diff --git a/services/loanin/jaxb/pom.xml b/services/loanin/jaxb/pom.xml index 5f7a2c54c..4bbc8dd6f 100644 --- a/services/loanin/jaxb/pom.xml +++ b/services/loanin/jaxb/pom.xml @@ -17,17 +17,14 @@ com.sun.xml.bind jaxb-impl - 2.0.2 org.jvnet.jaxb2-commons property-listener-injector - 1.0 org.jvnet.jaxb2_commons runtime - 0.4.1.4 @@ -38,65 +35,6 @@ org.jvnet.jaxb2.maven2 maven-jaxb2-plugin - - - - generate - - - - - - - javax.activation - activation - 1.1 - - - com.sun.xml.bind - jaxb-impl - 2.1.9 - - - - - -XtoString - -Xinject-listener-code - - - - - - - org.jvnet.jaxb2_commons - - basic - 0.4.1 - - - - org.jvnet.jaxb2-commons - - - property-listener-injector - - 1.0 - - - - - - - - maven-compiler-plugin - 2.0.2 - - 1.6 - 1.6 - diff --git a/services/organization/jaxb/pom.xml b/services/organization/jaxb/pom.xml index 4987cd59b..629155e8e 100644 --- a/services/organization/jaxb/pom.xml +++ b/services/organization/jaxb/pom.xml @@ -17,17 +17,14 @@ com.sun.xml.bind jaxb-impl - 2.0.2 org.jvnet.jaxb2-commons property-listener-injector - 1.0 org.jvnet.jaxb2_commons runtime - 0.4.1.4 @@ -37,66 +34,8 @@ org.jvnet.jaxb2.maven2 maven-jaxb2-plugin - - - - generate - - - - - - - javax.activation - activation - 1.1 - - - com.sun.xml.bind - jaxb-impl - 2.1.2 - - - - - -XtoString - -Xinject-listener-code - - - - - - - org.jvnet.jaxb2_commons - - basic - 0.4.1 - - - - org.jvnet.jaxb2-commons - - - property-listener-injector - - 1.0 - - - - - - - - maven-compiler-plugin - 2.0.2 - - 1.6 - 1.6 - + diff --git a/services/person/jaxb/pom.xml b/services/person/jaxb/pom.xml index 6b29d7b96..820654a2f 100644 --- a/services/person/jaxb/pom.xml +++ b/services/person/jaxb/pom.xml @@ -3,31 +3,28 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - org.collectionspace.services.person org.collectionspace.services + org.collectionspace.services.person 0.6-SNAPSHOT - + 4.0.0 org.collectionspace.services org.collectionspace.services.person.jaxb services.person.jaxb - + com.sun.xml.bind jaxb-impl - 2.0.2 org.jvnet.jaxb2-commons property-listener-injector - 1.0 org.jvnet.jaxb2_commons runtime - 0.4.1.4 @@ -37,65 +34,6 @@ org.jvnet.jaxb2.maven2 maven-jaxb2-plugin - - - - generate - - - - - - - javax.activation - activation - 1.1 - - - com.sun.xml.bind - jaxb-impl - 2.1.2 - - - - - -XtoString - -Xinject-listener-code - - - - - - - org.jvnet.jaxb2_commons - - basic - 0.4.1 - - - - org.jvnet.jaxb2-commons - - - property-listener-injector - - 1.0 - - - - - - - - maven-compiler-plugin - 2.0.2 - - 1.6 - 1.6 - diff --git a/services/pom.xml b/services/pom.xml index 97f102875..ed5342b56 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -13,14 +13,15 @@ pom - jaxb authentication authorization - common client + jaxb + common account + relation - + acquisition vocabulary organization @@ -55,27 +56,89 @@ + + org.jvnet.hyperjaxb3 maven-hyperjaxb3-plugin 0.5.4 + + + + generate + + + + + true + true + false + garbage + - + + - org.apache.maven.plugins - maven-compiler-plugin + org.jvnet.jaxb2.maven2 + maven-jaxb2-plugin + + + + generate + + + + + + + javax.activation + activation + 1.1 + + - 1.5 - 1.5 + + -XtoString + -Xinject-listener-code + + + + + + org.jvnet.jaxb2_commons + basic + 0.4.1 + + + org.jvnet.jaxb2-commons + property-listener-injector + 1.0 + + + - + + org.apache.maven.plugins maven-site-plugin @@ -83,55 +146,10 @@ /usr/bin/unzip -o > err.txt - - - org.apache.maven.plugins - maven-war-plugin - 2.0.1 - - WEB-INF/lib/*.jar - - - true - - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.2 - - - - org.apache.maven.plugins - maven-dependency-plugin - - - classpath - - build-classpath - - - classpath - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.6 - 1.6 - - - + @@ -193,7 +211,7 @@ org.jboss.resteasy jaxrs-api 1.1.GA - + org.jvnet.jaxb2_commons basic @@ -214,7 +232,7 @@ runtime 0.4.1.4 - + org.jboss.resteasy resteasy-jaxrs @@ -255,7 +273,7 @@ hibernate-entitymanager 3.4.0.GA - - - javax.activation - activation - 1.1 - - - com.sun.xml.bind - jaxb-impl - 2.1.2 - - - - - -XtoString - -Xinject-listener-code - - - - - - - org.jvnet.jaxb2_commons - - basic - 0.4.1 - - - - org.jvnet.jaxb2-commons - - - property-listener-injector - - 1.0 - - - - - - - - maven-compiler-plugin - 2.0.2 - - 1.6 - 1.6 - + maven-jaxb2-plugin -- 2.47.3