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

Diff of /dao/DaoAdresseVedligehold/pom.xml

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

revision 3006 by torben, Tue Apr 19 15:49:14 2016 UTC revision 3068 by torben, Thu Jul 21 11:48:19 2016 UTC
# Line 31  Line 31 
31            <showDeprecation>true</showDeprecation>            <showDeprecation>true</showDeprecation>
32    
33            <!-- be strict regarding warnings -->            <!-- be strict regarding warnings -->
34            <compilerArguments>            <compilerArgs>
35              <Werror />                  <arg>-Werror</arg>
36              <!-- <Xlint:all />-->                  <arg>-Xlint:-options</arg> <!--  -options for at lette cross compilation -->
37            </compilerArguments>             </compilerArgs>
38              
39    
40          </configuration>          </configuration>
41          <!--Do NOT show depreciation in test compile -->          <!--Do NOT show depreciation in test compile -->
# Line 86  Line 87 
87        <plugin>        <plugin>
88          <groupId>org.codehaus.mojo</groupId>          <groupId>org.codehaus.mojo</groupId>
89          <artifactId>findbugs-maven-plugin</artifactId>          <artifactId>findbugs-maven-plugin</artifactId>
90          <version>3.0.3</version>          <version>3.0.4</version>
91        </plugin>        </plugin>
92      </plugins>      </plugins>
93    </build>    </build>

Legend:
Removed from v.3006  
changed lines
  Added in v.3068

  ViewVC Help
Powered by ViewVC 1.1.20