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

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

  ViewVC Help
Powered by ViewVC 1.1.20