Released version 2.5.0
[facebook-errors] / pom.xml
1 <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/maven-v4_0_0.xsd">
2
3   <modelVersion>4.0.0</modelVersion>
4
5   <parent>
6     <groupId>org.springframework.boot</groupId>
7     <artifactId>spring-boot-starter-parent</artifactId>
8     <version>1.3.7.RELEASE</version>
9   </parent>
10
11
12   <groupId>de.juplo</groupId>
13   <artifactId>facebook-errors</artifactId>
14   <name>Juplo - Facebook-Errors</name>
15   <description>Helper-Classes to handle errors, thrown by the Graph-API from Facebook</description>
16   <version>2.5.0</version>
17   <packaging>jar</packaging>
18   <url>http://juplo.de/facebook-errors</url>
19
20
21   <prerequisites>
22     <maven>2.0.6</maven>
23   </prerequisites>
24
25
26   <licenses>
27     <license>
28       <name>The Apache Software License, Version 2.0</name>
29       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
30       <distribution>repo</distribution>
31       <comments>A business-friendly OSS license</comments>
32     </license>
33   </licenses>
34
35   <scm>
36     <connection>scm:git:http://juplo.de/git/facebook-errors</connection>
37     <developerConnection>scm:git:ssh://juplo.de:/var/lib/git/juplo/facebook-errors</developerConnection>
38     <url>http://juplo.de/gitweb/?p=facebook-errors;a=summary</url>
39   </scm>
40
41
42   <developers>
43     <developer>
44       <id>kai</id>
45       <name>Kai Moritz</name>
46       <email>kai@juplo.de</email>
47     </developer>
48   </developers>
49
50   <contributors>
51   </contributors>
52
53
54   <properties>
55
56     <encoding>UTF-8</encoding>
57     <maven.compiler.source>1.8</maven.compiler.source>
58     <maven.compiler.target>1.8</maven.compiler.target>
59
60     <!-- character encoding -->
61     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
62
63     <sonatypeOssDistMgmtSnapshotsUrl>https://oss.sonatype.org/content/repositories/snapshots/</sonatypeOssDistMgmtSnapshotsUrl>
64
65   </properties>
66
67
68   <dependencies>
69
70     <!-- Spring-Boot-Autoconfiguration -->
71     <dependency>
72       <groupId>org.springframework.boot</groupId>
73       <artifactId>spring-boot-autoconfigure</artifactId>
74       <optional>true</optional>
75     </dependency>
76     <dependency>
77       <groupId>org.springframework.social</groupId>
78       <artifactId>spring-social-facebook</artifactId>
79       <optional>true</optional>
80     </dependency>
81     <dependency>
82       <groupId>org.springframework.security.oauth</groupId>
83       <artifactId>spring-security-oauth2</artifactId>
84       <optional>true</optional>
85     </dependency>
86
87     <!-- Needed for the mapping of error responses -->
88     <dependency>
89       <groupId>com.fasterxml.jackson.core</groupId>
90       <artifactId>jackson-core</artifactId>
91     </dependency>
92     <dependency>
93       <groupId>com.fasterxml.jackson.core</groupId>
94       <artifactId>jackson-databind</artifactId>
95     </dependency>
96
97     <!-- Logging -->
98     <dependency>
99       <groupId>org.slf4j</groupId>
100       <artifactId>slf4j-api</artifactId>
101     </dependency>
102
103     <!-- Testing -->
104     <dependency>
105       <groupId>org.springframework</groupId>
106       <artifactId>spring-test</artifactId>
107       <scope>test</scope>
108     </dependency>
109     <dependency>
110       <groupId>org.springframework.boot</groupId>
111       <artifactId>spring-boot-configuration-processor</artifactId>
112       <scope>test</scope>
113     </dependency>
114     <dependency>
115       <groupId>javax.servlet</groupId>
116       <artifactId>javax.servlet-api</artifactId>
117       <scope>test</scope>
118     </dependency>
119     <dependency>
120       <groupId>junit</groupId>
121       <artifactId>junit</artifactId>
122       <scope>test</scope>
123     </dependency>
124     <dependency>
125       <groupId>org.slf4j</groupId>
126       <artifactId>jcl-over-slf4j</artifactId>
127       <scope>test</scope>
128     </dependency>
129     <dependency>
130       <groupId>ch.qos.logback</groupId>
131       <artifactId>logback-classic</artifactId>
132       <scope>test</scope>
133     </dependency>
134
135   </dependencies>
136
137   <repositories>
138     <repository>
139       <releases>
140         <enabled>false</enabled>
141       </releases>
142       <snapshots>
143         <enabled>true</enabled>
144       </snapshots>
145       <id>sonatype-nexus-snapshots</id>
146       <name>Sonatype Nexus Snapshots</name>
147       <url>https://oss.sonatype.org/content/repositories/snapshots</url>
148     </repository>
149     <repository>
150       <snapshots>
151         <enabled>false</enabled>
152       </snapshots>
153       <id>central</id>
154       <name>Central Repository</name>
155       <url>http://repo.maven.apache.org/maven2</url>
156     </repository>
157   </repositories>
158
159   <distributionManagement>
160     <site>
161       <id>juplo.de</id>
162       <url>scpexe://juplo.de/var/www/juplo.de/facebook-errors-${project.version}</url>
163     </site>
164     <repository>
165       <id>sonatype-nexus-staging</id>
166       <name>Nexus Release Repository</name>
167       <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
168     </repository>
169     <snapshotRepository>
170       <id>sonatype-nexus-snapshots</id>
171       <name>Sonatype Nexus Snapshots</name>
172       <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
173     </snapshotRepository>
174   </distributionManagement>
175
176
177   <build>
178     <pluginManagement>
179       <plugins>
180         <plugin>
181           <artifactId>maven-release-plugin</artifactId>
182           <version>2.1</version>
183           <configuration>
184             <mavenExecutorId>forked-path</mavenExecutorId>
185             <useReleaseProfile>false</useReleaseProfile>
186             <arguments>-Psonatype-oss-release</arguments>
187           </configuration>
188         </plugin>
189         <plugin>
190           <artifactId>maven-site-plugin</artifactId>
191           <version>3.4</version>
192           <configuration>
193             <siteDirectory>${project.build.directory}/filtered-site</siteDirectory>
194             <templateFile>src/site/template.vm</templateFile>
195           </configuration>
196           <dependencies>
197             <dependency><!-- add support for ssh/scp -->
198               <groupId>org.apache.maven.wagon</groupId>
199               <artifactId>wagon-ssh-external</artifactId>
200               <version>2.12</version>
201             </dependency>
202           </dependencies>
203         </plugin>
204       </plugins>
205     </pluginManagement>
206     <plugins>
207       <plugin>
208         <artifactId>maven-enforcer-plugin</artifactId>
209         <version>1.2</version>
210         <executions>
211           <execution>
212             <id>enforce-maven</id>
213             <goals>
214               <goal>enforce</goal>
215             </goals>
216             <configuration>
217               <rules>
218                 <requireMavenVersion>
219                   <version>(,2.1.0),(2.1.0,2.2.0),(2.2.0,)</version>
220                   <message>Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures and checksums respectively.</message>
221                 </requireMavenVersion>
222               </rules>
223             </configuration>
224           </execution>
225         </executions>
226       </plugin>
227       <plugin>
228         <groupId>org.apache.maven.plugins</groupId>
229         <artifactId>maven-compiler-plugin</artifactId>
230         <version>3.3</version>
231         <configuration>
232           <showWarnings>true</showWarnings>
233         </configuration>
234       </plugin>
235       <plugin>
236         <groupId>org.apache.maven.plugins</groupId>
237         <artifactId>maven-source-plugin</artifactId>
238         <version>2.1.2</version><!-- Should be same version as in oss-parent-7 -->
239         <executions>
240           <execution>
241             <id>attach-sources</id>
242             <phase>verify</phase>
243             <goals>
244               <goal>jar</goal>
245             </goals>
246           </execution>
247         </executions>
248       </plugin>
249       <plugin>
250         <groupId>org.apache.maven.plugins</groupId>
251         <artifactId>maven-javadoc-plugin</artifactId>
252         <version>2.7</version><!-- Should be same version as in oss-parent-7 -->
253         <configuration>
254           <additionalparam>-Xdoclint:none</additionalparam>
255         </configuration>
256         <executions>
257           <execution>
258             <id>attach-javadoc</id>
259             <phase>verify</phase>
260             <goals>
261               <goal>jar</goal>
262             </goals>
263           </execution>
264         </executions>
265       </plugin>
266       <plugin>
267         <groupId>org.apache.maven.plugins</groupId>
268         <artifactId>maven-resources-plugin</artifactId>
269         <version>2.7</version>
270         <executions>
271           <execution>
272             <id>copy-resources</id>
273             <phase>pre-site</phase>
274             <goals>
275               <goal>copy-resources</goal>
276             </goals>
277             <configuration>
278               <outputDirectory>${project.build.directory}/filtered-site</outputDirectory>
279               <resources>
280                 <resource>
281                   <directory>src/site</directory>
282                   <filtering>true</filtering>
283                 </resource>
284               </resources>
285             </configuration>
286           </execution>
287         </executions>
288       </plugin>
289     </plugins>
290   </build>
291
292
293   <reporting>
294     <plugins>
295       <plugin>
296         <groupId>org.apache.maven.plugins</groupId>
297         <artifactId>maven-changes-plugin</artifactId>
298         <version>2.11</version>
299       </plugin>
300       <plugin>
301         <groupId>org.apache.maven.plugins</groupId>
302         <artifactId>maven-javadoc-plugin</artifactId>
303         <version>2.7</version><!-- Should be same version as in oss-parent-7 -->
304         <configuration>
305           <additionalparam>-Xdoclint:none</additionalparam>
306         </configuration>
307       </plugin>
308       <plugin>
309         <groupId>org.apache.maven.plugins</groupId>
310         <artifactId>maven-jxr-plugin</artifactId>
311         <version>2.5</version>
312       </plugin>
313       <plugin>
314         <groupId>org.apache.maven.plugins</groupId>
315         <artifactId>maven-surefire-report-plugin</artifactId>
316         <version>2.18.1</version>
317       </plugin>
318       <plugin>
319         <groupId>org.apache.maven.plugins</groupId>
320         <artifactId>maven-scm-plugin</artifactId>
321         <version>1.9.4</version>
322         <configuration>
323           <goals>install</goals>
324         </configuration>
325       </plugin>
326       <plugin>
327         <artifactId>maven-pmd-plugin</artifactId>
328         <version>3.5</version>
329         <configuration>
330           <linkXref>true</linkXref>
331           <targetJdk>1.6</targetJdk>
332         </configuration>
333       </plugin>
334     </plugins>
335   </reporting>
336
337 </project>