/[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 2457 by torben, Fri Mar 20 13:57:47 2015 UTC revision 2942 by torben, Sat Feb 13 07:05:11 2016 UTC
# Line 1  Line 1 
1  <project  <?xml version="1.0" encoding="UTF-8"?>
2    xmlns="http://maven.apache.org/POM/4.0.0"  <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">
   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    <modelVersion>4.0.0</modelVersion>    <modelVersion>4.0.0</modelVersion>
4    <groupId>dk.daoas</groupId>    <groupId>dk.daoas</groupId>
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>
9        <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>
11        <tag>HEAD</tag>
12        <url>http://svn.t-hoerup.dk/viewvc/projects/dao</url>
13      </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    
19      <plugins>      <plugins>
20        <plugin>        <plugin>
21          <groupId>org.apache.maven.plugins</groupId>          <groupId>org.apache.maven.plugins</groupId>
# Line 26  Line 26 
26            <target>1.7</target>            <target>1.7</target>
27            <showWarnings>true</showWarnings>            <showWarnings>true</showWarnings>
28            <showDeprecation>true</showDeprecation>            <showDeprecation>true</showDeprecation>
29    
30              <!-- be strict regarding warnings -->
31              <compilerArguments>
32                <Werror />
33                <!-- <Xlint:all />-->
34              </compilerArguments>
35    
36          </configuration>          </configuration>
37          <!--Do NOT show depreciation in test compile-->          <!--Do NOT show depreciation in test compile -->
38          <executions>          <executions>
39            <execution>            <execution>
40              <id>default-testCompile</id>              <id>default-testCompile</id>
# Line 41  Line 48 
48            </execution>            </execution>
49          </executions>          </executions>
50        </plugin>        </plugin>
51    <!--      <plugin>
52            <groupId>org.codehaus.mojo</groupId>
53            <artifactId>buildnumber-maven-plugin</artifactId>
54            <version>1.3</version>
55            <executions>
56              <execution>
57                <phase>validate</phase>
58                <goals>
59                  <goal>create</goal>
60                </goals>
61              </execution>
62            </executions>
63            <configuration>
64              <doCheck>false</doCheck>
65              <doUpdate>true</doUpdate>
66            </configuration>
67          </plugin>
68    -->
69    
70                <plugin>
71                    <groupId>com.google.code.maven-svn-revision-number-plugin</groupId>
72                    <artifactId>svn-revision-number-maven-plugin</artifactId>
73                    <version>1.13</version> <!-- please use the latest version -->
74                    <executions>
75                        <execution>
76                            <goals>
77                                <goal>revision</goal>
78                            </goals>
79                        </execution>
80                    </executions>
81                    <configuration>
82                        <entries>
83                            <entry>
84                                <prefix>prefix</prefix>
85                            </entry>
86                        </entries>
87                    </configuration>
88                </plugin>
89          <plugin>
90            <groupId>org.apache.maven.plugins</groupId>
91            <artifactId>maven-war-plugin</artifactId>
92            <version>2.6</version>
93            <configuration>
94              <archive>
95                <manifestEntries>
96                  <SCM-Revision>${prefix.revision}</SCM-Revision>
97                  <Build-Time>${maven.build.timestamp}</Build-Time>
98                </manifestEntries>
99              </archive>
100            </configuration>
101          </plugin>
102          <plugin>
103            <groupId>org.codehaus.mojo</groupId>
104            <artifactId>findbugs-maven-plugin</artifactId>
105            <version>3.0.0</version>
106          </plugin>
107      </plugins>      </plugins>
108        <pluginManagement>
109            <plugins>
110                    <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
111                    <plugin>
112                            <groupId>org.eclipse.m2e</groupId>
113                            <artifactId>lifecycle-mapping</artifactId>
114                            <version>1.0.0</version>
115                            <configuration>
116                                    <lifecycleMappingMetadata>
117                                            <pluginExecutions>
118                                                    <pluginExecution>
119                                                            <pluginExecutionFilter>
120                                                                    <groupId>
121                                                                            com.google.code.maven-svn-revision-number-plugin
122                                                                    </groupId>
123                                                                    <artifactId>
124                                                                            svn-revision-number-maven-plugin
125                                                                    </artifactId>
126                                                                    <versionRange>[1.13,)</versionRange>
127                                                                    <goals>
128                                                                            <goal>revision</goal>
129                                                                    </goals>
130                                                            </pluginExecutionFilter>
131                                                            <action>
132                                                                    <ignore></ignore>
133                                                            </action>
134                                                    </pluginExecution>
135                                            </pluginExecutions>
136                                    </lifecycleMappingMetadata>
137                            </configuration>
138                    </plugin>
139            </plugins>
140        </pluginManagement>
141    </build>    </build>
142    
   
143    <dependencies>    <dependencies>
144      <dependency>      <dependency>
145        <groupId>javax.servlet</groupId>        <groupId>javax.servlet</groupId>
146        <artifactId>javax.servlet-api</artifactId>        <artifactId>javax.servlet-api</artifactId>
147        <version>3.0.1</version>        <version>3.0.1</version>
148        <scope>provided</scope>              <scope>provided</scope>
149        </dependency>
150        <dependency>
151          <groupId>javax.servlet.jsp</groupId>
152          <artifactId>jsp-api</artifactId>
153          <version>2.0</version>
154          <scope>provided</scope>
155        </dependency>
156        <dependency>
157          <groupId>jstl</groupId>
158          <artifactId>jstl</artifactId>
159          <version>1.2</version>
160        </dependency>
161        <dependency>
162          <groupId>org.apache.commons</groupId>
163          <artifactId>commons-lang3</artifactId>
164          <version>3.3.2</version>
165        </dependency>
166        <dependency>
167              <groupId>commons-codec</groupId>
168              <artifactId>commons-codec</artifactId>
169              <version>1.10</version>
170        </dependency>    
171        <dependency>
172          <groupId>dk.thoerup</groupId>
173          <artifactId>CircuitBreaker</artifactId>
174          <version>1.1.1</version>
175        </dependency>
176        <dependency>
177          <groupId>dk.thoerup</groupId>
178          <artifactId>WebConfig</artifactId>
179          <version>1.0</version>
180        </dependency>
181        <dependency>
182          <groupId>com.google.code.gson</groupId>
183          <artifactId>gson</artifactId>
184          <version>2.3.1</version>
185        </dependency>
186        <dependency>
187          <groupId>com.google.code.geocoder-java</groupId>
188          <artifactId>geocoder-java</artifactId>
189          <version>0.16</version>
190        </dependency>
191        <dependency>
192          <groupId>com.google.guava</groupId>
193          <artifactId>guava</artifactId>
194          <version>18.0</version>
195        </dependency>
196        <dependency>
197          <groupId>com.jcabi</groupId>
198          <artifactId>jcabi-manifests</artifactId>
199          <version>1.1</version>
200      </dependency>      </dependency>
   
 <dependency>  
         <groupId>org.apache.commons</groupId>  
         <artifactId>commons-lang3</artifactId>  
         <version>3.3.2</version>  
 </dependency>  
   
201            
202    <dependency>      <dependency>
203      <groupId>dk.thoerup</groupId>            <groupId>com.sun.mail</groupId>
204      <artifactId>CircuitBreaker</artifactId>            <artifactId>javax.mail</artifactId>
205      <version>1.0</version>            <version>1.4.5</version>
206  </dependency>      </dependency>
207          
208        
209  <dependency>      <!--  webjars -->
210      <groupId>dk.thoerup</groupId>      <dependency>
211      <artifactId>WebConfig</artifactId>        <groupId>org.webjars</groupId>
212      <version>1.0</version>        <artifactId>jquery</artifactId>
213  </dependency>        <version>2.1.4</version>
214            </dependency>
215  <dependency>          <dependency>
216          <groupId>com.google.code.gson</groupId>        <groupId>org.webjars</groupId>
217          <artifactId>gson</artifactId>        <artifactId>bootstrap</artifactId>
218          <version>2.3.1</version>        <version>3.3.5</version>
219  </dependency>      </dependency>
220        <dependency>
221          <groupId>org.webjars</groupId>
222    <dependency>        <artifactId>chartjs</artifactId>
223      <groupId>com.google.code.geocoder-java</groupId>        <version>1.0.2</version>
224      <artifactId>geocoder-java</artifactId>      </dependency>
225      <version>0.16</version>      
226    </dependency>      <!--  test dependencies -->
227        <dependency>
228          <groupId>junit</groupId>
229   <dependency>        <artifactId>junit</artifactId>
230          <groupId>junit</groupId>        <version>4.12</version>
231          <artifactId>junit</artifactId>        <scope>test</scope>
232          <version>4.12</version>      </dependency>
         <scope>test</scope>  
 </dependency>  
     
   </dependencies>  
233    
234      </dependencies>
235      <reporting>
236        <plugins>
237          <!-- Normally, we take off the dependency report, saves time. -->
238          <plugin>
239            <groupId>org.apache.maven.plugins</groupId>
240            <artifactId>maven-project-info-reports-plugin</artifactId>
241            <version>2.7</version>
242            <configuration>
243              <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
244            </configuration>
245          </plugin>
246          <plugin>
247            <groupId>org.codehaus.mojo</groupId>
248            <artifactId>findbugs-maven-plugin</artifactId>
249            <version>3.0.1</version>
250          </plugin>
251          <plugin>
252            <groupId>org.apache.maven.plugins</groupId>
253            <artifactId>maven-pmd-plugin</artifactId>
254            <version>3.6</version>
255          </plugin>
256    
257          <!-- integrate maven-cobertura-plugin to project site  -->
258          <plugin>
259            <groupId>org.codehaus.mojo</groupId>
260            <artifactId>cobertura-maven-plugin</artifactId>
261            <version>2.7</version>
262            <configuration>
263              <formats>
264                <format>html</format>
265                <format>xml</format>
266              </formats>
267            </configuration>
268          </plugin>
269        </plugins>
270      </reporting>
271    <repositories>    <repositories>
272     <repository>      <repository>
273          <id>hoerup-releases</id>        <id>hoerup-releases</id>
274          <name>hoerup-releases</name>        <name>hoerup-releases</name>
275          <url>http://app.t-hoerup.dk/artifactory/ext-release-local</url>        <url>http://app.t-hoerup.dk/artifactory/ext-release-local</url>
276      </repository>      </repository>
277    </repositories>    </repositories>
   
278  </project>  </project>

Legend:
Removed from v.2457  
changed lines
  Added in v.2942

  ViewVC Help
Powered by ViewVC 1.1.20