/[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 2629 by torben, Fri Jul 17 08:42:29 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 138  Line 145 
145        <scope>test</scope>        <scope>test</scope>
146      </dependency>      </dependency>
147    </dependencies>    </dependencies>
   
   
148    <reporting>    <reporting>
149      <plugins>      <plugins>
150          <!-- Normally, we take off the dependency report, saves time. -->
151          <plugin>
152            <groupId>org.apache.maven.plugins</groupId>
153            <artifactId>maven-project-info-reports-plugin</artifactId>
154            <version>2.7</version>
155            <configuration>
156              <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
157            </configuration>
158          </plugin>
159        <plugin>        <plugin>
160          <groupId>org.codehaus.mojo</groupId>          <groupId>org.codehaus.mojo</groupId>
161          <artifactId>findbugs-maven-plugin</artifactId>          <artifactId>findbugs-maven-plugin</artifactId>
162          <version>3.0.1</version>          <version>3.0.1</version>
163        </plugin>        </plugin>
164          <!-- integrate maven-cobertura-plugin to project site  -->
165          <plugin>
166            <groupId>org.codehaus.mojo</groupId>
167            <artifactId>cobertura-maven-plugin</artifactId>
168            <version>2.7</version>
169            <configuration>
170              <formats>
171                <format>html</format>
172                <format>xml</format>
173              </formats>
174            </configuration>
175          </plugin>
176      </plugins>      </plugins>
177    </reporting>    </reporting>
178    <repositories>    <repositories>

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

  ViewVC Help
Powered by ViewVC 1.1.20