create a super pom for tooling projects in activemq so we can create a nightly
build of the various maven plugins
-----------------------------------------------------------------------------------------------------------------
Key: AMQ-858
URL: https://issues.apache.org/activemq/browse/AMQ-858
Project: ActiveMQ
Issue Type: Bug
Reporter: james strachan
Assigned To: Adrian Co
Priority: Critical
Fix For: 4.1
We need to move all the m2 plugins under tooling/ (they nearly all are) then
create a pom.xml there for building all the tooling plugings.
Folks from there can then do 'mvn clean install' to build and install all the
m2 plugins. We can then create a nightly build of the m2 plugins easily.
(Right now plugins are not always auto-downloaded when folks try to use stuff
in say activemq-perftest module)....
e.g.
macstrac:/workspace/eclipse/activemq jstrachan$ cd activemq-perftest/
macstrac:/workspace/eclipse/activemq/activemq-perftest jstrachan$ mvn
activemq-perf:broker
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'activemq-perf'.
[INFO] org.apache.maven.plugins: checking for updates from apache-snapshots
[INFO] org.codehaus.mojo: checking for updates from apache-snapshots
[INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: checking for
updates from apache-snapshots
[INFO] snapshot org.apache.maven.plugins:maven-compiler-plugin:2.1-SNAPSHOT:
checking for updates from apache-snapshots
[INFO] artifact org.apache.maven.plugins:maven-eclipse-plugin: checking for
updates from apache-snapshots
[INFO] snapshot org.apache.maven.plugins:maven-eclipse-plugin:2.3-SNAPSHOT:
checking for updates from apache-snapshots
[INFO] snapshot org.apache.maven.plugins:maven-plugins:2-SNAPSHOT: checking for
updates from apache-snapshots
[INFO] artifact org.apache.activemq:maven-activemq-memtest-plugin: checking for
updates from apache-snapshots
[INFO] artifact org.apache.activemq:maven-activemq-memtest-plugin: checking for
updates from central
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] The plugin 'org.apache.activemq:maven-activemq-memtest-plugin' does not
exist or no valid version could be found
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Thu Aug 03 02:55:57 BST 2006
[INFO] Final Memory: 3M/5M
[INFO] ------------------------------------------------------------------------
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira