+1

Simon Brandhof
Sonar - http://www.sonarsource.com
---


2010/4/6 Arnaud Héritier <[email protected]>

> +1
>
> Arnaud Héritier
> Software Factory Manager
> eXo platform - http://www.exoplatform.com
> ---
> http://www.aheritier.net
>
>
>
> On Tue, Apr 6, 2010 at 12:28 PM, Stephen Connolly <
> [email protected]> wrote:
>
>> +1
>>
>> Stephen
>>
>>
>> On 6 April 2010 11:09, Milos Kleint <[email protected]> wrote:
>>
>>> +1
>>>
>>> Milos
>>>
>>>
>>> On Tue, Apr 6, 2010 at 12:04 PM, Olivier Lamy <[email protected]> wrote:
>>>
>>>> Hi,
>>>> I'd like to release mojo parent 24.
>>>> Change since last version :
>>>>
>>>> $ svn diff http://svn.codehaus.org/mojo/tags/mojo-parent-23/pom.xml \
>>>> http://svn.codehaus.org/mojo/trunk/mojo/mojo-parent/pom.xml
>>>>
>>>>   <groupId>org.codehaus.mojo</groupId>
>>>>   <artifactId>mojo-parent</artifactId>
>>>> -  <version>23</version>
>>>> +  <version>24-SNAPSHOT</version>
>>>>   <packaging>pom</packaging>
>>>>
>>>>   <name>Codehaus Mojo Parent</name>
>>>> @@ -49,9 +49,9 @@
>>>>   </mailingLists>
>>>>
>>>>   <scm>
>>>> -    <connection>scm:svn:
>>>> http://svn.codehaus.org/mojo/tags/mojo-parent-23</connection>
>>>> -    <developerConnection>scm:svn:
>>>> https://svn.codehaus.org/mojo/tags/mojo-parent-23</developerConnection>
>>>> -    <url>http://fisheye.codehaus.org/browse/mojo/tags/mojo-parent-23
>>>> </url>
>>>> +    <connection>scm:svn:
>>>> http://svn.codehaus.org/mojo/trunk/mojo/mojo-parent</connection>
>>>> +    <developerConnection>scm:svn:
>>>> https://svn.codehaus.org/mojo/trunk/mojo/mojo-parent
>>>> </developerConnection>
>>>> +    <url>
>>>> http://fisheye.codehaus.org/browse/mojo/trunk/mojo/mojo-parent</url>
>>>>   </scm>
>>>>   <issueManagement>
>>>>     <system>jira</system>
>>>> @@ -154,12 +154,12 @@
>>>>         <plugin>
>>>>           <groupId>org.apache.maven.plugins</groupId>
>>>>           <artifactId>maven-clean-plugin</artifactId>
>>>> -          <version>2.3</version>
>>>> +          <version>2.4</version>
>>>>         </plugin>
>>>>         <plugin>
>>>>           <groupId>org.apache.maven.plugins</groupId>
>>>>           <artifactId>maven-compiler-plugin</artifactId>
>>>> -          <version>2.0.2</version>
>>>> +          <version>2.2</version>
>>>>           <configuration>
>>>>             <encoding>${project.build.sourceEncoding}</encoding>
>>>>             <source>${project.build.java.target}</source>
>>>> @@ -169,7 +169,7 @@
>>>>         <plugin>
>>>>           <groupId>org.apache.maven.plugins</groupId>
>>>>           <artifactId>maven-deploy-plugin</artifactId>
>>>> -          <version>2.4</version>
>>>> +          <version>2.5</version>
>>>>         </plugin>
>>>>         <plugin>
>>>>           <groupId>org.apache.maven.plugins</groupId>
>>>> @@ -189,7 +189,7 @@
>>>>         <plugin>
>>>>           <groupId>org.apache.maven.plugins</groupId>
>>>>           <artifactId>maven-jar-plugin</artifactId>
>>>> -          <version>2.2</version>
>>>> +          <version>2.3</version>
>>>>         </plugin>
>>>>         <plugin>
>>>>           <groupId>org.apache.maven.plugins</groupId>
>>>> @@ -217,7 +217,7 @@
>>>>         <plugin>
>>>>           <groupId>org.apache.maven.plugins</groupId>
>>>>           <artifactId>maven-release-plugin</artifactId>
>>>> -          <version>2.0-beta-9</version>
>>>> +          <version>2.0</version>
>>>>           <configuration>
>>>>             <tagBase>https://svn.codehaus.org/mojo/tags</tagBase>
>>>>             <useReleaseProfile>false</useReleaseProfile>
>>>> @@ -227,7 +227,7 @@
>>>>         <plugin>
>>>>           <groupId>org.apache.maven.plugins</groupId>
>>>>           <artifactId>maven-resources-plugin</artifactId>
>>>> -          <version>2.3</version>
>>>> +          <version>2.4.2</version>
>>>>         </plugin>
>>>>         <plugin>
>>>>           <groupId>org.apache.maven.plugins</groupId>
>>>> @@ -242,7 +242,7 @@
>>>>         <plugin>
>>>>           <groupId>org.apache.maven.plugins</groupId>
>>>>           <artifactId>maven-surefire-plugin</artifactId>
>>>> -          <version>2.4.3</version>
>>>> +          <version>2.5</version>
>>>>           <configuration>
>>>>
>>>> <redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</redirectTestOutputToFile>
>>>>           </configuration>
>>>> @@ -251,7 +251,7 @@
>>>>         <plugin>
>>>>           <groupId>org.codehaus.mojo</groupId>
>>>>           <artifactId>cobertura-maven-plugin</artifactId>
>>>> -          <version>2.2</version>
>>>> +          <version>2.3</version>
>>>>         </plugin>
>>>>         <plugin>
>>>>           <groupId>org.codehaus.plexus</groupId>
>>>> @@ -293,6 +293,11 @@
>>>>
>>>> <allowedPluginRepository>apache.snapshots</allowedPluginRepository>
>>>>                   </allowedPluginRepositories>
>>>>                 </requireNoRepositories>
>>>> +                <requirePluginVersions>
>>>> +                   <message>Best Practice is to always define plugin
>>>> versions!</message>
>>>> +                   <banLatest>true</banLatest>
>>>> +                   <banRelease>true</banRelease>
>>>> +                </requirePluginVersions>
>>>>               </rules>
>>>>             </configuration>
>>>>           </execution>
>>>> @@ -543,7 +548,7 @@
>>>>           <plugin>
>>>>             <groupId>org.apache.maven.plugins</groupId>
>>>>             <artifactId>maven-surefire-report-plugin</artifactId>
>>>> -            <version>2.4.3</version>
>>>> +            <version>2.5</version>
>>>>             <reportSets>
>>>>               <reportSet>
>>>>                 <reports>
>>>> @@ -556,12 +561,19 @@
>>>>           <plugin>
>>>>             <groupId>org.codehaus.mojo</groupId>
>>>>             <artifactId>cobertura-maven-plugin</artifactId>
>>>> -            <version>2.2</version>
>>>> +            <version>2.3</version>
>>>> +            <configuration>
>>>> +              <instrumentation>
>>>> +                <excludes>
>>>> +                  <exclude>**/HelpMojo.class</exclude>
>>>> +                </excludes>
>>>> +              </instrumentation>
>>>> +            </configuration>
>>>>           </plugin>
>>>>           <plugin>
>>>>             <groupId>org.codehaus.mojo</groupId>
>>>>             <artifactId>taglist-maven-plugin</artifactId>
>>>> -            <version>2.2</version>
>>>> +            <version>2.4</version>
>>>>           </plugin>
>>>>         </plugins>
>>>>       </reporting>
>>>>
>>>>
>>>> Here my +1.
>>>> As usual, this 72 hours vote is based on a lazy consensus.
>>>>
>>>> Thanks,
>>>> --
>>>> Olivier
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe from this list, please visit:
>>>>
>>>>    http://xircles.codehaus.org/manage_email
>>>>
>>>>
>>>>
>>>
>>
>

Reply via email to