/[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 2604 by torben, Tue Jul 14 08:08:11 2015 UTC revision 2632 by torben, Mon Jul 20 10:35:38 2015 UTC
# Line 5  Line 5 
5    <artifactId>DaoAdresseService</artifactId>    <artifactId>DaoAdresseService</artifactId>
6    <version>1.0</version>    <version>1.0</version>
7    <packaging>war</packaging>    <packaging>war</packaging>
   
8    <scm>    <scm>
9      <connection>scm:svn:http://svn.t-hoerup.dk/repos/project/dao/DaoAdresseService</connection>      <connection>scm:svn:http://svn.t-hoerup.dk/repos/project/dao/DaoAdresseService</connection>
10      <developerConnection>scm:svn:http://svn.t-hoerup.dk/repos/project/dao/DaoAdresseService</developerConnection>      <developerConnection>scm:svn:http://svn.t-hoerup.dk/repos/project/dao/DaoAdresseService</developerConnection>
11      <tag>HEAD</tag>      <tag>HEAD</tag>
12      <url>http://svn.t-hoerup.dk/viewvc/projects/dao</url>      <url>http://svn.t-hoerup.dk/viewvc/projects/dao</url>
13    </scm>    </scm>
   
   
14    <properties>    <properties>
15      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16    </properties>    </properties>
   
   
17    <build>    <build>
18      <plugins>      <plugins>
19        <plugin>        <plugin>
# Line 30  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 72 
72            <archive>            <archive>
73              <manifestEntries>              <manifestEntries>
74                <SCM-Revision>${buildNumber}</SCM-Revision>                <SCM-Revision>${buildNumber}</SCM-Revision>
75                  <Build-Time>${maven.build.timestamp}</Build-Time>
76              </manifestEntries>              </manifestEntries>
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 137  Line 144 
144        <version>4.12</version>        <version>4.12</version>
145        <scope>test</scope>        <scope>test</scope>
146      </dependency>      </dependency>
   </dependencies>  
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>
156    <reporting>    <reporting>
157      <plugins>      <plugins>
158          <!-- Normally, we take off the dependency report, saves time. -->
159          <plugin>
160            <groupId>org.apache.maven.plugins</groupId>
161            <artifactId>maven-project-info-reports-plugin</artifactId>
162            <version>2.7</version>
163            <configuration>
164              <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
165            </configuration>
166          </plugin>
167        <plugin>        <plugin>
168          <groupId>org.codehaus.mojo</groupId>          <groupId>org.codehaus.mojo</groupId>
169          <artifactId>findbugs-maven-plugin</artifactId>          <artifactId>findbugs-maven-plugin</artifactId>
170          <version>3.0.1</version>          <version>3.0.1</version>
171        </plugin>        </plugin>
172          <!-- integrate maven-cobertura-plugin to project site  -->
173          <plugin>
174            <groupId>org.codehaus.mojo</groupId>
175            <artifactId>cobertura-maven-plugin</artifactId>
176            <version>2.7</version>
177            <configuration>
178              <formats>
179                <format>html</format>
180                <format>xml</format>
181              </formats>
182            </configuration>
183          </plugin>
184      </plugins>      </plugins>
185    </reporting>    </reporting>
186    <repositories>    <repositories>

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

  ViewVC Help
Powered by ViewVC 1.1.20