/[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 2609 by torben, Tue Jul 14 08:40:09 2015 UTC revision 2610 by torben, Wed Jul 15 08:52:00 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 77  Line 72 
72        </plugin>        </plugin>
73      </plugins>      </plugins>
74    </build>    </build>
   
   
75    <dependencies>    <dependencies>
76      <dependency>      <dependency>
77        <groupId>javax.servlet</groupId>        <groupId>javax.servlet</groupId>
# Line 139  Line 132 
132        <scope>test</scope>        <scope>test</scope>
133      </dependency>      </dependency>
134    </dependencies>    </dependencies>
   
   
135    <reporting>    <reporting>
136      <plugins>      <plugins>
137          <!-- Normally, we take off the dependency report, saves time. -->
138          <plugin>
139            <groupId>org.apache.maven.plugins</groupId>
140            <artifactId>maven-project-info-reports-plugin</artifactId>
141            <version>2.7</version>
142            <configuration>
143              <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
144            </configuration>
145          </plugin>
146        <plugin>        <plugin>
147          <groupId>org.codehaus.mojo</groupId>          <groupId>org.codehaus.mojo</groupId>
148          <artifactId>findbugs-maven-plugin</artifactId>          <artifactId>findbugs-maven-plugin</artifactId>
149          <version>3.0.1</version>          <version>3.0.1</version>
150        </plugin>        </plugin>
151          <!-- integrate maven-cobertura-plugin to project site  -->
152          <plugin>
153            <groupId>org.codehaus.mojo</groupId>
154            <artifactId>cobertura-maven-plugin</artifactId>
155            <version>2.7</version>
156            <configuration>
157              <formats>
158                <format>html</format>
159                <format>xml</format>
160              </formats>
161            </configuration>
162          </plugin>
163      </plugins>      </plugins>
164    </reporting>    </reporting>
165    <repositories>    <repositories>

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

  ViewVC Help
Powered by ViewVC 1.1.20