On 16/05/2009, bay...@apache.org <bay...@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-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org