Return-Path: X-Original-To: apmail-maven-dev-archive@www.apache.org Delivered-To: apmail-maven-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E5EE0D63D for ; Wed, 22 Aug 2012 22:17:56 +0000 (UTC) Received: (qmail 15578 invoked by uid 500); 22 Aug 2012 22:17:56 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 15420 invoked by uid 500); 22 Aug 2012 22:17:56 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 67413 invoked by uid 99); 22 Aug 2012 18:08:26 -0000 X-ASF-Spam-Status: No, hits=1.8 required=5.0 tests=HTML_FONT_FACE_BAD,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bentatham@nanometrics.ca designates 74.125.83.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nanometrics.ca; s=google; h=mime-version:from:date:message-id:subject:to:content-type; bh=GbGINKxg9uYujrdpSjEzExnoWTnSwjSBLL1v1CgPD9U=; b=oqitW3iYfQG5oZuscPERbpMvT/JB8QQ594ab6JYyy5qdalWzMODbv+T+HG3OuS6xCv wW3Y4kZBpu1VgxpQg0dsqILbcPwZBlYh6HMDyG7CeIE6Qws4HIT9CfXqYvZrK/1YCYr1 BOQXwROso04DAopqWvv/smqp5V6uhA+0ATxV0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type :x-gm-message-state; bh=GbGINKxg9uYujrdpSjEzExnoWTnSwjSBLL1v1CgPD9U=; b=RMvhPi9NVuk9YNyi1ZYcEWCy6p4/PhVCtlCKmtDskfJtPKoMrUsmC2VYXvBS4wlAvw NIwWxC5vQoSIAh6reNwABgRFZH2QH52JWiGcDxG+fxrhim7bAZPiOoAi1WNX032uoS4k /UTsl2rTXqiGkHiTIWVPNGe0KjHvexH5FeV/3eXtYjmR/jRt8bZdHEgFKqHJd5Wu8jCz 3pVY4jBfYarM6ALMXckSh2waHSHZFhFb/akzKs6q8Dzym6Bk4voTbFHbiFjeUwaCureN LHtr1/e2kdbcXFI7LF1GZFLfrVOaUX0f20RIT2WhVvJ+5WV7p7wA0vKZFKV8P1a4iScA XKMA== MIME-Version: 1.0 From: Ben Tatham Date: Wed, 22 Aug 2012 14:07:39 -0400 Message-ID: Subject: java-annotations with groovy To: dev@maven.apache.org Content-Type: multipart/alternative; boundary=047d7b62245482c48404c7de9fec X-Gm-Message-State: ALoCoQk9zJiiKJSLJzciv3xXicLP5pxCODh/u7dYrtc8Ntm1laPDeU9eDcnI2WlJ5nbJMkB0Ewnx X-Virus-Checked: Checked by ClamAV on apache.org --047d7b62245482c48404c7de9fec Content-Type: text/plain; charset=ISO-8859-1 I am trying to use java-annotations (not javadoc) on a Mojo written in groovy, as per [1]. (I need them so I can subclass the mojo in other, multiple plugins, as annotations are, in theory, much easier than the Maven 2 ways of doing plugin extension). However, the maven-plugin-plugin 3.1 does not find any of the mojo definitions when building. I have tried various versions of gmaven and groovy-runtime with different failure conditions, but none of which work. Has anyone else tried this before? Thanks, Ben [1] http://maven.apache.org/plugin-tools/maven-plugin-plugin/examples/using-annotations.html -- Ben Tatham Software Developer Nanometrics Inc. +1 613-592-6776 x254 http://www.nanometrics.ca --047d7b62245482c48404c7de9fec--