diff --git a/activemq-core/pom.xml b/activemq-core/pom.xml index ea7aca0470..498ee4255b 100755 --- a/activemq-core/pom.xml +++ b/activemq-core/pom.xml @@ -190,11 +190,13 @@ maven-surefire-plugin - 2.1.2-SNAPSHOT pertest false true + + **/*Test.* + **/DefaultStoreBrokerTest.* @@ -209,6 +211,18 @@ + + + maven-jar-plugin + + + + test-jar + + + + + maven-antrun-plugin diff --git a/assembly/pom.xml b/assembly/pom.xml index 90c41aa76c..443b31e4f8 100755 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -31,39 +31,39 @@ - org.apache.activemq + ${project.groupId} activemq-core ${project.version} - org.apache.activemq + ${project.groupId} activemq-core ${project.version} test-jar - org.apache.activemq + ${project.groupId} activemq-console ${project.version} - org.apache.activemq + ${project.groupId} activemq-optional ${project.version} - org.apache.activemq + ${project.groupId} activemq-ra rar ${project.version} - org.apache.activemq + ${project.groupId} activemq-jaas ${project.version} - org.apache.activemq + ${project.groupId} activemq-web war ${project.version} @@ -138,33 +138,34 @@ org.apache.maven.plugins maven-assembly-plugin + 2.1-SNAPSHOT - compile + bin + package assembly - src/main/descriptors/jar.xml + + src/main/descriptors/bin.xml + + activemq-${project.version} + false - - - - org.apache.maven.plugins - maven-assembly-plugin - 2.1-SNAPSHOT - - install + full + package assembly src/main/descriptors/all-jar.xml - src/main/descriptors/bin.xml - + + activemq-full-${project.version} + false diff --git a/assembly/src/main/descriptors/all-jar.xml b/assembly/src/main/descriptors/all-jar.xml index 2508fadc97..42c9dd6117 100644 --- a/assembly/src/main/descriptors/all-jar.xml +++ b/assembly/src/main/descriptors/all-jar.xml @@ -15,7 +15,7 @@ limitations under the License. --> - + full jar diff --git a/assembly/src/main/descriptors/bin.xml b/assembly/src/main/descriptors/bin.xml index 0b6029d110..9bb6b1ffb2 100644 --- a/assembly/src/main/descriptors/bin.xml +++ b/assembly/src/main/descriptors/bin.xml @@ -42,6 +42,14 @@ + + /bin + run.jar + false + + org.apache.activemq:activemq-console + + /lib false @@ -49,7 +57,7 @@ activeio:activeio mx4j:mx4j - ${pom.groupId}:activemq-core + org.apache.activemq:activemq-core backport-util-concurrent:backport-util-concurrent commons-logging:commons-logging geronimo-spec:geronimo-spec-jms @@ -78,10 +86,6 @@ geronimo-spec:geronimo-spec-j2ee-jacc log4j:log4j activeio:activeio - activeio:activeio - activeio:activeio - activeio:activeio - activeio:activeio diff --git a/assembly/src/main/descriptors/run-jar.xml b/assembly/src/main/descriptors/run-jar.xml index 2037ea98a6..bd9c480106 100644 --- a/assembly/src/main/descriptors/run-jar.xml +++ b/assembly/src/main/descriptors/run-jar.xml @@ -24,9 +24,8 @@ / true - runtime - org.apache.activemq:activemq-core + org.apache.activemq:activemq-console diff --git a/pom.xml b/pom.xml index 4182b81ffc..25fa98d155 100755 --- a/pom.xml +++ b/pom.xml @@ -73,46 +73,6 @@ - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.4 - 1.4 - - - - org.apache.maven.plugins - maven-eclipse-plugin - - bin - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.1.1 - - - none - - - - - maven-jar-plugin - - - - test-jar - - - - - - - activemq-core @@ -139,7 +99,7 @@ - + scm:svn:http://svn.apache.org/repos/asf/incubator/activemq/trunk scm:svn:http://svn.apache.org/repos/asf/incubator/activemq/trunk http://svn.apache.org/viewcvs.cgi/incubator/activemq/trunk/ @@ -213,6 +173,7 @@ org.apache.xbean xbean-spring 2.2 + true @@ -236,6 +197,7 @@ commons-collections commons-collections 2.1 + true @@ -243,6 +205,7 @@ org.springframework spring 1.2.4 + true @@ -250,6 +213,7 @@ activecluster activecluster 1.1-SNAPSHOT + true @@ -257,6 +221,7 @@ org.apache.derby derby 10.1.1.0 + true @@ -264,18 +229,21 @@ axion axion 1.0-M3-dev + true commons-primitives commons-primitives 1.0 + true regexp regexp 1.3 + true @@ -284,11 +252,13 @@ hsqldb hsqldb 1.7.2.2 + true commons-dbcp commons-dbcp 1.2 + true --> @@ -296,6 +266,7 @@ commons-pool commons-pool 1.2 + true @@ -304,20 +275,23 @@ howl howl-logger 0.1.7 + true --> - + activemq smack 1.5.0 + true activemq smackx 1.5.0 + true @@ -481,7 +455,7 @@ ant 1.6.2 - + - - - - apache.snapshots - Apache Development Repository - scpexe://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository - - + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.1.3-SNAPSHOT + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.4 + 1.4 + + + + org.apache.maven.plugins + maven-eclipse-plugin + + bin + + + + org.apache.maven.plugins + maven-surefire-plugin + + pertest + + + + + + + + org.codehaus.mojo + surefire-report-maven-plugin + + +