/[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 2942 by torben, Sat Feb 13 07:05:11 2016 UTC revision 3065 by torben, Thu Jul 21 07:43:26 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:-options</arg> <!--  -options for at lette cross compilation -->
41               </compilerArgs>
42              
43    
44          </configuration>          </configuration>
45          <!--Do NOT show depreciation in test compile -->          <!--Do NOT show depreciation in test compile -->
# Line 102  Line 110 
110        <plugin>        <plugin>
111          <groupId>org.codehaus.mojo</groupId>          <groupId>org.codehaus.mojo</groupId>
112          <artifactId>findbugs-maven-plugin</artifactId>          <artifactId>findbugs-maven-plugin</artifactId>
113          <version>3.0.0</version>          <version>3.0.3</version>
114        </plugin>        </plugin>
115      </plugins>      </plugins>
116      <pluginManagement>      <pluginManagement>
# Line 246  Line 254 
254        <plugin>        <plugin>
255          <groupId>org.codehaus.mojo</groupId>          <groupId>org.codehaus.mojo</groupId>
256          <artifactId>findbugs-maven-plugin</artifactId>          <artifactId>findbugs-maven-plugin</artifactId>
257          <version>3.0.1</version>          <version>3.0.3</version>
258        </plugin>        </plugin>
259        <plugin>        <plugin>
260          <groupId>org.apache.maven.plugins</groupId>          <groupId>org.apache.maven.plugins</groupId>

Legend:
Removed from v.2942  
changed lines
  Added in v.3065

  ViewVC Help
Powered by ViewVC 1.1.20