Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 29335 invoked from network); 4 Aug 2006 06:07:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Aug 2006 06:07:00 -0000 Received: (qmail 59196 invoked by uid 500); 4 Aug 2006 06:07:00 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 59078 invoked by uid 500); 4 Aug 2006 06:06:59 -0000 Mailing-List: contact activemq-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-dev@geronimo.apache.org Received: (qmail 59059 invoked by uid 99); 4 Aug 2006 06:06:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Aug 2006 23:06:59 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Aug 2006 23:06:59 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 62154410021 for ; Fri, 4 Aug 2006 06:04:23 +0000 (GMT) Message-ID: <22561732.1154671463399.JavaMail.jira@brutus> Date: Thu, 3 Aug 2006 23:04:23 -0700 (PDT) From: "Fritz Oconer (JIRA)" To: activemq-dev@geronimo.apache.org Subject: [jira] Assigned: (AMQ-858) create a super pom for tooling projects in activemq so we can create a nightly build of the various maven plugins In-Reply-To: <12436517.1154570363108.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ https://issues.apache.org/activemq/browse/AMQ-858?page=all ] Fritz Oconer reassigned AMQ-858: -------------------------------- Assignee: Fritz Oconer (was: Adrian Co) > 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: Fritz Oconer > 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