/[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 2603 by torben, Tue Jun 9 09:32:32 2015 UTC revision 2604 by torben, Tue Jul 14 08:08:11 2015 UTC
# Line 1  Line 1 
1  <?xml version="1.0" encoding="UTF-8"?>  <?xml version="1.0" encoding="UTF-8"?>
2  <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0                       http://maven.apache.org/xsd/maven-4.0.0.xsd">
3          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0    <modelVersion>4.0.0</modelVersion>
4                        http://maven.apache.org/xsd/maven-4.0.0.xsd">    <groupId>dk.daoas</groupId>
5      <artifactId>DaoAdresseService</artifactId>
6          <modelVersion>4.0.0</modelVersion>    <version>1.0</version>
7          <groupId>dk.daoas</groupId>    <packaging>war</packaging>
8          <artifactId>DaoAdresseService</artifactId>  
9          <version>1.0</version>    <scm>
10        <connection>scm:svn:http://svn.t-hoerup.dk/repos/project/dao/DaoAdresseService</connection>
11          <packaging>war</packaging>      <developerConnection>scm:svn:http://svn.t-hoerup.dk/repos/project/dao/DaoAdresseService</developerConnection>
12        <tag>HEAD</tag>
13          <properties>      <url>http://svn.t-hoerup.dk/viewvc/projects/dao</url>
14                  <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>    </scm>
15          </properties>  
16    
17          <build>    <properties>
18                  <plugins>      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19                          <plugin>    </properties>
                                 <groupId>org.apache.maven.plugins</groupId>  
                                 <artifactId>maven-compiler-plugin</artifactId>  
                                 <version>3.1</version>  
                                 <configuration>  
                                         <source>1.7</source>  
                                         <target>1.7</target>  
                                         <showWarnings>true</showWarnings>  
                                         <showDeprecation>true</showDeprecation>  
                                 </configuration>  
                                 <!--Do NOT show depreciation in test compile -->  
                                 <executions>  
                                         <execution>  
                                                 <id>default-testCompile</id>  
                                                 <phase>test-compile</phase>  
                                                 <configuration>  
                                                         <showDeprecation>false</showDeprecation>  
                                                 </configuration>  
                                                 <goals>  
                                                         <goal>testCompile</goal>  
                                                 </goals>  
                                         </execution>  
                                 </executions>  
                         </plugin>  
   
   
   
                 </plugins>  
         </build>  
   
   
         <dependencies>  
                 <dependency>  
                         <groupId>javax.servlet</groupId>  
                         <artifactId>javax.servlet-api</artifactId>  
                         <version>3.0.1</version>  
                         <scope>provided</scope>  
                 </dependency>  
                 <dependency>  
                         <groupId>javax.servlet.jsp</groupId>  
                         <artifactId>jsp-api</artifactId>  
                         <version>2.0</version>  
                         <scope>provided</scope>  
                 </dependency>  
                   
                 <dependency>  
                         <groupId>jstl</groupId>  
                         <artifactId>jstl</artifactId>  
                         <version>1.2</version>  
                 </dependency>  
   
   
                 <dependency>  
                         <groupId>org.apache.commons</groupId>  
                         <artifactId>commons-lang3</artifactId>  
                         <version>3.3.2</version>  
                 </dependency>  
   
   
                 <dependency>  
                         <groupId>dk.thoerup</groupId>  
                         <artifactId>CircuitBreaker</artifactId>  
                         <version>1.1.1</version>  
                 </dependency>  
   
   
                 <dependency>  
                         <groupId>dk.thoerup</groupId>  
                         <artifactId>WebConfig</artifactId>  
                         <version>1.0</version>  
                 </dependency>  
   
                 <dependency>  
                         <groupId>com.google.code.gson</groupId>  
                         <artifactId>gson</artifactId>  
                         <version>2.3.1</version>  
                 </dependency>  
   
   
                 <dependency>  
                         <groupId>com.google.code.geocoder-java</groupId>  
                         <artifactId>geocoder-java</artifactId>  
                         <version>0.16</version>  
                 </dependency>  
   
         <dependency>  
                   <groupId>com.google.guava</groupId>  
           <artifactId>guava</artifactId>  
                   <version>18.0</version>      
         </dependency>  
   
                 <dependency>  
                         <groupId>junit</groupId>  
                         <artifactId>junit</artifactId>  
                         <version>4.12</version>  
                         <scope>test</scope>  
                 </dependency>  
20    
         </dependencies>  
21    
22    <reporting>    <build>
23      <plugins>      <plugins>
24          <plugin>
25            <groupId>org.apache.maven.plugins</groupId>
26            <artifactId>maven-compiler-plugin</artifactId>
27            <version>3.1</version>
28            <configuration>
29              <source>1.7</source>
30              <target>1.7</target>
31              <showWarnings>true</showWarnings>
32              <showDeprecation>true</showDeprecation>
33            </configuration>
34            <!--Do NOT show depreciation in test compile -->
35            <executions>
36              <execution>
37                <id>default-testCompile</id>
38                <phase>test-compile</phase>
39                <configuration>
40                  <showDeprecation>false</showDeprecation>
41                </configuration>
42                <goals>
43                  <goal>testCompile</goal>
44                </goals>
45              </execution>
46            </executions>
47          </plugin>
48          <plugin>
49            <groupId>org.codehaus.mojo</groupId>
50            <artifactId>buildnumber-maven-plugin</artifactId>
51            <version>1.3</version>
52            <executions>
53              <execution>
54                <phase>validate</phase>
55                <goals>
56                  <goal>create</goal>
57                </goals>
58              </execution>
59            </executions>
60            <configuration>
61              <doCheck>false</doCheck>
62              <doUpdate>true</doUpdate>
63            </configuration>
64          </plugin>
65          <plugin>
66            <groupId>org.apache.maven.plugins</groupId>
67            <artifactId>maven-war-plugin</artifactId>
68            <version>2.6</version>
69            <configuration>
70              <archive>
71                <manifestEntries>
72                  <SCM-Revision>${buildNumber}</SCM-Revision>
73                </manifestEntries>
74              </archive>
75            </configuration>
76          </plugin>
77        </plugins>
78      </build>
79    
80    
81      <dependencies>
82        <dependency>
83          <groupId>javax.servlet</groupId>
84          <artifactId>javax.servlet-api</artifactId>
85          <version>3.0.1</version>
86          <scope>provided</scope>
87        </dependency>
88        <dependency>
89          <groupId>javax.servlet.jsp</groupId>
90          <artifactId>jsp-api</artifactId>
91          <version>2.0</version>
92          <scope>provided</scope>
93        </dependency>
94        <dependency>
95          <groupId>jstl</groupId>
96          <artifactId>jstl</artifactId>
97          <version>1.2</version>
98        </dependency>
99        <dependency>
100          <groupId>org.apache.commons</groupId>
101          <artifactId>commons-lang3</artifactId>
102          <version>3.3.2</version>
103        </dependency>
104        <dependency>
105          <groupId>dk.thoerup</groupId>
106          <artifactId>CircuitBreaker</artifactId>
107          <version>1.1.1</version>
108        </dependency>
109        <dependency>
110          <groupId>dk.thoerup</groupId>
111          <artifactId>WebConfig</artifactId>
112          <version>1.0</version>
113        </dependency>
114        <dependency>
115          <groupId>com.google.code.gson</groupId>
116          <artifactId>gson</artifactId>
117          <version>2.3.1</version>
118        </dependency>
119        <dependency>
120          <groupId>com.google.code.geocoder-java</groupId>
121          <artifactId>geocoder-java</artifactId>
122          <version>0.16</version>
123        </dependency>
124        <dependency>
125          <groupId>com.google.guava</groupId>
126          <artifactId>guava</artifactId>
127          <version>18.0</version>
128        </dependency>
129        <dependency>
130          <groupId>com.jcabi</groupId>
131          <artifactId>jcabi-manifests</artifactId>
132          <version>1.1</version>
133        </dependency>
134        <dependency>
135          <groupId>junit</groupId>
136          <artifactId>junit</artifactId>
137          <version>4.12</version>
138          <scope>test</scope>
139        </dependency>
140      </dependencies>
141    
142    
143      <reporting>
144        <plugins>
145        <plugin>        <plugin>
146          <groupId>org.codehaus.mojo</groupId>          <groupId>org.codehaus.mojo</groupId>
147          <artifactId>findbugs-maven-plugin</artifactId>          <artifactId>findbugs-maven-plugin</artifactId>
# Line 126  Line 149 
149        </plugin>        </plugin>
150      </plugins>      </plugins>
151    </reporting>    </reporting>
152      <repositories>
153        <repository>
154          <repositories>        <id>hoerup-releases</id>
155                  <repository>        <name>hoerup-releases</name>
156                          <id>hoerup-releases</id>        <url>http://app.t-hoerup.dk/artifactory/ext-release-local</url>
157                          <name>hoerup-releases</name>      </repository>
158                          <url>http://app.t-hoerup.dk/artifactory/ext-release-local</url>    </repositories>
                 </repository>  
         </repositories>  
   
159  </project>  </project>

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

  ViewVC Help
Powered by ViewVC 1.1.20