You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "wujimin (JIRA)" <ji...@apache.org> on 2018/10/27 00:24:00 UTC

[jira] [Resolved] (SCB-982) Show the warning message in maven compile plugin

     [ https://issues.apache.org/jira/browse/SCB-982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

wujimin resolved SCB-982.
-------------------------
       Resolution: Done
    Fix Version/s: java-chassis-1.1.0

> Show the warning message in maven compile plugin
> ------------------------------------------------
>
>                 Key: SCB-982
>                 URL: https://issues.apache.org/jira/browse/SCB-982
>             Project: Apache ServiceComb
>          Issue Type: Improvement
>          Components: Java-Chassis, Saga
>            Reporter: Willem Jiang
>            Assignee: wujimin
>            Priority: Major
>              Labels: easyfix, newbie
>             Fix For: java-chassis-1.1.0
>
>
> It could help us find more waring message durning the developing time.
>  {code}
> <plugin>
>   <groupId>org.apache.maven.plugins</groupId>
>   <artifactId>maven-compiler-plugin</artifactId>
>   <version>3.1</version>
>   <configuration>
>     <source>1.8</source>
>     <target>1.8</target>
>     <showDeprecation>true</showDeprecation>
>     <showWarnings>true</showWarnings>
>     <compilerArgs>
>       <arg>-Werror</arg>
>       <arg>-Xlint:all</arg>
>     </compilerArgs>
>   </configuration>
> </plugin>
>  {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)