diff --git a/activecluster/pom.xml b/activecluster/pom.xml
index 53ba045e49..a2766e3b89 100644
--- a/activecluster/pom.xml
+++ b/activecluster/pom.xml
@@ -18,78 +18,25 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
- org.apache.activecluster
+
+ org.apache.activemq
+ activemq
+ 4.0-SNAPSHOT
+
+ org.apache.activemq.activecluster
activecluster
- jar
1.3-SNAPSHOT
- ActiveCluster Project
- http://maven.apache.org
-
-
- continuum
- http://ci.gbuild.org/continuum
-
-
-
- activemq-commits@geronimo.apache.org
-
-
-
-
-
-
- scm:svn:http://svn.apache.org/repos/asf/incubator/activemq/trunk/activecluster
- scm:svn:https://svn.apache.org/repos/asf/incubator/activemq/trunk/activecluster
- http://svn.apache.org/viewcvs.cgi/incubator/activemq/trunk/activecluster/
-
+ ActiveCluster
-
- junit
- junit
- 3.8.1
- test
-
-
- commons-logging
- commons-logging
- 1.0.4
-
-
- geronimo-spec
- geronimo-spec-jta
- 1.0.1B-rc4
-
-
- geronimo-spec
- geronimo-spec-jms
- 1.1-rc4
-
-
- geronimo-spec
- geronimo-spec-j2ee-management
- 1.0-rc4
-
org.apache.activemq
activemq-core
4.0-SNAPSHOT
-
- activeio
- activeio
- 2.1
-
-
- backport-util-concurrent
- backport-util-concurrent
- 2.0_01_pd
-
org.apache.derby
derby
- 10.1.1.0
- test
diff --git a/activeio/activeio-aio/BUILD.txt b/activeio/activeio-aio/BUILD.txt
index 6ac336c14a..affa3002c4 100644
--- a/activeio/activeio-aio/BUILD.txt
+++ b/activeio/activeio-aio/BUILD.txt
@@ -8,7 +8,7 @@ download the package from ibm here;
https://www7b.software.ibm.com/dl/AW-0H8/AW-0H8-p
unpack the zip and install the file like this;
-mvn install:install-file -Dfile=./ibmaio.jar -DartifactId=ibmaio -DgroupId=ibmaio -Dversion=1.0 -Dpackaging=jar
+mvn install:install-file -Dfile=./ibmaio.jar -DartifactId=ibmaio -DgroupId=com.ibm.io -Dversion=20040616 -Dpackaging=jar
You should now be able to build this module with maven using:
diff --git a/activeio/activeio-aio/pom.xml b/activeio/activeio-aio/pom.xml
index e0fe2171aa..239461110d 100644
--- a/activeio/activeio-aio/pom.xml
+++ b/activeio/activeio-aio/pom.xml
@@ -1,70 +1,52 @@
-
-
-
- 4.0.0
-
- org.apache.activeio
- activeio-project
- ../pom.xml
- 3.0-SNAPSHOT
-
-
- activeio-aio
- jar
- ActiveIO :: AIO
- http://activeio.org
-
-
-
-
- junit
- junit
-
-
-
- org.apache.activeio
- activeio-core
- ${version}
-
-
- org.apache.activeio
- activeio-core
- ${version}
- test-jar
-
-
-
-
- commons-logging
- commons-logging
-
-
-
- log4j
- log4j
-
-
-
- ibmaio
- ibmaio
- 1.0
-
-
-
-
-
+?xml version="1.0" encoding="UTF-8"?>
+
+
+ 4.0.0
+
+ org.apache.activemq.activeio
+ activeio
+ 3.0-SNAPSHOT
+
+
+ activeio-aio
+ ActiveIO :: AIO
+
+
+
+
+ org.apache.activemq.activeio
+ activeio-core
+ ${project.version}
+
+
+ org.apache.activemq.activeio
+ activeio-core
+ ${project.version}
+ test-jar
+ test
+
+
+
+ com.ibm.io
+ ibmaio
+ 20040616
+
+
+
+
+
diff --git a/activeio/activeio-core/pom.xml b/activeio/activeio-core/pom.xml
index 11cc553449..4036e0d4d8 100644
--- a/activeio/activeio-core/pom.xml
+++ b/activeio/activeio-core/pom.xml
@@ -18,9 +18,8 @@
4.0.0
- org.apache.activeio
- activeio-project
- ../pom.xml
+ org.apache.activemq.activeio
+ activeio
3.0-SNAPSHOT
@@ -42,37 +41,22 @@
0.1.8
-
-
- junit
- junit
-
-
- commons-logging
- commons-logging
-
log4j
log4j
-
-
- geronimo-spec
- geronimo-spec-j2ee
- 1.4-rc4
-
-
-
commons-beanutils
commons-beanutils
1.6.1
+ test
commons-collections
commons-collections
2.1
+ test
@@ -94,19 +78,4 @@
-
-
-
- maven-jar-plugin
-
-
-
- test-jar
-
-
-
-
-
-
-
diff --git a/activeio/activeio-jxta/pom.xml b/activeio/activeio-jxta/pom.xml
index ac0d360b82..8b86c9f3da 100644
--- a/activeio/activeio-jxta/pom.xml
+++ b/activeio/activeio-jxta/pom.xml
@@ -18,9 +18,8 @@
4.0.0
- org.apache.activeio
- activeio-project
- ../pom.xml
+ org.apache.activemq.activeio
+ activeio
3.0-SNAPSHOT
@@ -31,14 +30,14 @@
- org.apache.activeio
+ org.apache.activemq.activeio
activeio-core
- ${version}
+ ${project.version}
- org.apache.activeio
+ org.apache.activemq.activeio
activeio-core
- ${version}
+ ${project.version}
test-jar
@@ -58,20 +57,6 @@
2.0
-
-
- junit
- junit
-
-
- commons-logging
- commons-logging
-
-
- log4j
- log4j
-
-
diff --git a/activeio/activeio-oneport-jetty/pom.xml b/activeio/activeio-oneport-jetty/pom.xml
index bef631a2aa..53e0f1560f 100644
--- a/activeio/activeio-oneport-jetty/pom.xml
+++ b/activeio/activeio-oneport-jetty/pom.xml
@@ -18,9 +18,8 @@
4.0.0
- org.apache.activeio
- activeio-project
- ../pom.xml
+ org.apache.activemq.activeio
+ activeio
3.0-SNAPSHOT
@@ -31,15 +30,16 @@
- org.apache.activeio
+ org.apache.activemq.activeio
activeio-core
- ${version}
+ ${project.version}
- org.apache.activeio
+ org.apache.activemq.activeio
activeio-core
- ${version}
+ ${project.version}
test-jar
+ test
backport-util-concurrent
@@ -53,23 +53,9 @@
5.1.2
- geronimo-spec
- geronimo-spec-j2ee
- 1.4-rc4
-
-
-
-
- junit
- junit
-
-
- commons-logging
- commons-logging
-
-
- log4j
- log4j
+ javax.servlet
+ servlet-api
+ 2.3
diff --git a/activeio/activeio-oneport-openorb/pom.xml b/activeio/activeio-oneport-openorb/pom.xml
index 44554060a5..3788226c17 100644
--- a/activeio/activeio-oneport-openorb/pom.xml
+++ b/activeio/activeio-oneport-openorb/pom.xml
@@ -18,9 +18,8 @@
4.0.0
- org.apache.activeio
- activeio-project
- ../pom.xml
+ org.apache.activemq.activeio
+ activeio
3.0-SNAPSHOT
@@ -32,15 +31,16 @@
- org.apache.activeio
+ org.apache.activemq.activeio
activeio-core
- ${version}
+ ${project.version}
- org.apache.activeio
- activeio-core
- ${version}
+ org.apache.activemq.activeio
+ activemq-core
+ ${project.version}
test-jar
+ test
@@ -80,20 +80,6 @@
1.2.2
-
-
- junit
- junit
-
-
- commons-logging
- commons-logging
-
-
- log4j
- log4j
-
-
diff --git a/activeio/pom.xml b/activeio/pom.xml
index 881aad7182..d0fdbcfbee 100644
--- a/activeio/pom.xml
+++ b/activeio/pom.xml
@@ -1,128 +1,28 @@
-
+
+
4.0.0
- org.apache.activeio
- activeio-project
+
+ org.apache.activemq
+ activemq
+ 4.0-SNAPSHOT
+
+ org.apache.activemq.activeio
+ activeio
3.0-SNAPSHOT
pom
- ActiveIO Project
-
-
- continuum
- http://ci.gbuild.org/continuum
-
-
-
- activemq-commits@geronimo.apache.org
-
-
-
-
-
-
-
- Development List
- activemq-dev@geronimo.apache.org
- activemq-dev@geronimo.apache.org
- activemq-dev@geronimo.apache.org
-
-
-
-
- scm:svn:https://svn.apache.org/repos/asf/incubator/activemq/trunk/activeio
- scm:svn:https://svn.apache.org/repos/asf/incubator/activemq/trunk/activeio
- http://svn.apache.org/viewcvs.cgi/incubator/activemq/trunk/activeio
-
-
-
-
- openejb
- OpenEJB OpenORB Repository
- http://www.openejb.org/maven
- legacy
-
-
+ ActiveIO
activeio-core
-
-
+ activeio-jxta
-
-
-
-
- junit
- junit
- 3.8.1
- test
-
-
-
- org.apache.activemq
- activemq-core
- 4.0-SNAPSHOT
-
-
-
- backport-util-concurrent
- backport-util-concurrent
- 2.0_01_pd
-
-
-
- commons-logging
- commons-logging
- 1.0.4
-
-
-
- log4j
- log4j
- 1.2.8
-
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
-
-
- 1.4
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
- 2.1.1
-
-
- none
-
- **/*Test.*
-
-
-
-
- org.apache.maven.plugins
- maven-eclipse-plugin
-
- bin
-
-
-
-
-
diff --git a/activemq-console/pom.xml b/activemq-console/pom.xml
index 9c04c72b42..e32a38c573 100644
--- a/activemq-console/pom.xml
+++ b/activemq-console/pom.xml
@@ -14,93 +14,29 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
+
4.0.0
org.apache.activemq
- activemq-project
+ activemq
4.0-SNAPSHOT
- ../pom.xml
activemq-console
- jar
ActiveMQ :: Console
ActiveMQ Management Console
-
-
- junit
- junit
- 3.8.1
-
-
org.apache.activemq
activemq-core
- ${version}
+ ${project.version}
-
-
- backport-util-concurrent
- backport-util-concurrent
-
-
-
- commons-logging
- commons-logging
-
-
-
- log4j
- log4j
-
-
-
- geronimo-spec
- geronimo-spec-jms
-
-
- geronimo-spec
- geronimo-spec-jta
-
-
- geronimo-spec
- geronimo-spec-j2ee-management
-
-
- geronimo-spec
- geronimo-spec-j2ee-jacc
-
-
org.springframework
spring
-
-
- org.apache.derby
- derby
-
-
-
- axion
- axion
-
-
- commons-collections
- commons-collections
-
-
- commons-primitives
- commons-primitives
-
-
- regexp
- regexp
-
mx4j
@@ -171,4 +107,4 @@
-
+
diff --git a/activemq-core/pom.xml b/activemq-core/pom.xml
index 51892d154e..88a83212fc 100755
--- a/activemq-core/pom.xml
+++ b/activemq-core/pom.xml
@@ -14,44 +14,38 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
+
4.0.0
org.apache.activemq
- activemq-project
+ activemq
4.0-SNAPSHOT
- ../pom.xml
activemq-core
- jar
ActiveMQ :: Core
The ActiveMQ Message Broker and Client implementations
-
+
+
activeio
activeio
+ 2.1
-
backport-util-concurrent
backport-util-concurrent
-
- commons-logging
- commons-logging
-
-
log4j
log4j
@@ -74,16 +68,6 @@
geronimo-spec-j2ee-jacc
-
- org.springframework
- spring
-
-
-
- activecluster
- activecluster
-
-
org.apache.derby
derby
@@ -148,7 +132,7 @@
xmlbeans
xmlbeans-jsr173-api
-
+
@@ -216,24 +200,9 @@
**/*ItStillMarshallsTheSameTest.*
-
- **/*Test.*
-
-
-
- maven-jar-plugin
-
-
-
- test-jar
-
-
-
-
-
maven-antrun-plugin
@@ -245,7 +214,7 @@
@@ -253,8 +222,8 @@
-
-
+
+
@@ -267,7 +236,7 @@
org.apache.xbean
xbean-spring
- 2.2-SNAPSHOT
+ 2.2
@@ -293,4 +262,4 @@
-
+
diff --git a/activemq-jaas/pom.xml b/activemq-jaas/pom.xml
index 8e6a165200..1934775766 100644
--- a/activemq-jaas/pom.xml
+++ b/activemq-jaas/pom.xml
@@ -14,18 +14,18 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
+
4.0.0
org.apache.activemq
- activemq-project
+ activemq
4.0-SNAPSHOT
- ../pom.xml
activemq-jaas
- jar
ActiveMQ :: JAAS
A collection of generic JAAS Login Modules
@@ -59,38 +59,6 @@
-
- activeio
- activeio
-
-
-
-
- backport-util-concurrent
- backport-util-concurrent
-
-
-
- commons-logging
- commons-logging
-
-
-
- log4j
- log4j
-
-
-
- org.apache.derby
- derby
-
-
-
- axion
- axion
-
-
-
directory
apacheds-core
@@ -121,6 +89,12 @@
directory-asn1
asn1-ber
0.3.2
+
+
+ commons-test
+ commons-test
+
+
directory-asn1
@@ -139,11 +113,25 @@
mina
0.7.3
+
directory-protocols
kerberos-protocol
0.5
+
directory-protocols
ldap-protocol
@@ -152,4 +140,4 @@
-
+
diff --git a/activemq-optional/pom.xml b/activemq-optional/pom.xml
index 43e6ff373b..538b17d5cc 100755
--- a/activemq-optional/pom.xml
+++ b/activemq-optional/pom.xml
@@ -14,14 +14,13 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
+
4.0.0
org.apache.activemq
- activemq-project
+ activemq
4.0-SNAPSHOT
- ../pom.xml
activemq-optional
@@ -33,12 +32,12 @@
org.apache.activemq
activemq-core
- ${version}
+ ${project.version}
org.apache.activemq
activemq-core
- ${version}
+ ${project.version}
test-jar
@@ -47,40 +46,6 @@
junit
compile
-
-
- backport-util-concurrent
- backport-util-concurrent
-
-
- activeio
- activeio
-
-
- commons-logging
- commons-logging
-
-
- log4j
- log4j
-
-
-
- geronimo-spec
- geronimo-spec-jms
-
-
- geronimo-spec
- geronimo-spec-jta
-
-
- geronimo-spec
- geronimo-spec-j2ee-jacc
-
-
- geronimo-spec
- geronimo-spec-j2ee-connector
-
org.springframework
@@ -128,11 +93,6 @@
commons-collections
-
- axis
- axis
-
-
commons-httpclient
commons-httpclient
@@ -140,4 +100,4 @@
-
+
diff --git a/activemq-ra/pom.xml b/activemq-ra/pom.xml
index c6b92d9984..836f1cfbf0 100755
--- a/activemq-ra/pom.xml
+++ b/activemq-ra/pom.xml
@@ -14,14 +14,13 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
+
4.0.0
org.apache.activemq
- activemq-project
+ activemq
4.0-SNAPSHOT
- ../pom.xml
activemq-ra
@@ -30,65 +29,23 @@
A JCA Resource Adapter used to integrate ActiveMQ with transactional enterprise containers
-
org.apache.activemq
activemq-core
- ${version}
-
-
-
- activeio
- activeio
-
-
-
- backport-util-concurrent
- backport-util-concurrent
-
-
-
- commons-logging
- commons-logging
-
-
-
- log4j
- log4j
-
-
-
- geronimo-spec
- geronimo-spec-jms
-
-
- geronimo-spec
- geronimo-spec-jta
-
-
- geronimo-spec
- geronimo-spec-j2ee-jacc
+ ${project.version}
geronimo-spec
geronimo-spec-j2ee-connector
-
org.springframework
spring
-
-
- org.apache.derby
- derby
-
-
activemq
jmdns
-
-
+
diff --git a/activemq-systest/pom.xml b/activemq-systest/pom.xml
index c79aa6f6ce..cac34d4d3e 100755
--- a/activemq-systest/pom.xml
+++ b/activemq-systest/pom.xml
@@ -14,14 +14,13 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
+
4.0.0
org.apache.activemq
- activemq-project
+ activemq
4.0-SNAPSHOT
- ../pom.xml
activemq-systest
@@ -30,7 +29,7 @@
System Testing Framework for ActiveMQ
-
+
junit
junit
@@ -40,35 +39,9 @@
org.apache.activemq
activemq-core
- ${version}
+ ${project.version}
-
- backport-util-concurrent
- backport-util-concurrent
-
-
- activeio
- activeio
-
-
- commons-logging
- commons-logging
-
-
- log4j
- log4j
-
-
-
- geronimo-spec
- geronimo-spec-jms
-
-
- geronimo-spec
- geronimo-spec-j2ee-connector
-
-
org.apache.xbean
xbean-spring
@@ -96,7 +69,7 @@
activemq
jmdns
-
+
org.apache.derby
derby
@@ -113,4 +86,4 @@
-
+
diff --git a/activemq-web/pom.xml b/activemq-web/pom.xml
index 905fecebb6..5e2df1fdb7 100755
--- a/activemq-web/pom.xml
+++ b/activemq-web/pom.xml
@@ -14,14 +14,13 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
+
4.0.0
org.apache.activemq
- activemq-project
+ activemq
4.0-SNAPSHOT
- ../pom.xml
activemq-web
@@ -30,39 +29,15 @@
Web Connector for REST API and Streamlets support
-
org.apache.activemq
activemq-core
- ${version}
+ ${project.version}
-
-
- backport-util-concurrent
- backport-util-concurrent
-
-
- activeio
- activeio
-
-
- commons-logging
- commons-logging
-
-
- log4j
- log4j
-
-
-
- geronimo-spec
- geronimo-spec-jms
-
geronimo-spec
geronimo-spec-jsp
-
org.apache.xbean
xbean-spring
@@ -71,7 +46,6 @@
org.springframework
spring
-
jetty
servlet-api
@@ -80,7 +54,6 @@
jetty
jetty
-
-
+
diff --git a/assembly/pom.xml b/assembly/pom.xml
index a947d25222..d1c6392642 100755
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -14,17 +14,16 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
+
4.0.0
org.apache.activemq
- activemq-project
+ activemq
4.0-SNAPSHOT
- ../pom.xml
- activemq
+ activemq-assembly
pom
ActiveMQ :: Assembly
Puts together the ActiveMQ distribution
@@ -34,54 +33,46 @@
org.apache.activemq
activemq-core
- ${version}
+ ${project.version}
org.apache.activemq
activemq-core
- ${version}
+ ${project.version}
test-jar
org.apache.activemq
activemq-console
- ${version}
+ ${project.version}
org.apache.activemq
activemq-optional
- ${version}
+ ${project.version}
org.apache.activemq
activemq-ra
rar
- ${version}
+ ${project.version}
org.apache.activemq
activemq-jaas
- ${version}
+ ${project.version}
org.apache.activemq
activemq-web
war
- ${version}
+ ${project.version}
backport-util-concurrent
backport-util-concurrent
-
- activeio
- activeio
-
-
- commons-logging
- commons-logging
-
log4j
log4j
@@ -176,4 +167,4 @@
-
+
diff --git a/jmeter/pom.xml b/jmeter/pom.xml
index 0932e43c8c..99917c9dd1 100644
--- a/jmeter/pom.xml
+++ b/jmeter/pom.xml
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
+
4.0.0
@@ -399,4 +399,4 @@
-
+
diff --git a/pom.xml b/pom.xml
index 3347c01a93..d3f578e729 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1,10 +1,13 @@
-
+
+
4.0.0
org.apache.activemq
- activemq-project
+ activemq
4.0-SNAPSHOT
pom
- ActiveMQ Project
+ ActiveMQ
continuum
@@ -27,49 +30,34 @@
-
+
+ apache.snapshots
+ Apache Snapshots Repository
+ http://cvs.apache.org/maven-snapshot-repository
true
- codehaus
- Codehaus Repository
- http://dist.codehaus.org
- legacy
-
-
-
- true
-
- codehaus
- Ibiblio Repository
- http://www.ibiblio.org/maven
- legacy
-
-
- apache
- Apche Repository
- http://cvs.apache.org/repository
- legacy
-
-
-
- true
-
- central
- Maven Repository Switchboard
- http://repo1.maven.org/maven2
+
+ false
+
- snapshots
+ codehaus.snapshots
Maven Central Plugins Development Repository
http://snapshots.maven.codehaus.org/maven2
+
+ true
+
+
+ false
+
-
+
@@ -96,6 +84,17 @@
none
+
+
+ maven-jar-plugin
+
+
+
+ test-jar
+
+
+
+
@@ -140,12 +139,6 @@
-
- activeio
- activeio
- 2.1
-
-
backport-util-concurrent
backport-util-concurrent
@@ -202,7 +195,7 @@
org.apache.xbean
xbean-spring
- 2.2-SNAPSHOT
+ 2.2
@@ -273,7 +266,7 @@
hsqldb
hsqldb
- 1.7.2.2}
+ 1.7.2.2
commons-dbcp
@@ -483,20 +476,39 @@
junit
junit
+ test
jmock
jmock
+ test
jmock
jmock-cglib
+ test
cglib
cglib-full
+ test
-
+
+
+
+ apache.snapshots
+ Apache Development Repository
+ scpexe://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository
+
+
+
+
diff --git a/sandbox/activemq-gbean-management/pom.xml b/sandbox/activemq-gbean-management/pom.xml
index 111def6dc9..b615d8e974 100644
--- a/sandbox/activemq-gbean-management/pom.xml
+++ b/sandbox/activemq-gbean-management/pom.xml
@@ -1,14 +1,13 @@
-
+
4.0.0
- activemq
- activemq
+ org.apache.activemq.sandbox
+ activemq-sandbox
4.0-SNAPSHOT
activemq-gbean-management
- jar
ActiveMQ :: GBean Interfaces
@@ -22,7 +21,6 @@
geronimo-management
-
geronimo-spec
geronimo-spec-jms
@@ -53,11 +51,6 @@
log4j
-
- junit
- junit
-
-
-
+
diff --git a/sandbox/activemq-gbean/pom.xml b/sandbox/activemq-gbean/pom.xml
index 241ee46feb..0cd6dc3677 100644
--- a/sandbox/activemq-gbean/pom.xml
+++ b/sandbox/activemq-gbean/pom.xml
@@ -1,14 +1,13 @@
-
+
4.0.0
- activemq
- activemq
+ org.apache.activemq.sandbox
+ activemq-sandbox
4.0-SNAPSHOT
activemq-gbean
- jar
ActiveMQ :: GBeans
@@ -21,18 +20,20 @@
activemq
activemq-core
- ${version}
+ ${project.version}
activemq
activemq-gbean-management
- ${version}
+ ${project.version}
-
+
activemq
- activemq-core-test
- ${version}
+ activemq-core
+ ${project.version}
+ test-jar
+ test
@@ -61,43 +62,7 @@
mx4j
mx4j
-
-
-
- geronimo-spec
- geronimo-spec-jms
-
-
- geronimo-spec
- geronimo-spec-jta
-
-
-
- geronimo-spec
- geronimo-spec-j2ee-management
-
-
-
- geronimo-spec
- geronimo-spec-j2ee-jacc
-
-
-
- backport-util-concurrent
- backport-util-concurrent
-
-
-
- log4j
- log4j
-
-
-
- junit
- junit
-
-
-
+