You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Jesse McConnell (JIRA)" <ji...@codehaus.org> on 2005/07/16 00:37:57 UTC

[jira] Created: (MNG-595) patch for adding -encoding X to the javac

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-595) patch for adding -encoding X to the javac

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-595?page=all ]

Brett Porter updated MNG-595:
-----------------------------

    Fix Version: 2.0-beta-1

> 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
>      Fix For: 2.0-beta-1
>  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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-595) patch for adding -encoding X to the javac

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-595?page=all ]
     
Brett Porter closed MNG-595:
----------------------------

     Assign To: Brett Porter
    Resolution: Fixed

applied, thanks!

> 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
>     Assignee: Brett Porter
>      Fix For: 2.0-beta-1
>  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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org