/[projects]/dao/DaoAdresseService/pom.xml
ViewVC logotype

Diff of /dao/DaoAdresseService/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3063 by torben, Sat Feb 13 07:35:36 2016 UTC revision 3064 by torben, Thu Jul 21 07:41:45 2016 UTC
# Line 28  Line 28 
28            <showDeprecation>true</showDeprecation>            <showDeprecation>true</showDeprecation>
29    
30            <!-- be strict regarding warnings -->            <!-- be strict regarding warnings -->
31              <!--
32            <compilerArguments>            <compilerArguments>
33              <Werror />              <Werror />
34              <!-- <Xlint:all />-->              <Xlint:all />            
35            </compilerArguments>            </compilerArguments>
36               -->
37              
38               <compilerArgs>
39                    <arg>-Werror</arg>
40                    <arg>-Xlint</arg>
41               </compilerArgs>
42              
43    
44          </configuration>          </configuration>
45          <!--Do NOT show depreciation in test compile -->          <!--Do NOT show depreciation in test compile -->

Legend:
Removed from v.3063  
changed lines
  Added in v.3064

  ViewVC Help
Powered by ViewVC 1.1.20