/[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 2633 by torben, Mon Jul 20 11:04:37 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>
# Line 131  Line 144 
144        <version>4.12</version>        <version>4.12</version>
145        <scope>test</scope>        <scope>test</scope>
146      </dependency>      </dependency>
147    
148    </dependencies>    </dependencies>
149    <reporting>    <reporting>
150      <plugins>      <plugins>

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

  ViewVC Help
Powered by ViewVC 1.1.20