You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Benjamin Bentmann <be...@udo.edu> on 2008/04/03 00:43:44 UTC

Re: svn commit: r642720 - /maven/plugins/trunk/maven-invoker-plugin/src/main/java/org/apache/maven/plugin/invoker/InvokerMojo.java

> Author: hboutemy
> Date: Sun Mar 30 05:03:00 2008
> New Revision: 642720
>
> URL: http://svn.apache.org/viewvc?rev=642720&view=rev
> Log:
> fixed encoding when writing interpolated POM file
>
> Modified:
> 
> maven/plugins/trunk/maven-invoker-plugin/src/main/java/org/apache/maven/plugin/invoker/InvokerMojo.java
>
> -                reader = new FileReader( script );
> +                reader = ReaderFactory.newPlatformReader( script );

Well, just stating that the code uses the platform-dependent encoding won't 
help us to get reproducible builds/tests ;-), so I just added the Invoker 
Plugin to our proposal page and created MINVOKER-30 for further tracking.


Benjamin 


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