/[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 2632 by torben, Mon Jul 20 10:35:38 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        <!--  Jenkins/Cobertura breaks deployment if this is missing -->
149        <dependency>
150          <groupId>net.sourceforge.cobertura</groupId>
151          <artifactId>cobertura</artifactId>
152          <version>2.1.1</version>
153        </dependency>
154    
155    </dependencies>    </dependencies>
156    <reporting>    <reporting>
157      <plugins>      <plugins>

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

  ViewVC Help
Powered by ViewVC 1.1.20