You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2008/08/05 23:02:55 UTC

svn commit: r682948 - /maven/pom/trunk/maven/pom.xml

Author: aheritier
Date: Tue Aug  5 14:02:54 2008
New Revision: 682948

URL: http://svn.apache.org/viewvc?rev=682948&view=rev
Log:
Define enforcer and invoker versions to use (used by the war plugin)

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=682948&r1=682947&r2=682948&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Tue Aug  5 14:02:54 2008
@@ -138,6 +138,11 @@
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-enforcer-plugin</artifactId>
+          <version>1.0-alpha-3</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-docck-plugin</artifactId>
           <version>1.0-beta-2</version>
         </plugin>
@@ -153,6 +158,11 @@
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-invoker-plugin</artifactId>
+          <version>1.2</version>
+        </plugin>        
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
           <version>2.2</version>
           <configuration>



Re: svn commit: r682948 - /maven/pom/trunk/maven/pom.xml

Posted by Dennis Lundberg <de...@apache.org>.
We can push the parent releases a couple of days if you think it's worth 
getting 1.2.1 in there.

Maven Invoker has 3 +1 now. I can release it in the morning (local time) 
say in 6-7 seven hours. Then I can prepare the release of Maven Invoker 
Plugin. That puts us on Saturday to release the first parent POM. That's 
fine by me.

So, what do you think?

Arnaud HERITIER wrote:
> Yes I think it's better than nothing.
> I defined the use of 1.2.1-SNAPSHOT for plugins which require it.
> I prefered to add the 1.2.1 in the parent but parents will be released in
> few days, and before the 1.2.1 of invoker...
> 
> On Tue, Aug 5, 2008 at 11:57 PM, Benjamin Bentmann <
> benjamin.bentmann@udo.edu> wrote:
> 
>> Hi Dennis,
>>
>>  In light of MINVOKER-43, is it wise to specify Invoker Plugin 1.2 (which
>>> suffers from that issue) in the parent?
>>>
>> Looking at the change log [0], Invoker Plugin 1.2 it not completely bad,
>> IMHO. MINVOKER-43 is limited to the "invoker:install" goal, "invoker:run"
>> should work better than in previous versions. So personally, I feel its
>> inclusion into the parent is acceptable.
>>
>>
>> Benjamin
>>
>>
>> [0]
>> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11441&fixfor=13948
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
> 
> 


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r682948 - /maven/pom/trunk/maven/pom.xml

Posted by Arnaud HERITIER <ah...@gmail.com>.
Yes I think it's better than nothing.
I defined the use of 1.2.1-SNAPSHOT for plugins which require it.
I prefered to add the 1.2.1 in the parent but parents will be released in
few days, and before the 1.2.1 of invoker...

On Tue, Aug 5, 2008 at 11:57 PM, Benjamin Bentmann <
benjamin.bentmann@udo.edu> wrote:

> Hi Dennis,
>
>  In light of MINVOKER-43, is it wise to specify Invoker Plugin 1.2 (which
>> suffers from that issue) in the parent?
>>
>
> Looking at the change log [0], Invoker Plugin 1.2 it not completely bad,
> IMHO. MINVOKER-43 is limited to the "invoker:install" goal, "invoker:run"
> should work better than in previous versions. So personally, I feel its
> inclusion into the parent is acceptable.
>
>
> Benjamin
>
>
> [0]
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11441&fixfor=13948
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>


-- 
..........................................................
Arnaud HERITIER
..........................................................
OCTO Technology - aheritier AT octo DOT com
www.octo.com | blog.octo.com
..........................................................
ASF - aheritier AT apache DOT org
www.apache.org | maven.apache.org
...........................................................

Re: svn commit: r682948 - /maven/pom/trunk/maven/pom.xml

Posted by Benjamin Bentmann <be...@udo.edu>.
Hi Dennis,

> In light of MINVOKER-43, is it wise to specify Invoker Plugin 1.2 (which 
> suffers from that issue) in the parent?

Looking at the change log [0], Invoker Plugin 1.2 it not completely bad, 
IMHO. MINVOKER-43 is limited to the "invoker:install" goal, 
"invoker:run" should work better than in previous versions. So 
personally, I feel its inclusion into the parent is acceptable.


Benjamin


[0] 
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11441&fixfor=13948

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r682948 - /maven/pom/trunk/maven/pom.xml

Posted by Dennis Lundberg <de...@apache.org>.
In light of MINVOKER-43, is it wise to specify Invoker Plugin 1.2 (which 
suffers from that issue) in the parent?

aheritier@apache.org wrote:
> Author: aheritier
> Date: Tue Aug  5 14:02:54 2008
> New Revision: 682948
> 
> URL: http://svn.apache.org/viewvc?rev=682948&view=rev
> Log:
> Define enforcer and invoker versions to use (used by the war plugin)
> 
> Modified:
>     maven/pom/trunk/maven/pom.xml
> 
> Modified: maven/pom/trunk/maven/pom.xml
> URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=682948&r1=682947&r2=682948&view=diff
> ==============================================================================
> --- maven/pom/trunk/maven/pom.xml (original)
> +++ maven/pom/trunk/maven/pom.xml Tue Aug  5 14:02:54 2008
> @@ -138,6 +138,11 @@
>          </plugin>
>          <plugin>
>            <groupId>org.apache.maven.plugins</groupId>
> +          <artifactId>maven-enforcer-plugin</artifactId>
> +          <version>1.0-alpha-3</version>
> +        </plugin>
> +        <plugin>
> +          <groupId>org.apache.maven.plugins</groupId>
>            <artifactId>maven-docck-plugin</artifactId>
>            <version>1.0-beta-2</version>
>          </plugin>
> @@ -153,6 +158,11 @@
>          </plugin>
>          <plugin>
>            <groupId>org.apache.maven.plugins</groupId>
> +          <artifactId>maven-invoker-plugin</artifactId>
> +          <version>1.2</version>
> +        </plugin>        
> +        <plugin>
> +          <groupId>org.apache.maven.plugins</groupId>
>            <artifactId>maven-jar-plugin</artifactId>
>            <version>2.2</version>
>            <configuration>
> 
> 
> 


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org