[jira] Subscription: Design & Best Practices

2010-06-17 Thread jira
Issue Subscription Filter: Design & Best Practices (23 issues) Subscriber: mavendevlist Key Summary MNG-2184Possible problem with @aggregator and forked lifecycles http://jira.codehaus.org/browse/MNG-2184 MNG-612 implement conflict resolution techniques

Re: Base Abstract Mojo

2010-06-17 Thread Benjamin Bentmann
Giuseppe Greco wrote: * @parameter expression="${outputDirectory}" default-value"${project.build.directory}" This misses the equal sign '=' after "default-value". Is this a typo in your source? Benjamin - To unsubs

Classpath problem when running plugin

2010-06-17 Thread Todd Wilkinson
Hello- I'm writing my first plugin, and I'm having a problem with my classpath at runtime. My plugin uses maven filtering, which I have specified as a dependency: org.apache.maven.shared maven-filtering 1.0-beta-4 It compiles and installs fine, however, whenever I run the goal, I get the

Re: Base Abstract Mojo

2010-06-17 Thread Stephen Connolly
keep them in the same maven module. maven-plugin-plugin parses the custom javadoc tags to build the mojo metadata. when you have the abstract mojo in a separate maven module then the javadoc tags are not available to be parsed, so the fields will not be included in the metadata and hence they wil

Base Abstract Mojo

2010-06-17 Thread Giuseppe.Greco
Dear all, I created a base abstract mojo like this: public abstract class MyAbstractMojo extends AbstractMojo { /** * @parameter expression="${outputDirectory}" default-value"${project.build.directory}" */ protected File outputDirectory; /** * {...@inheritdoc} */

Re: artifact missing

2010-06-17 Thread Wendy Smoak
On Thu, Jun 17, 2010 at 9:03 AM, kcmohankrishna wrote: >    I am new one to maven, I have no much experience with this tool. Please post your question on the users list. (The dev list is for discussion of developing Maven itself.) You can find subscription info here: http://maven.apache.org/ma

artifact missing

2010-06-17 Thread kcmohankrishna
Hi all, I am new one to maven, I have no much experience with this tool. Actually my problem is when i am deploy tool into my application arises "BUILT FAILURE". and "Artifact missing". It shows try to down load manually: Missing: -- 1) org.wicketstuff:tinymce:jar:1.4.1 Try dow