/[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 2606 by torben, Tue Jul 14 08:40:09 2015 UTC revision 2613 by torben, Wed Jul 15 10:41:57 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 75  Line 70 
70            </archive>            </archive>
71          </configuration>          </configuration>
72        </plugin>        </plugin>
73          <plugin>
74            <groupId>org.codehaus.mojo</groupId>
75            <artifactId>findbugs-maven-plugin</artifactId>
76            <version>3.0.0</version>
77          </plugin>
78      </plugins>      </plugins>
79    </build>    </build>
80    
   
81    <dependencies>    <dependencies>
82      <dependency>      <dependency>
83        <groupId>javax.servlet</groupId>        <groupId>javax.servlet</groupId>
# Line 139  Line 138 
138        <scope>test</scope>        <scope>test</scope>
139      </dependency>      </dependency>
140    </dependencies>    </dependencies>
   
   
141    <reporting>    <reporting>
142      <plugins>      <plugins>
143          <!-- Normally, we take off the dependency report, saves time. -->
144          <plugin>
145            <groupId>org.apache.maven.plugins</groupId>
146            <artifactId>maven-project-info-reports-plugin</artifactId>
147            <version>2.7</version>
148            <configuration>
149              <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
150            </configuration>
151          </plugin>
152        <plugin>        <plugin>
153          <groupId>org.codehaus.mojo</groupId>          <groupId>org.codehaus.mojo</groupId>
154          <artifactId>findbugs-maven-plugin</artifactId>          <artifactId>findbugs-maven-plugin</artifactId>
155          <version>3.0.1</version>          <version>3.0.1</version>
156        </plugin>        </plugin>
157          <!-- integrate maven-cobertura-plugin to project site  -->
158          <plugin>
159            <groupId>org.codehaus.mojo</groupId>
160            <artifactId>cobertura-maven-plugin</artifactId>
161            <version>2.7</version>
162            <configuration>
163              <formats>
164                <format>html</format>
165                <format>xml</format>
166              </formats>
167            </configuration>
168          </plugin>
169      </plugins>      </plugins>
170    </reporting>    </reporting>
171    <repositories>    <repositories>

Legend:
Removed from v.2606  
changed lines
  Added in v.2613

  ViewVC Help
Powered by ViewVC 1.1.20