diff --git a/activemq-core/pom.xml b/activemq-core/pom.xml index c22c0e7235..d4862f6445 100755 --- a/activemq-core/pom.xml +++ b/activemq-core/pom.xml @@ -303,15 +303,9 @@ ${pom.version} - GenerateJavaMarshalling.groovy: - GenerateJavaTests.groovy: - GenerateCSharpMarshalling.groovy: - GenerateCSharpClasses.groovy: - GenerateCppMarshallingClasses.groovy: - GenerateCppMarshallingHeaders.groovy: - GenerateCppHeaders.groovy: - GenerateCppClasses.groovy: - GenerateCMarshalling.groovy: + GenerateJavaMarshalling.groovy: GenerateJavaTests.groovy: GenerateCSharpMarshalling.groovy: + GenerateCSharpClasses.groovy: GenerateCppMarshallingClasses.groovy: GenerateCppMarshallingHeaders.groovy: + GenerateCppHeaders.groovy: GenerateCppClasses.groovy: GenerateCMarshalling.groovy: 1 @@ -326,23 +320,6 @@ - - org.apache.xbean - maven-xbean-plugin - 2.5 - - - - http://activemq.org/config/1.0 - target/activemq.xsd - - - mapping - - - - - org.codehaus.mojo javacc-maven-plugin @@ -362,6 +339,49 @@ + + org.apache.xbean + maven-xbean-plugin + 2.5 + + + + http://activemq.org/config/1.0 + target/activemq.xsd + + + mapping + + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + package + + attach-artifact + + + + + ${basedir}/target/activemq.xsd + xsd + + + ${basedir}/target/activemq.xsd.html + xsd.html + + + + + + diff --git a/activemq-ra/pom.xml b/activemq-ra/pom.xml index 3144ea33a1..c4ad65f615 100755 --- a/activemq-ra/pom.xml +++ b/activemq-ra/pom.xml @@ -1,27 +1,25 @@ - - + + 4.0.0 @@ -35,13 +33,13 @@ A JCA Resource Adapter used to integrate ActiveMQ with transactional enterprise containers - + org.apache.activemq activemq-core - + org.apache.geronimo.specs geronimo-j2ee-connector_1.5_spec @@ -69,7 +67,7 @@ cglib-full test - + junit junit @@ -77,8 +75,6 @@ - - @@ -96,6 +92,34 @@ + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + package + + attach-artifact + + + + + ${basedir}/target/xbean/activemq-ra.xsd + xsd + + + ${basedir}/target/xbean/activemq-ra.xsd.html + xsd.html + + + + + + + + maven-surefire-plugin @@ -105,7 +129,7 @@ org.apache.activemq.ra.ServerSessionImplTest