/[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 2610 by torben, Wed Jul 15 08:52:00 2015 UTC revision 2629 by torben, Fri Jul 17 08:42:29 2015 UTC
# Line 25  Line 25 
25            <target>1.7</target>            <target>1.7</target>
26            <showWarnings>true</showWarnings>            <showWarnings>true</showWarnings>
27            <showDeprecation>true</showDeprecation>            <showDeprecation>true</showDeprecation>
28    
29              <!-- be strict regarding warnings -->
30              <compilerArguments>
31                <Werror />
32                <Xlint:all />
33              </compilerArguments>
34    
35          </configuration>          </configuration>
36          <!--Do NOT show depreciation in test compile -->          <!--Do NOT show depreciation in test compile -->
37          <executions>          <executions>
# Line 70  Line 77 
77            </archive>            </archive>
78          </configuration>          </configuration>
79        </plugin>        </plugin>
80          <plugin>
81            <groupId>org.codehaus.mojo</groupId>
82            <artifactId>findbugs-maven-plugin</artifactId>
83            <version>3.0.0</version>
84          </plugin>
85      </plugins>      </plugins>
86    </build>    </build>
87    
88    <dependencies>    <dependencies>
89      <dependency>      <dependency>
90        <groupId>javax.servlet</groupId>        <groupId>javax.servlet</groupId>

Legend:
Removed from v.2610  
changed lines
  Added in v.2629

  ViewVC Help
Powered by ViewVC 1.1.20