Re: Maven Plugin Plugin (get rid of javadoc taglet?)

2018-10-03 Thread Olivier Lamy
ew. > > Robert > > On Wed, 03 Oct 2018 11:15:50 +0200, Olivier Lamy wrote: > > > Hi, > > I'm trying to build maven-plugin-plugin with jdk11. > > But yup this will not work with import com.sun.javadoc.Tag; import > > com.sun.tools.doclets.Taglet; etc... The

Re: Maven Plugin Plugin (get rid of javadoc taglet?)

2018-10-03 Thread Robert Scholte
notice these missing doclettags. Robert On Wed, 03 Oct 2018 11:15:50 +0200, Olivier Lamy wrote: Hi, I'm trying to build maven-plugin-plugin with jdk11. But yup this will not work with import com.sun.javadoc.Tag; import com.sun.tools.doclets.Taglet; etc... There is even some javax.swing usage...

Maven Plugin Plugin (get rid of javadoc taglet?)

2018-10-03 Thread Olivier Lamy
Hi, I'm trying to build maven-plugin-plugin with jdk11. But yup this will not work with import com.sun.javadoc.Tag; import com.sun.tools.doclets.Taglet; etc... There is even some javax.swing usage... (well mainly to use only some data structure). I guess in 2018 everyone is now usin

Re: maven-plugin-plugin due any time soon?

2017-10-26 Thread Mark Raynsford
On 2017-10-26T14:05:01 + Mark Raynsford wrote: > > I'm running into what I think is MPLUGIN-304 [0] when upgrading > several of my Maven plugins to JDK 9. The issue has been fixed, but I > don't think that fix has made it into any release yet. Sorry for the noise: I made a mistake. I thought

maven-plugin-plugin due any time soon?

2017-10-26 Thread Mark Raynsford
Hello. I'm running into what I think is MPLUGIN-304 [0] when upgrading several of my Maven plugins to JDK 9. The issue has been fixed, but I don't think that fix has made it into any release yet. Is there a release of maven-plugin-plugin due any time soon? Apologies if this information

Re: svn commit: r1778770 - in /maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven: plugin/plugin/PluginReport.java plugins/ plugins/plugin/ plugins/plugin/descriptor/ plugins/

2017-01-14 Thread Hervé BOUTEMY
@since values ignored in report > New strategy where we don't need a parameter anymore (who would change it?) > > Added: > > maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven > /plugins/ > maven/plugin-tools/trunk/maven-plugin-plugin/src/ma

[ANN] Apache Maven Plugin Tools (with Maven Plugin Plugin) 3.4 Released

2015-01-05 Thread Hervé Boutemy
/plugin-tools/maven-plugin-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-plugin-plugin 3.4 Release Notes - Maven Plugin Tools - Version 3.4 ** Bug * [MPLUGIN-238] - HelpMojo phases fails when using java-annota

Re: svn commit: r1648234 - /maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml

2014-12-31 Thread Hervé BOUTEMY
1. problem reproduced: in a global plugin-tools build, there is no compilation issue but if I build only maven-plugin-plugin the compilation failure happens strange: I wouldn't expect the reactor build to have any impact on build classpath 2. problem explained: when I changed the annota

Re: svn commit: r1648234 - /maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml

2014-12-31 Thread Hervé BOUTEMY
mbre 2014 22:40:17 Robert Scholte a écrit : > >> Hi, > >> > >> This commit gives me compilation errors, e.g. > >> [ERROR] > >> /E:/java-workspace/apache-maven-plugin-tools/plugin-tools/maven-plugin-pl > >> ugi > >> n/src/main/java/org/a

Re: svn commit: r1648234 - /maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml

2014-12-31 Thread Robert Scholte
Hervé BOUTEMY : uh, which JDK version? Regards, Hervé Le mardi 30 décembre 2014 22:40:17 Robert Scholte a écrit : Hi, This commit gives me compilation errors, e.g. [ERROR] /E:/java-workspace/apache-maven-plugin-tools/plugin-tools/maven-plugin-plugi n/src/main/java/org/apache/maven/plugin/p

Re: svn commit: r1648234 - /maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml

2014-12-30 Thread Hervé BOUTEMY
uh, which JDK version? Regards, Hervé Le mardi 30 décembre 2014 22:40:17 Robert Scholte a écrit : > Hi, > > This commit gives me compilation errors, e.g. > [ERROR] > /E:/java-workspace/apache-maven-plugin-tools/plugin-tools/maven-plugin-plugi > n/src/main/java/org/apache/m

Re: svn commit: r1648234 - /maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml

2014-12-30 Thread Robert Scholte
Hi, This commit gives me compilation errors, e.g. [ERROR] /E:/java-workspace/apache-maven-plugin-tools/plugin-tools/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java:[77,6] E:\java-workspace\apache-maven-plugin-tools\plugin-tools\maven-plugin-plugin\src\main

[ANN] Apache Maven Plugin Tools (including Maven Plugin Plugin) 3.3 Released

2014-05-15 Thread Hervé Boutemy
. The Maven Plugin Plugin is used to create a Maven plugin descriptor for any Mojo's found in the source tree, to include in the JAR. It is also used to generate report files for the Mojos as well as for updating the plugin registry, the artifact metadata and generating a generic help goal.

Re: Maven Plugin - plugin version based on pluginManagement

2013-01-29 Thread Hervé BOUTEMY
Le lundi 28 janvier 2013 23:22:15 Karl Heinz Marbaise a écrit : > So the question is how does Maven know of the version of the above > plugin which has been defined in the pluginManagement section before. see maven-model-builder, phase 2, "plugin management injection" step [1], done in code [2] by

Maven Plugin - plugin version based on pluginManagement

2013-01-28 Thread Karl Heinz Marbaise
Hi there, currently i'm working on a new maven plugin http://khmarbaise.github.com/itexin-maven-plugin/usage.html which will make it possible to execute a plugin several times based on values (iteration). But my question is related how to get the information about a plugins version of a defined

[ANN] Maven Plugin Plugin 3.2 Released

2012-11-13 Thread Kristian Rosenvold
The Maven team is pleased to announce the release of the Maven Plugin Plugin, version 3.2. The Maven Plugin Plugin is used to create a Maven plugin descriptor for any Mojo's found in the source tree, to include in the JAR. It is also used to generate report files for the Mojos as well a

Re: components.xml in maven-plugin-plugin 3.1

2012-08-30 Thread Ben Tatham
06 PM, Ben Tatham wrote: > Before I report a bug, I thought I'd ask if I'm doing something wrong. > > I have a plugin that has a bunch of mojo's as well as defines > components.xml to set up a new lifecycle. > > I recently converted it from maven-plugin-plugin 2.9

components.xml in maven-plugin-plugin 3.1

2012-08-30 Thread Ben Tatham
Before I report a bug, I thought I'd ask if I'm doing something wrong. I have a plugin that has a bunch of mojo's as well as defines components.xml to set up a new lifecycle. I recently converted it from maven-plugin-plugin 2.9 to 3.1 and used java5 annotations. Note that th

Re: svn commit: r1367470 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm

2012-08-01 Thread Olivier Lamy
2012/8/1 Jesse Glick : > On 07/31/2012 02:43 PM, Hervé BOUTEMY wrote: >> >> compile is the default scope, isn't it? >> Or do I miss something? > > > Perhaps provided was meant? Yup. Just saying this is not needed at runtime level. I have changed and remove the scope. > > > -

Re: svn commit: r1367470 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm

2012-08-01 Thread Jesse Glick
On 07/31/2012 02:43 PM, Hervé BOUTEMY wrote: compile is the default scope, isn't it? Or do I miss something? Perhaps provided was meant? - To unsubscribe, e-mail: [email protected] For additional commands, e-ma

Re: svn commit: r1367470 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm

2012-07-31 Thread Hervé BOUTEMY
; only scope compile is needed for annotations > > Modified: > > maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/examples/using-an > notations.apt.vm > > Modified: > maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/examples/using-an > notations.apt.

[ANN] Maven Plugin Plugin 3.1 Released

2012-07-03 Thread Hervé BOUTEMY
The Maven team is pleased to announce the release of the Maven Plugin Plugin, version 3.1. This version fixes mostly the support of Java annotations for Maven plugins ( http://maven.apache.org/plugin-tools/maven-plugin-plugin/examples/using- annotations.html ) The Maven Plugin Plugin is used to

Re: maven-plugin-plugin thinks there's no mojos when I use annotations

2012-06-29 Thread Benson Margulies
e.PACKAGE, >> threadSafe = false, requiresDependencyResolution = >> ResolutionScope.RUNTIME) >> >> >> on the class. > Yes that's because the helpmojo is inovked at generate-sources phase, but > descriptor is now invoked at process-classes (to proc

Re: maven-plugin-plugin thinks there's no mojos when I use annotations

2012-06-29 Thread Tony Chemit
> > on the class. Yes that's because the helpmojo is inovked at generate-sources phase, but descriptor is now invoked at process-classes (to process annotations). to avoid your problem just add in the maven-plugin-plugin this configuration : true see http://maven.

Re: maven-plugin-plugin 3.0 report regression ?

2012-06-21 Thread Olivier Lamy
welcome :-) > > At final, there is no bug at all :) The report was generated by the > maven-plugin-plugin 2.9, but now using > the version 3.0 to generate report, everything is fine. Good ! I was near a heart attack :-) > > Sorry for the noise. > > ps: maven-plugin-plugin 3.0

Re: maven-plugin-plugin 3.0 report regression ?

2012-06-21 Thread Tony Chemit
ated by the maven-plugin-plugin 2.9, but now using the version 3.0 to generate report, everything is fine. Sorry for the noise. ps: maven-plugin-plugin 3.0 rocks :) -- Tony Chemit tél: +33 (0) 2 40 50 29 28 email: [email protected] http:/

Re: maven-plugin-plugin 3.0 report regression ?

2012-06-21 Thread Olivier Lamy
2012/6/21 Tony Chemit : > Hi, > > I migrated to the maven-plugin-plugin 3.0 and notice a change in the report > for mojo property. > > In the generated goal page for a mojo, before we had all the java property of > a mojo, but now we have all the 'mojo' properties

maven-plugin-plugin 3.0 report regression ?

2012-06-21 Thread Tony Chemit
Hi, I migrated to the maven-plugin-plugin 3.0 and notice a change in the report for mojo property. In the generated goal page for a mojo, before we had all the java property of a mojo, but now we have all the 'mojo' properties of a mojo. for example with this mojo: public cl

[ANN] Maven Plugin Plugin 3.0 Released

2012-05-31 Thread Olivier Lamy
The Maven team is pleased to announce the release of the Maven Plugin Plugin, version 3.0. This version add the support of Java annotations for Maven plugins ( http://maven.apache.org/plugin-tools/maven-plugin-plugin/examples/using-annotations.html ) The Maven Plugin Plugin is used to create a

RE: I'd like to release maven-plugin-plugin

2011-09-04 Thread Robert Scholte
Hi Benson, about MPLUGIN-181: The right to solve this is a java-escape of the forward slash, so: default-value="**\/*.xml" Might be worth an entry for the FAQ's. -Robert > Date: Fri, 2 Sep 2011 09:38:24 -0400 > Subject: I'd like to release maven-plug

I'd like to release maven-plugin-plugin

2011-09-02 Thread Benson Margulies
I hit, and fixed, a bug [MPLUGIN-186] and then I went looking for low-lying issues. I found MPLUGIN-120 which I'll check in if the tests all pass. Is anything else worth doing? I looked at -181, but I'm not sure that an HTML escape is the notation we want here. Does anyone have a preferred altern

[ANN] Maven Plugin Plugin and Maven Plugin Tools 2.8 Released

2011-06-13 Thread Stephen Connolly
The Maven team is pleased to announce the release of the Maven Plugin Plugin and Maven Plugin Tools, version 2.8 This plugin is used to create a Maven plugin descriptor for any Mojo's found in the source tree, to include in the JAR. It is also used to generate report files for the Mojos as

Re: svn commit: r1125604 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/AbstractGeneratorMojo.java

2011-05-21 Thread Arnaud Héritier
gt;>> >>> URL: http://svn.apache.org/viewvc?rev=1125604&view=rev >>> Log: >>> No point sitting on this change any longer. >>> >>> Modified: >>> >> maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/

Re: svn commit: r1125604 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/AbstractGeneratorMojo.java

2011-05-21 Thread Stephen Connolly
1. yes there is a typo. as soon as I am at a pc the typo will be fixed. 2. the pmc is permitting persons who develop plugins for maven to use the mark maven in their plugin name provided the name and its usage meets certain criteria, amongst which is the "___ maven plugin" naming scheme. we will b

Re: svn commit: r1125604 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/AbstractGeneratorMojo.java

2011-05-21 Thread Mark Struberg
strub --- On Sat, 5/21/11, Karl Heinz Marbaise wrote: > From: Karl Heinz Marbaise > Subject: Re: svn commit: r1125604 - > /maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/AbstractGeneratorMojo.java > To: [email protected] > Date: Saturday

Re: svn commit: r1125604 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/AbstractGeneratorMojo.java

2011-05-21 Thread Karl Heinz Marbaise
Hi, just a question about that... does this mean that in the future a Maven Plugin is not allowed to be named like: maven-WhatEverThisIs-plugin ? Based on the given code this means that future plugin developers have to change their plugin names into WhatEverThisIs-maven-plugin... Is this t

Re: svn commit: r1125604 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/AbstractGeneratorMojo.java

2011-05-21 Thread Dan Tran
> Date: Sat May 21 00:21:26 2011 >> > New Revision: 1125604 >> > >> > URL: http://svn.apache.org/viewvc?rev=1125604&view=rev >> > Log: >> > No point sitting on this change any longer. >> > >> > Modified: >> > >>

Re: svn commit: r1125604 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/AbstractGeneratorMojo.java

2011-05-21 Thread Anders Hammar
this change any longer. > > > > Modified: > > > maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/AbstractGeneratorMojo.java > > > > Modified: > maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plug

Re: svn commit: r1125604 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/AbstractGeneratorMojo.java

2011-05-21 Thread Dennis Lundberg
v > Log: > No point sitting on this change any longer. > > Modified: > > maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/AbstractGeneratorMojo.java > > Modified: > maven/plugin-tools/trunk/maven-plugin-plugi

[ANN] Maven Plugin Plugin 2.7 Released

2011-02-09 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven Plugin Plugin, version 2.7 The Maven Plugin Plugin is used to create a Maven plugin descriptor for any Mojo's found in the source tree, to include in the JAR. It is also used to generate report files for the Mojos as well a

Re: svn commit: r1059551 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java

2011-01-18 Thread Jörg Schaible
Hi Lukas, Lukas Theussl wrote: > Anders Hammar wrote: >> On Mon, Jan 17, 2011 at 08:48, Lukas Theussl wrote: >> >>> >>> Ok, I get it. The xdoc should be written with the same encoding that is >>> used when it is read to generate the final report, which is >>> project.build.sourceEncoding (by def

Re: svn commit: r1059551 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java

2011-01-18 Thread Anders Hammar
I'll attach to MPLUGIN-180. Please reopen that. /Anders On Tue, Jan 18, 2011 at 09:10, Lukas Theussl wrote: > > > Anders Hammar wrote: > >> On Mon, Jan 17, 2011 at 08:48, Lukas Theussl wrote: >> >> >>> Ok, I get it. The xdoc should be written with the same encoding that is >>> used when it is

Re: svn commit: r1059551 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java

2011-01-18 Thread Lukas Theussl
Anders Hammar wrote: On Mon, Jan 17, 2011 at 08:48, Lukas Theussl wrote: Ok, I get it. The xdoc should be written with the same encoding that is used when it is read to generate the final report, which is project.build.sourceEncoding (by default). No, it shouldn't. The xdoc xml file shou

Re: svn commit: r1059551 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java

2011-01-18 Thread Anders Hammar
On Mon, Jan 17, 2011 at 08:48, Lukas Theussl wrote: > > Ok, I get it. The xdoc should be written with the same encoding that is > used when it is read to generate the final report, which is > project.build.sourceEncoding (by default). > > No, it shouldn't. The xdoc xml file should be written with

Re: svn commit: r1059551 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java

2011-01-16 Thread Lukas Theussl
Ok, I get it. The xdoc should be written with the same encoding that is used when it is read to generate the final report, which is project.build.sourceEncoding (by default). I fixed it, thanks! -Lukas Benjamin Bentmann wrote: Lukas Theussl wrote: I am confused indeed. I simply used MPLU

Re: svn commit: r1059551 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java

2011-01-16 Thread Benjamin Bentmann
Lukas Theussl wrote: I am confused indeed. I simply used MPLUGIN-180 to verify it works, but just realized it's not good because both input and output encoding are the same there. Right, it gets only interesting if the two encodings have different values, e.g. setting project.reporting.output

Re: svn commit: r1059551 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java

2011-01-16 Thread Lukas Theussl
Benjamin Bentmann wrote: Hi Lukaus, Author: ltheussl Date: Sun Jan 16 13:14:04 2011 New Revision: 1059551 URL: http://svn.apache.org/viewvc?rev=1059551&view=rev Log: [MPLUGIN-180] forward encoding to the PluginToolsRequest Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/

Re: svn commit: r1059551 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java

2011-01-16 Thread Benjamin Bentmann
Hi Lukaus, Author: ltheussl Date: Sun Jan 16 13:14:04 2011 New Revision: 1059551 URL: http://svn.apache.org/viewvc?rev=1059551&view=rev Log: [MPLUGIN-180] forward encoding to the PluginToolsRequest Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/m

maven-plugin-plugin

2008-11-28 Thread Markus Wolf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I've a question about the plugin documentation configuration. We created a documentation site using the standard maven tools. We created an index page using the doxia apt format as stated on the doxia site. After that we added the

RE: svn commit: r639861 - in /maven/plugin-tools/trunk: maven-plugin-plugin/pom.xml pom.xml

2008-03-26 Thread Brian E. Fox
: svn commit: r639861 - in /maven/plugin-tools/trunk: maven-plugin-plugin/pom.xml pom.xml Hi Brian, I guess it would be better to fix parent pom and provide a new release. It will avoid to duplicate entry poms (see this revision or also r638164) Cheers, Vincent 2008/3/21, [EMAIL PROTECTED] &l

Re: svn commit: r639861 - in /maven/plugin-tools/trunk: maven-plugin-plugin/pom.xml pom.xml

2008-03-26 Thread Vincent Siveton
; New Revision: 639861 > > URL: http://svn.apache.org/viewvc?rev=639861&view=rev > Log: > don't use javadoc 2.3 > > Modified: > maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml > maven/plugin-tools/trunk/pom.xml > > Modified: maven/plugin-t

Re: svn commit: r635240 - in /maven/plugin-tools/trunk: ./ maven-plugin-plugin/ maven-plugin-tools-ant/ maven-plugin-tools-api/ maven-plugin-tools-beanshell/ maven-plugin-tools-java/ maven-plugin-tool

2008-03-10 Thread Vincent Siveton
> New Revision: 635240 > > > > URL: http://svn.apache.org/viewvc?rev=635240&view=rev > > Log: > > [maven-release-plugin] prepare release maven-plugin-tools-2.4 > > > > Modified: > > maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml > > maven

Re: svn commit: r635240 - in /maven/plugin-tools/trunk: ./ maven-plugin-plugin/ maven-plugin-tools-ant/ maven-plugin-tools-api/ maven-plugin-tools-beanshell/ maven-plugin-tools-java/ maven-plugin-tool

2008-03-10 Thread Vincent Siveton
wrote: > >>> Author: vsiveton > >>> Date: Sun Mar 9 07:11:48 2008 > >>> New Revision: 635240 > >>> > >>> URL: http://svn.apache.org/viewvc?rev=635240&view=rev > >>> Log: > >>> [maven-release-plugin] prepare

Re: svn commit: r635240 - in /maven/plugin-tools/trunk: ./ maven-plugin-plugin/ maven-plugin-tools-ant/ maven-plugin-tools-api/ maven-plugin-tools-beanshell/ maven-plugin-tools-java/ maven-plugin-tool

2008-03-09 Thread Brett Porter
Mar 9 07:11:48 2008 New Revision: 635240 URL: http://svn.apache.org/viewvc?rev=635240&view=rev Log: [maven-release-plugin] prepare release maven-plugin-tools-2.4 Modified: maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml maven/plugin-tools/trunk/maven-plugin-tools-ant/pom.xml ma

Re: svn commit: r635240 - in /maven/plugin-tools/trunk: ./ maven-plugin-plugin/ maven-plugin-tools-ant/ maven-plugin-tools-api/ maven-plugin-tools-beanshell/ maven-plugin-tools-java/ maven-plugin-tool

2008-03-09 Thread Vincent Siveton
35240&view=rev > > Log: > > [maven-release-plugin] prepare release maven-plugin-tools-2.4 > > > > Modified: > > maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml > > maven/plugin-tools/trunk/maven-plugin-tools-ant/pom.xml > > maven/plugin

Re: svn commit: r635240 - in /maven/plugin-tools/trunk: ./ maven-plugin-plugin/ maven-plugin-tools-ant/ maven-plugin-tools-api/ maven-plugin-tools-beanshell/ maven-plugin-tools-java/ maven-plugin-tool

2008-03-09 Thread Dennis Lundberg
:48 2008 New Revision: 635240 URL: http://svn.apache.org/viewvc?rev=635240&view=rev Log: [maven-release-plugin] prepare release maven-plugin-tools-2.4 Modified: maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml maven/plugin-tools/trunk/maven-plugin-tools-ant/pom.xml maven/pl

Re: Maven Plugin Plugin - a release of 2.4 ?

2008-03-03 Thread Raphaël Piéroni
Thanks. 2008/3/3, Vincent Siveton <[EMAIL PROTECTED]>: > Hi Raphael, > > I plan to call a vote this week. > > Cheers, > > Vincent > > 2008/3/3, Raphaël Piéroni <[EMAIL PROTECTED]>: > > > Hi, > > > > Is there any plan to release th

Re: Maven Plugin Plugin - a release of 2.4 ?

2008-03-03 Thread Vincent Siveton
Hi Raphael, I plan to call a vote this week. Cheers, Vincent 2008/3/3, Raphaël Piéroni <[EMAIL PROTECTED]>: > Hi, > > Is there any plan to release the Maven Plugin Plugin 2.4? > > I would it released to close the issue > http://jira.codehaus.org/browse/AR

Maven Plugin Plugin - a release of 2.4 ?

2008-03-03 Thread Raphaël Piéroni
Hi, Is there any plan to release the Maven Plugin Plugin 2.4? I would it released to close the issue http://jira.codehaus.org/browse/ARCHETYPE-109 Regards, Raphaël

Re: svn commit: r630055 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/UpdatePluginRegistryMojo.java

2008-02-21 Thread Jason van Zyl
: Author: vsiveton Date: Thu Feb 21 16:30:17 2008 New Revision: 630055 URL: http://svn.apache.org/viewvc?rev=630055&view=rev Log: o accessed directly to TrackableBase Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/ apache/maven/plugin/plugin/UpdatePluginRegistryMojo.

[ANN] Maven Plugin Plugin 1.7.1 for Maven 1.x released

2007-04-30 Thread aheritier
We are pleased to announce the Maven Plugin Plugin 1.7.1 release! http://maven.apache.org/maven-1.x/plugins/plugin/ Maven Plugin management plugin. === Changes in this version include: Fixed bugs: o

[RESULT][VOTE] Release maven-plugin-plugin 2.3

2007-03-24 Thread Dennis Lundberg
Here are the results of this vote: +1 Binding: Dennis Lundberg, Stephane Nicoll, Jason val Zyl, John Casey, Vincent Siveton +1 Non-binding: Brian E. Fox, Daniel Kulp, Andrew Williams I will proceed with the release. Dennis Lundberg wrote: Hi, I'd like to release maven-plugin-plugi

Re: [VOTE] Release maven-plugin-plugin 2.3

2007-03-22 Thread Vincent Siveton
+1 Vincent 2007/3/19, Dennis Lundberg <[EMAIL PROTECTED]>: Hi, I'd like to release maven-plugin-plugin-2.3. There is only one issue fixed for this release, but it's an important one. It adds support for @since tags for mojo parameters. This is an important improveme

Re: [VOTE] Release maven-plugin-plugin 2.3

2007-03-21 Thread Andrew Williams
+1 Andy On 19 Mar 2007, at 22:43, Dennis Lundberg wrote: Hi, I'd like to release maven-plugin-plugin-2.3. There is only one issue fixed for this release, but it's an important one. It adds support for @since tags for mojo parameters. This is an important improvement to

Re: maven-plugin-plugin w/module with 1.5 annotations

2007-03-20 Thread Jason Dillon
On Mar 21, 2007, at 12:17 AM, Brett Porter wrote: I was using 2.2 of m-p-p which appears to be using qdox-1.6.1. I also tried using 2.3-SNAPSHOT (whatever is up there in the m2- snapshot-repo) and it looked like it was using qdox-1.6.1 as well. Both behave the same way. That should be the

Re: maven-plugin-plugin w/module with 1.5 annotations

2007-03-20 Thread Brett Porter
On 21/03/2007, at 6:11 PM, Jason Dillon wrote: I was using 2.2 of m-p-p which appears to be using qdox-1.6.1. I also tried using 2.3-SNAPSHOT (whatever is up there in the m2- snapshot-repo) and it looked like it was using qdox-1.6.1 as well. Both behave the same way. That should be the

Re: maven-plugin-plugin w/module with 1.5 annotations

2007-03-20 Thread Jason Dillon
On Mar 20, 2007, at 11:52 PM, Brett Porter wrote: I was under the impression the latest release had updated to qdox and it could deal with it (where it contains annotations, not using them for the mojo parameters themselves obviously). What version of the plugin plugin are you using, and wh

Re: maven-plugin-plugin w/module with 1.5 annotations

2007-03-20 Thread Brett Porter
I was under the impression the latest release had updated to qdox and it could deal with it (where it contains annotations, not using them for the mojo parameters themselves obviously). What version of the plugin plugin are you using, and what version of qdox does it drag in? On 21/03/200

maven-plugin-plugin w/module with 1.5 annotations

2007-03-20 Thread Jason Dillon
Is there anyway to get the maven-plugin-plugin to work with a module that contains 1.5 annotations? When I try to build when the packaging is 'maven-plugin', 'plugin:descriptor' pukes up: [INFO] [plugin:descriptor] [INFO] Using 2 extractors. [INFO] Applying extracto

Re: [VOTE] Release maven-plugin-plugin 2.3

2007-03-20 Thread John Casey
+1 On 3/20/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: +1 On 19 Mar 07, at 6:43 PM 19 Mar 07, Dennis Lundberg wrote: > Hi, > > I'd like to release maven-plugin-plugin-2.3. > > There is only one issue fixed for this release, but it's an > important one. I

Re: [VOTE] Release maven-plugin-plugin 2.3

2007-03-20 Thread Jason van Zyl
+1 On 19 Mar 07, at 6:43 PM 19 Mar 07, Dennis Lundberg wrote: Hi, I'd like to release maven-plugin-plugin-2.3. There is only one issue fixed for this release, but it's an important one. It adds support for @since tags for mojo parameters. This is an important improvement to

Re: [VOTE] Release maven-plugin-plugin 2.3

2007-03-20 Thread Daniel Kulp
+1 Dan On Monday 19 March 2007 18:43, Dennis Lundberg wrote: > Hi, > > I'd like to release maven-plugin-plugin-2.3. > > There is only one issue fixed for this release, but it's an important > one. It adds support for @since tags for mojo parameters. This is an &g

Re: [VOTE] Release maven-plugin-plugin 2.3

2007-03-20 Thread Stephane Nicoll
+1 Stéphane On 3/19/07, Dennis Lundberg <[EMAIL PROTECTED]> wrote: Hi, I'd like to release maven-plugin-plugin-2.3. There is only one issue fixed for this release, but it's an important one. It adds support for @since tags for mojo parameters. This is an important improveme

RE: [VOTE] Release maven-plugin-plugin 2.3

2007-03-19 Thread Brian E. Fox
+1 -Original Message- From: Dennis Lundberg [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2007 6:43 PM To: Maven Developers List Subject: [VOTE] Release maven-plugin-plugin 2.3 Hi, I'd like to release maven-plugin-plugin-2.3. There is only one issue fixed for this release

[VOTE] Release maven-plugin-plugin 2.3

2007-03-19 Thread Dennis Lundberg
Hi, I'd like to release maven-plugin-plugin-2.3. There is only one issue fixed for this release, but it's an important one. It adds support for @since tags for mojo parameters. This is an important improvement to our plugin documentation: http://jira.codehaus.org/secure/IssueNavi

Re: Releasing maven-plugin-tools and maven-plugin-plugin

2007-03-04 Thread Brett Porter
t requires maven-plugin-plugin-2.3, which in turn has 2.0.5 as a prerequisite. 1. Does maven-plugin-plugin-2.3 get downloaded? 2. Does maven-plugin-plugin-2.3 get used by maven 2.0.4 if it has been downloaded or installed locally? No and no. The logic is: a) use the version requested in the P

Re: svn commit: r514383 - /maven/plugins/trunk/maven-plugin-plugin/pom.xml

2007-03-04 Thread Brett Porter
: 514383 URL: http://svn.apache.org/viewvc?view=rev&rev=514383 Log: o Update prerequisites to 2.0.5. Modified: maven/plugins/trunk/maven-plugin-plugin/pom.xml Modified: maven/plugins/trunk/maven-plugin-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugin- pl

Re: svn commit: r514383 - /maven/plugins/trunk/maven-plugin-plugin/pom.xml

2007-03-04 Thread Andrew Williams
fied: maven/plugins/trunk/maven-plugin-plugin/pom.xml Modified: maven/plugins/trunk/maven-plugin-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugin- plugin/pom.xml?view=diff&rev=514383&r1=5143

Re: Releasing maven-plugin-tools and maven-plugin-plugin

2007-03-04 Thread Dennis Lundberg
Is that because maven-plugin-descriptor-2.0.5.jar is in M2_HOME/lib ? How does plugin updates work in a situation like this? Say we have a user that is running maven 2.0.4. He/she issues "mvn -U site" on a project that requires maven-plugin-plugin-2.3, which in turn has 2

Re: Releasing maven-plugin-tools and maven-plugin-plugin

2007-03-03 Thread Brett Porter
. The only other changes to maven-plugin-tools is the handling of "since" and "implementation" (for parameters). Also maven-plugin-tools-pluggy has been removed. The pom currently has a version of 2.1-SNAPSHOT. Is that a suitable version for these changes? Next we need to

Re: Releasing maven-plugin-tools and maven-plugin-plugin

2007-03-03 Thread Dennis Lundberg
y other changes to maven-plugin-tools is the handling of "since" and "implementation" (for parameters). Also maven-plugin-tools-pluggy has been removed. The pom currently has a version of 2.1-SNAPSHOT. Is that a suitable version for these changes? Next we need to update

Releasing maven-plugin-tools and maven-plugin-plugin

2007-03-03 Thread Dennis Lundberg
s-pluggy has been removed. The pom currently has a version of 2.1-SNAPSHOT. Is that a suitable version for these changes? Next we need to update maven-plugin-plugin to use the new version of maven-plugin-tools. No changes other than pom updates has been made since the 2.2 release of the plugin

[result] release maven-plugin-plugin 2.2

2006-12-29 Thread Brett Porter
4 binding +1 votes, I will proceed with the release. On 23/12/2006, at 3:16 PM, Brett Porter wrote: Please vote on maven-plugin-plugin and maven-plugin-tools-2.0.x: - svn rev. 489850 - plugin snapshot is 2.2-20061223.040931-3, plugin-tools snapshot is 2.0.5-20061223.041242-4

Re: [vote] release maven-plugin-plugin 2.2

2006-12-23 Thread Stephane Nicoll
+1 Stéphane On 12/23/06, Brett Porter <[EMAIL PROTECTED]> wrote: Please vote on maven-plugin-plugin and maven-plugin-tools-2.0.x: - svn rev. 489850 - plugin snapshot is 2.2-20061223.040931-3, plugin-tools snapshot is 2.0.5-20061223.041242-4 - documentation already updated a

Re: [vote] release maven-plugin-plugin 2.2

2006-12-23 Thread Fabrizio Giustina
+1 fabrizio On 12/23/06, Brett Porter <[EMAIL PROTECTED]> wrote: Please vote on maven-plugin-plugin and maven-plugin-tools-2.0.x: - svn rev. 489850 - plugin snapshot is 2.2-20061223.040931-3, plugin-tools snapshot is 2.0.5-20061223.041242-4 - documentation already updated a

Re: [vote] release maven-plugin-plugin 2.2

2006-12-22 Thread Emmanuel Venisse
+1 Emmanuel Brett Porter a écrit : Please vote on maven-plugin-plugin and maven-plugin-tools-2.0.x: - svn rev. 489850 - plugin snapshot is 2.2-20061223.040931-3, plugin-tools snapshot is 2.0.5-20061223.041242-4 - documentation already updated at http://maven.apache.org/plugins/maven

Re: [vote] release maven-plugin-plugin 2.2

2006-12-22 Thread Brett Porter
On 23/12/2006, at 3:16 PM, Brett Porter wrote: Vote is open for 72h Sorry, this should have been longer, just used the template. I'm not cutting a release at Christmas ;) Vote is open for 7 * 24h. - Brett - To unsubscri

[vote] release maven-plugin-plugin 2.2

2006-12-22 Thread Brett Porter
Please vote on maven-plugin-plugin and maven-plugin-tools-2.0.x: - svn rev. 489850 - plugin snapshot is 2.2-20061223.040931-3, plugin-tools snapshot is 2.0.5-20061223.041242-4 - documentation already updated at http://maven.apache.org/plugins/ maven-plugin-plugin/ - changelog available

Re: svn commit: r421484 - /maven/plugins/trunk/maven-plugin-plugin/pom.xml

2006-07-12 Thread Brett Porter
-SNAPSHOT Modified: maven/plugins/trunk/maven-plugin-plugin/pom.xml Modified: maven/plugins/trunk/maven-plugin-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugin-plugin/pom.xml?rev=421484&r1=421483&r2

[RESULT] [vote] Release maven-plugin-plugin 2.0.1

2006-02-03 Thread John Casey
Binding: John, Brett, Emmanuel, Jason Non-Binding: Stephane, Vincent S., Fabrizio I'll get started on the release now. -john John Casey wrote: Hi, I just realized that we never released a new version of the maven-plugin-plugin to accompany Maven 2.0.1. This needs to happen so we

Re: [vote] Release maven-plugin-plugin 2.0.1

2006-02-01 Thread Vincent Siveton
+1 for 2.1 Vincent 2006/1/30, John Casey <[EMAIL PROTECTED]>: > Hi, > > I just realized that we never released a new version of the > maven-plugin-plugin to accompany Maven 2.0.1. This needs to happen so we > can support Ant-based mojos. There are still open issues in jira f

Re: [vote] Release maven-plugin-plugin 2.0.1

2006-01-31 Thread Fabrizio Giustina
+1 for 2.1 fabrizio On 1/31/06, John Casey <[EMAIL PROTECTED]> wrote: > Hi, > > I just realized that we never released a new version of the > maven-plugin-plugin to accompany Maven 2.0.1. - To unsubscri

Re: [vote] Release maven-plugin-plugin 2.0.1

2006-01-30 Thread Stephane Nicoll
> John Casey wrote: > > Hi, > > > > I just realized that we never released a new version of the > > maven-plugin-plugin to accompany Maven 2.0.1. This needs to happen so we > > can support Ant-based mojos. There are still open issues in jira for > > this plugin

Re: [vote] Release maven-plugin-plugin 2.0.1

2006-01-30 Thread Emmanuel Venisse
+1 Emmanuel John Casey a écrit : Hi, I just realized that we never released a new version of the maven-plugin-plugin to accompany Maven 2.0.1. This needs to happen so we can support Ant-based mojos. There are still open issues in jira for this plugin, but I'm not planning to add an

Re: [vote] Release maven-plugin-plugin 2.0.1

2006-01-30 Thread Jason van Zyl
John Casey wrote: Hi, I just realized that we never released a new version of the maven-plugin-plugin to accompany Maven 2.0.1. This needs to happen so we can support Ant-based mojos. There are still open issues in jira for this plugin, but I'm not planning to add any new code before cu

Re: [vote] Release maven-plugin-plugin 2.0.1

2006-01-30 Thread John Casey
lized that we never released a new version of the maven-plugin-plugin to accompany Maven 2.0.1. This needs to happen so we can support Ant-based mojos. There are still open issues in jira for this plugin, but I'm not planning to add any new code before cutting this release. This is a relat

Re: [vote] Release maven-plugin-plugin 2.0.1

2006-01-30 Thread Brett Porter
+1, but prefer calling it 2.1 due to the feature addition. FWIW, the issues in JIRA are all features/improvements or changes to the generated report - no bugs in the plugin creation. - Brett John Casey wrote: > Hi, > > I just realized that we never released a new version of the >

Re: [vote] Release maven-plugin-plugin 2.0.1

2006-01-30 Thread John Casey
Sorry, that was probably a bit too brief. :) I meant to also say that I'll keep this open for the customary 72 hours, and see where we are at that point. -j John Casey wrote: Hi, I just realized that we never released a new version of the maven-plugin-plugin to accompany Maven 2.0.1.

[vote] Release maven-plugin-plugin 2.0.1

2006-01-30 Thread John Casey
Hi, I just realized that we never released a new version of the maven-plugin-plugin to accompany Maven 2.0.1. This needs to happen so we can support Ant-based mojos. There are still open issues in jira for this plugin, but I'm not planning to add any new code before cutting this re

[jira] Updated: (MNG-1297) Continuum build throws LifecycleExecutionException while building Maven PLUGIN Plugin

2006-01-20 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-1297?page=all ] Jason van Zyl updated MNG-1297: --- Fix Version: (was: 2.0.3) 2.0.4 > Continuum build throws LifecycleExecutionException while building Maven > PLUGIN

  1   2   >