patch for adding -encoding X to the javac
-----------------------------------------

         Key: MNG-595
         URL: http://jira.codehaus.org/browse/MNG-595
     Project: Maven 2
        Type: Improvement
  Components: maven-plugins  
 Reporter: Jesse McConnell
 Attachments: patch

for maven-compiler-plugin

supports this now:

  <build>
      <plugins>
         <plugin>
            <artifactId>maven-compiler-plugin</artifactId>
            <configuration>
               <encoding>utf8</encoding>
            </configuration>
         </plugin>
      </plugins>
   </build>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to