Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 49527 invoked from network); 5 Oct 2007 20:14:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Oct 2007 20:14:44 -0000 Received: (qmail 27495 invoked by uid 500); 5 Oct 2007 20:14:33 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 27329 invoked by uid 500); 5 Oct 2007 20:14:32 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 27320 invoked by uid 99); 5 Oct 2007 20:14:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 13:14:32 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 20:14:43 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D7723714204 for ; Fri, 5 Oct 2007 13:14:22 -0700 (PDT) Message-ID: <5645379.1191615262878.JavaMail.jira@brutus> Date: Fri, 5 Oct 2007 13:14:22 -0700 (PDT) From: "Andreas Guther (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQ-1448) activemq-4.1.1/activemq-perftest/pom.xml has incorrect plugin configuration 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 activemq-4.1.1/activemq-perftest/pom.xml has incorrect plugin configuration --------------------------------------------------------------------------- Key: AMQ-1448 URL: https://issues.apache.org/activemq/browse/AMQ-1448 Project: ActiveMQ Issue Type: Bug Components: Performance Test Affects Versions: 4.1.1 Reporter: Andreas Guther Attachments: pom.patch After building maven-activemq-perf-plugin as described in http://activemq.apache.org/activemq-performance-module-users-manual.html and then changing to the performance folder, the installed plug-in cannot be found by maven. The reason is an outdated groupId section for the plugin configuration. The groupId needs to have .tooling as postfix. See attached patch file. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.