On Thu, Mar 10, 2011 at 8:48 PM, sebb <seb...@gmail.com> wrote: > On 11 March 2011 01:43, <ggreg...@apache.org> wrote: > > Author: ggregory > > Date: Fri Mar 11 01:43:28 2011 > > New Revision: 1080421 > > > > URL: http://svn.apache.org/viewvc?rev=1080421&view=rev > > Log: > > Add maven-compiler-plugin with UTF-8 > > > > Modified: > > commons/proper/codec/trunk/pom.xml > > > > Modified: commons/proper/codec/trunk/pom.xml > > URL: > http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1080421&r1=1080420&r2=1080421&view=diff > > > ============================================================================== > > --- commons/proper/codec/trunk/pom.xml (original) > > +++ commons/proper/codec/trunk/pom.xml Fri Mar 11 01:43:28 2011 > > @@ -241,7 +241,15 @@ > > </plugins> > > </pluginManagement> > > <plugins> > > - <plugin> > > + <plugin> > > + <groupId>org.apache.maven.plugins</groupId> > > + <artifactId>maven-compiler-plugin</artifactId> > > + <version>2.3.2</version> > > Do you need to specify the version here? Can it not be inherited from > the parent? >
OK, I removed the version. Gary > > Or maybe you are overriding the parent version, in which case it would > be helpful to add a comment to say so. > > > + <configuration> > > + <encoding>UTF-8</encoding> > > + </configuration> > > + </plugin> > > + <plugin> > > <groupId>org.apache.maven.plugins</groupId> > > <artifactId>maven-surefire-plugin</artifactId> > > <configuration> > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- Thank you, Gary http://garygregory.wordpress.com/ http://garygregory.com/ http://people.apache.org/~ggregory/ http://twitter.com/GaryGregory