[maven-release-plugin] prepare release hibernate4-maven-plugin-1.0.5
[hibernate4-maven-plugin] / pom.xml
1 <?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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
4   <modelVersion>4.0.0</modelVersion>
5
6   <parent>
7     <groupId>org.sonatype.oss</groupId>
8     <artifactId>oss-parent</artifactId>
9     <version>7</version>
10   </parent>
11
12   <groupId>de.juplo</groupId>
13   <artifactId>hibernate4-maven-plugin</artifactId>
14   <name>Hibernate 4 Maven Plugin</name>
15   <description>Plugin for generating a database-schema from Hibernate-4-Mapping-Annotations</description>
16   <version>1.0.5</version>
17   <packaging>maven-plugin</packaging>
18   <url>http://juplo.de/hibernate4-maven-plugin</url>
19
20   <prerequisites>
21     <maven>2.0.6</maven>
22   </prerequisites>
23
24   <licenses>
25     <license>
26       <name>The Apache Software License, Version 2.0</name>
27       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
28       <distribution>repo</distribution>
29       <comments>A business-friendly OSS license</comments>
30     </license>
31   </licenses>
32
33   <scm>
34     <connection>scm:git:http://juplo.de/git/hibernate4-maven-plugin</connection>
35     <developerConnection>scm:git:ssh://juplo.de:/var/lib/git/juplo/hibernate4-maven-plugin</developerConnection>
36     <url>http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=summary</url>
37   </scm>
38
39   <developers>
40     <developer>
41       <id>kai</id>
42       <name>Kai Moritz</name>
43       <email>kai@juplo.de</email>
44     </developer>
45   </developers>
46
47   <contributors>
48     <contributor>
49       <name>Adriano Machado</name>
50       <email>adriano.m.machado@hotmail.com</email>
51     </contributor>
52     <contributor>
53       <name>Lorenzo Nicora</name>
54       <email>lorenzo.nicora@nicus.it</email>
55     </contributor>
56     <contributor>
57       <name>Eduard Szente</name>
58       <email>eduard.szente@gmail.com</email>
59     </contributor>
60     <contributor>
61       <name>Stephen Johnson</name>
62       <email>stejohns@redhat.com</email>
63     </contributor>
64     <contributor>
65       <name>Victor Tatai</name>
66       <email>vtatai@gmail.com</email>
67     </contributor>
68     <contributor>
69       <name>Erik-Berndt Scheper</name>
70       <email>erik.berndt.scheper@gmail.com</email>
71     </contributor>
72     <contributor>
73       <name>Guido Wimmel</name>
74       <email>Wimmel.Guido@swm.de</email>
75     </contributor>
76     <contributor>
77       <name>Joel Johnson</name>
78       <email>mrjoel@lixil.net</email>
79     </contributor>
80     <contributor>
81       <name>Paul K. Moore</name>
82       <email>paulkmoore@gmail.com</email>
83     </contributor>
84     <contributor>
85       <name>Mark Robinson</name>
86       <email>mark@mrobinson.ca</email>
87     </contributor>
88     <contributor>
89       <name>Claus Graf</name>
90       <email>clausgraf@gmail.com</email>
91     </contributor>
92     <contributor>
93       <name>Joachim Van der Auwera</name>
94       <email>joachim@progs.be</email>
95     </contributor>
96   </contributors>
97
98   <distributionManagement>
99     <site>
100       <id>www.juplo.de</id>
101       <url>scp://juplo.de/var/www/juplo/hibernate4-maven-plugin-${project.version}</url>
102     </site>
103   </distributionManagement>
104
105   <ciManagement>
106     <system>Continuum</system>
107     <url>http://juplo.de/continuum/</url>
108     <notifiers>
109       <notifier>
110         <type>mail</type>
111         <address>kai@juplo.de</address>
112       </notifier>
113     </notifiers>
114   </ciManagement>
115
116   <properties>
117     <!-- Zeichensatz -->
118     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
119     <!-- Verwendete Versionen -->
120     <hibernate-core.version>4.3.7.Final</hibernate-core.version>
121     <hibernate-envers.version>4.3.7.Final</hibernate-envers.version>
122     <hibernate-validator.version>5.1.3.Final</hibernate-validator.version>
123     <el-api.version>3.0.0</el-api.version>
124     <maven.version>3.2.3</maven.version>
125     <maven-plugin-log4j.version>1.0.1</maven-plugin-log4j.version>
126     <scannotation.version>1.0.3</scannotation.version>
127   </properties>
128
129   <dependencies>
130     <dependency>
131       <groupId>org.apache.maven</groupId>
132       <artifactId>maven-core</artifactId>
133       <version>${maven.version}</version>
134       <exclusions>
135         <exclusion>
136           <groupId>org.codehaus.plexus</groupId>
137           <artifactId>plexus-utils</artifactId>
138         </exclusion>
139       </exclusions>
140     </dependency>
141     <dependency>
142       <groupId>org.apache.maven</groupId>
143       <artifactId>maven-plugin-api</artifactId>
144       <version>${maven.version}</version>
145     </dependency>
146     <dependency>
147       <groupId>org.hibernate</groupId>
148       <artifactId>hibernate-core</artifactId>
149       <version>${hibernate-core.version}</version>
150     </dependency>
151     <dependency>
152       <groupId>org.hibernate</groupId>
153       <artifactId>hibernate-envers</artifactId>
154       <version>${hibernate-envers.version}</version>
155     </dependency>
156     <dependency>
157       <groupId>org.hibernate</groupId>
158       <artifactId>hibernate-validator</artifactId>
159       <version>${hibernate-validator.version}</version>
160     </dependency>
161     <dependency>
162       <groupId>javax.el</groupId>
163       <artifactId>javax.el-api</artifactId>
164       <version>${el-api.version}</version>
165     </dependency>
166     <dependency>
167       <groupId>org.scannotation</groupId>
168       <artifactId>scannotation</artifactId>
169       <version>${scannotation.version}</version>
170     </dependency>
171     <dependency>
172       <groupId>com.pyx4j</groupId>
173       <artifactId>maven-plugin-log4j</artifactId>
174       <version>${maven-plugin-log4j.version}</version>
175       <exclusions>
176         <exclusion>
177           <groupId>org.apache.maven</groupId>
178           <artifactId>maven-artifact</artifactId>
179         </exclusion>
180         <exclusion>
181           <groupId>org.apache.maven</groupId>
182           <artifactId>maven-plugin-api</artifactId>
183         </exclusion>
184       </exclusions>
185     </dependency>
186   </dependencies>
187
188   <build>
189     <plugins>
190       <plugin>
191         <groupId>org.apache.maven.plugins</groupId>
192         <artifactId>maven-compiler-plugin</artifactId>
193         <version>2.0.2</version>
194         <configuration>
195           <source>1.6</source>
196           <target>1.6</target>
197           <encoding>utf8</encoding>
198           <showWarnings>true</showWarnings>
199         </configuration>
200       </plugin>
201       <plugin>
202         <groupId>org.apache.maven.plugins</groupId>
203         <artifactId>maven-dependency-plugin</artifactId>
204         <version>2.1</version>
205         <executions>
206           <execution>
207             <id>install</id>
208             <phase>install</phase>
209             <goals>
210               <goal>sources</goal>
211             </goals>
212           </execution>
213         </executions>
214       </plugin>
215       <plugin>
216         <groupId>org.apache.maven.plugins</groupId>
217         <artifactId>maven-source-plugin</artifactId>
218         <version>2.1.2</version><!-- Should be same version as in oss-parent-7 -->
219         <executions>
220           <execution>
221             <id>attach-sources</id>
222             <phase>verify</phase>
223             <goals>
224               <goal>jar</goal>
225             </goals>
226           </execution>
227         </executions>
228       </plugin>
229       <plugin>
230         <groupId>org.apache.maven.plugins</groupId>
231         <artifactId>maven-scm-plugin</artifactId>
232         <version>1.7</version>
233         <configuration>
234           <goals>install</goals>
235         </configuration>
236       </plugin>
237       <plugin>
238         <groupId>org.apache.maven.plugins</groupId>
239         <artifactId>maven-resources-plugin</artifactId>
240         <version>2.3</version>
241         <executions>
242           <execution>
243             <id>copy-resources</id>
244             <phase>pre-site</phase>
245             <goals>
246               <goal>copy-resources</goal>
247             </goals>
248             <configuration>
249               <outputDirectory>${project.build.directory}/filtered-site</outputDirectory>
250               <resources>
251                 <resource>
252                   <directory>src/site</directory>
253                   <filtering>true</filtering>
254                 </resource>
255               </resources>
256             </configuration>
257           </execution>
258         </executions>
259       </plugin>
260       <plugin>
261         <groupId>org.apache.maven.plugins</groupId>
262         <artifactId>maven-plugin-plugin</artifactId>
263         <version>3.2</version>
264         <executions>
265           <execution>
266             <id>generated-helpmojo</id>
267               <goals>
268                 <goal>helpmojo</goal>
269               </goals>
270           </execution>
271         </executions>
272       </plugin>
273       <plugin>
274         <groupId>org.apache.maven.plugins</groupId>
275         <artifactId>maven-invoker-plugin</artifactId>
276         <version>1.8</version>
277         <configuration>
278           <settingsFile>src/it/settings.xml</settingsFile>
279           <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
280           <postBuildHookScript>verify</postBuildHookScript>
281           <addTestClassPath>true</addTestClassPath>
282         </configuration>
283         <executions>
284           <execution>
285             <id>integration-test</id>
286             <goals>
287               <goal>install</goal>
288               <goal>run</goal>
289             </goals>
290           </execution>
291         </executions>
292       </plugin>
293     </plugins>
294     <pluginManagement>
295       <plugins>
296         <plugin>
297           <artifactId>maven-site-plugin</artifactId>
298           <version>3.3</version>
299           <configuration>
300             <siteDirectory>${project.build.directory}/filtered-site</siteDirectory>
301           </configuration>
302           <dependencies>
303             <dependency><!-- add support for ssh/scp -->
304               <groupId>org.apache.maven.wagon</groupId>
305               <artifactId>wagon-ssh</artifactId>
306               <version>1.0</version>
307             </dependency>
308           </dependencies>
309         </plugin>
310       </plugins>
311     </pluginManagement>
312   </build>
313
314   <reporting>
315     <plugins>
316       <plugin>
317         <groupId>org.apache.maven.plugins</groupId>
318         <artifactId>maven-changes-plugin</artifactId>
319         <version>2.7.1</version>
320       </plugin>
321       <plugin>
322         <groupId>org.apache.maven.plugins</groupId>
323         <artifactId>maven-javadoc-plugin</artifactId>
324         <version>2.7</version><!-- Should be same version as in oss-parent-7 -->
325       </plugin>
326       <plugin>
327         <groupId>org.apache.maven.plugins</groupId>
328         <artifactId>maven-jxr-plugin</artifactId>
329         <version>2.3</version>
330       </plugin>
331       <plugin>
332         <groupId>org.apache.maven.plugins</groupId>
333         <artifactId>maven-pmd-plugin</artifactId>
334         <version>2.7.1</version>
335         <configuration>
336           <linkXref>true</linkXref>
337           <targetJdk>1.5</targetJdk>
338         </configuration>
339       </plugin>
340       <plugin>
341         <groupId>org.apache.maven.plugins</groupId>
342         <artifactId>maven-plugin-plugin</artifactId>
343         <version>3.2</version>
344       </plugin>
345     </plugins>
346   </reporting>
347
348 </project>