Re: [VOTE] Release Maven Antrun plugin version 1.4

2010-05-24 Thread Stephen Connolly
+1 On 25 May 2010 03:20, Paul Gier wrote: > Hi, > > We solved 13 issues: > > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11125&version=14641 > > There are still a couple of issues left in JIRA: > > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11125&status=1 >

[VOTE] Release Maven Antrun plugin version 1.4

2010-05-24 Thread Paul Gier
Hi, We solved 13 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11125&version=14641 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11125&status=1 Staging repo: https://repository.apache.org/content/repositor

Re: Trying to extend AbstractAssemblyMojo

2010-05-24 Thread Stephen Connolly
the maven-plugin-plugin processes javadoc annotations to derive the plugin metadata. when you extend a maven-plugin artifact, the maven-plugin-plugin cannot see the javadoc annotations of the parent mojo classes (because they are javadoc annotations and it only has access to the .class files) As

[VOTE] Release Maven Doxia and Maven Doxia Site Tools version 1.1.3

2010-05-24 Thread Dennis Lundberg
Hi, To allow Maven Site Plugin 2.1.1 to be released, I'd like to release Doxia 1.1.3. We solved 10+1 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10780&version=15924 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11624&version=16452 There are still a couple of i

Trying to extend AbstractAssemblyMojo

2010-05-24 Thread Michael Delaney
All, I'm trying to write a custom packing plugin that uses the Maven assembly descriptors but I'm running into some issues with my class. Just trying to proof out my concepts, I copied the class DirectoryMojo and changed the package name, added it to my Maven plugin and built the plugin; the