You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2009/05/16 10:36:52 UTC

svn commit: r775434 - /commons/proper/lang/trunk/pom.xml

Author: bayard
Date: Sat May 16 08:36:51 2009
New Revision: 775434

URL: http://svn.apache.org/viewvc?rev=775434&view=rev
Log:
Letting PMD know we're on 1.5

Modified:
    commons/proper/lang/trunk/pom.xml

Modified: commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=775434&r1=775433&r2=775434&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Sat May 16 08:36:51 2009
@@ -481,6 +481,9 @@
       <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
         <version>2.3</version>
+        <configuration>
+          <targetJdk>1.5</targetJdk>  
+        </configuration>
         <reportSets>
           <reportSet>
             <reports>



Re: svn commit: r775434 - /commons/proper/lang/trunk/pom.xml

Posted by sebb <se...@gmail.com>.
On 16/05/2009, bayard@apache.org <ba...@apache.org> wrote:
> Author: bayard
>  Date: Sat May 16 08:36:51 2009
>  New Revision: 775434
>
>  URL: http://svn.apache.org/viewvc?rev=775434&view=rev
>  Log:
>  Letting PMD know we're on 1.5
>
>  Modified:
>     commons/proper/lang/trunk/pom.xml
>
>  Modified: commons/proper/lang/trunk/pom.xml
>  URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=775434&r1=775433&r2=775434&view=diff
>  ==============================================================================
>  --- commons/proper/lang/trunk/pom.xml (original)
>  +++ commons/proper/lang/trunk/pom.xml Sat May 16 08:36:51 2009
>  @@ -481,6 +481,9 @@
>        <plugin>
>          <artifactId>maven-pmd-plugin</artifactId>
>          <version>2.3</version>
>  +        <configuration>
>  +          <targetJdk>1.5</targetJdk>

Can't one use ${maven.compile.target} here?

>  +        </configuration>
>          <reportSets>
>            <reportSet>
>              <reports>
>
>
>

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