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?

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

Reply via email to