Hi Paul,

Revision
    9912 <http://fisheye.codehaus.org/changelog/mojo/?cs=9912>
Author
    pgier
Date
    2009-06-04 09:21:25 -0500 (Thu, 04 Jun 2009)


      Log Message

[MBUILDHELPER-4 
<http://jira.codehaus.org/secure/ViewIssue.jspa?key=MBUILDHELPER-4>] Add mojos 
to allow resources to be added to a build.

[...]
+
+/**
+ * Add more resource directories to the POM.
+ *
+ * @goal add-resource
+ * @phase generate-resources
+ * @author Paul Gier
+ * @version $Id$
+ * @since 1.3
+ */
+public class AddResourceMojo
+    extends AbstractMojo
+{
+    /**
+     * Additional source directories.
+     *
+ * @parameter + * @required
+     * @since 1.0
+     */
+    private Resource [] resources;

Annotating the mojo with @since 1.3 and the parameters with @since 1.0 could be confusing...


Benjamin

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to