~raginggoblin/infolog/infolog

« back to all changes in this revision

Viewing changes to InfologServer/lib/hibernate-distribution-3.3.2.GA/project/parent/pom.xml

  • Committer: Raging Goblin
  • Date: 2013-11-16 16:51:32 UTC
  • Revision ID: raging_goblin-20131116165132-weujnptzc88uy4ah
Mavenized the project, now using shared project InfologSync

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
 
3
 
<!--
4
 
  ~ Hibernate, Relational Persistence for Idiomatic Java
5
 
  ~
6
 
  ~ Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as
7
 
  ~ indicated by the @author tags or express copyright attribution
8
 
  ~ statements applied by the authors.  All third-party contributions are
9
 
  ~ distributed under license by Red Hat Middleware LLC.
10
 
  ~
11
 
  ~ This copyrighted material is made available to anyone wishing to use, modify,
12
 
  ~ copy, or redistribute it subject to the terms and conditions of the GNU
13
 
  ~ Lesser General Public License, as published by the Free Software Foundation.
14
 
  ~
15
 
  ~ This program is distributed in the hope that it will be useful,
16
 
  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
17
 
  ~ or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
18
 
  ~ for more details.
19
 
  ~
20
 
  ~ You should have received a copy of the GNU Lesser General Public License
21
 
  ~ along with this distribution; if not, write to:
22
 
  ~ Free Software Foundation, Inc.
23
 
  ~ 51 Franklin Street, Fifth Floor
24
 
  ~ Boston, MA  02110-1301  USA
25
 
  ~
26
 
  -->
27
 
 
28
 
<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">
29
 
 
30
 
    <modelVersion>4.0.0</modelVersion>
31
 
 
32
 
    <groupId>org.hibernate</groupId>
33
 
    <artifactId>hibernate-parent</artifactId>
34
 
    <packaging>pom</packaging>
35
 
    <version>3.3.2.GA</version>
36
 
 
37
 
    <name>Hibernate Core Parent POM</name>
38
 
    <description>The base POM for all Hibernate Core modules.</description>
39
 
    <url>http://hibernate.org</url>
40
 
 
41
 
    <organization>
42
 
        <name>Hibernate.org</name>
43
 
        <url>http://hibernate.org</url>
44
 
    </organization>
45
 
 
46
 
    <licenses>
47
 
        <license>
48
 
            <name>GNU Lesser General Public License</name>
49
 
            <url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
50
 
            <comments>See discussion at http://hibernate.org/356.html for more details.</comments>
51
 
            <distribution>repo</distribution>
52
 
        </license>
53
 
    </licenses>
54
 
 
55
 
    <scm>
56
 
        <connection>scm:svn:https://svn.jboss.org/repos/hibernate/core/tags/hibernate-3.3.2.GA</connection>
57
 
        <developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate/core/tags/hibernate-3.3.2.GA</developerConnection>
58
 
        <url>https://svn.jboss.org/repos/hibernate/core/tags/hibernate-3.3.2.GA</url>
59
 
    </scm>
60
 
 
61
 
    <ciManagement>
62
 
        <system>hudson</system>
63
 
        <url>http://hudson.jboss.org/hudson/job/hibernate-testsuite/</url>
64
 
        <notifiers>
65
 
            <notifier>
66
 
                <type>mail</type>
67
 
                <address>hibernate-dev@lists.jboss.org</address>
68
 
            </notifier>
69
 
        </notifiers>
70
 
    </ciManagement>
71
 
 
72
 
    <issueManagement>
73
 
        <system>jira</system>
74
 
        <url>http://opensource.atlassian.com/projects/hibernate/browse/HHH</url>
75
 
    </issueManagement>
76
 
 
77
 
    <mailingLists>
78
 
        <mailingList>
79
 
            <name>Hibernate Announcements</name>
80
 
            <post>hibernate-announce@lists.jboss.org</post>
81
 
            <subscribe>https://lists.jboss.org/mailman/listinfo/hibernate-announce</subscribe>
82
 
            <unsubscribe>https://lists.jboss.org/mailman/listinfo/hibernate-announce</unsubscribe>
83
 
            <archive>http://lists.jboss.org/pipermail/hibernate-dev/</archive>
84
 
        </mailingList>
85
 
        <mailingList>
86
 
            <name>Hibernate Commit Notificatons</name>
87
 
            <post>hibernate-commits@lists.jboss.org</post>
88
 
            <subscribe>https://lists.jboss.org/mailman/listinfo/hibernate-commits</subscribe>
89
 
            <unsubscribe>https://lists.jboss.org/mailman/listinfo/hibernate-commits</unsubscribe>
90
 
            <archive>http://lists.jboss.org/pipermail/hibernate-commits/</archive>
91
 
        </mailingList>
92
 
        <mailingList>
93
 
            <name>Hibernate Developers</name>
94
 
            <post>hibernate-dev@lists.jboss.org</post>
95
 
            <subscribe>https://lists.jboss.org/mailman/listinfo/hibernate-dev</subscribe>
96
 
            <unsubscribe>https://lists.jboss.org/mailman/listinfo/hibernate-dev</unsubscribe>
97
 
            <archive>http://lists.jboss.org/pipermail/hibernate-dev/</archive>
98
 
            <otherArchives>
99
 
                <otherArchive>http://www.mail-archive.com/hibernate-dev%40lists.jboss.org/index.html</otherArchive>
100
 
            </otherArchives>
101
 
        </mailingList>
102
 
        <mailingList>
103
 
            <name>Hibernate Issue Notifications</name>
104
 
            <post>hibernate-issues@lists.jboss.org</post>
105
 
            <subscribe>https://lists.jboss.org/mailman/listinfo/hibernate-issues</subscribe>
106
 
            <unsubscribe>https://lists.jboss.org/mailman/listinfo/hibernate-issues</unsubscribe>
107
 
            <archive>http://lists.jboss.org/pipermail/hibernate-issues/</archive>
108
 
        </mailingList>
109
 
    </mailingLists>
110
 
 
111
 
    <build>
112
 
        <plugins>
113
 
            <plugin>
114
 
                <!-- require at least JDK 1.5 to run the build -->
115
 
                <!-- ... -->
116
 
                <!-- we need at least Maven 2.0.8 because of a bug fix affecting our antlr usage -->
117
 
                <!-- 2.0.8 not released at this time, so I instead say anything greater that 2.0.7 -->
118
 
                <groupId>org.apache.maven.plugins</groupId>
119
 
                <artifactId>maven-enforcer-plugin</artifactId>
120
 
                <executions>
121
 
                    <execution>
122
 
                        <id>enforce-java</id>
123
 
                        <goals>
124
 
                            <goal>enforce</goal>
125
 
                        </goals>
126
 
                        <configuration>
127
 
                            <rules>
128
 
                                <requireJavaVersion>
129
 
                                    <version>[1.5,)</version>
130
 
                                </requireJavaVersion>
131
 
                                <requireMavenVersion>
132
 
                                    <version>(2.0.7,)</version>
133
 
                                </requireMavenVersion>
134
 
                            </rules>
135
 
                        </configuration>
136
 
                    </execution>
137
 
                </executions>
138
 
            </plugin>
139
 
            <!-- by default, compile to JDK 1.4 compatibility (individual modules and/or user can override) -->
140
 
            <plugin>
141
 
                <groupId>org.apache.maven.plugins</groupId>
142
 
                <artifactId>maven-compiler-plugin</artifactId>
143
 
                <configuration>
144
 
                    <source>1.4</source>
145
 
                    <target>1.4</target>
146
 
                </configuration>
147
 
            </plugin>
148
 
            <!-- add specification/implementation details to the manifests -->
149
 
            <plugin>
150
 
                <groupId>org.apache.maven.plugins</groupId>
151
 
                <artifactId>maven-jar-plugin</artifactId>
152
 
                <configuration>
153
 
                    <archive>
154
 
                        <manifest>
155
 
                            <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
156
 
                            <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
157
 
                        </manifest>
158
 
                        <manifestEntries>
159
 
                            <Implementation-URL>http://hibernate.org</Implementation-URL>
160
 
                        </manifestEntries>
161
 
                    </archive>
162
 
                </configuration>
163
 
            </plugin>
164
 
            <plugin>
165
 
                <groupId>org.apache.maven.plugins</groupId>
166
 
                <artifactId>maven-surefire-plugin</artifactId>
167
 
                <configuration>
168
 
                    <redirectTestOutputToFile>true</redirectTestOutputToFile>
169
 
                </configuration>
170
 
            </plugin>
171
 
        </plugins>
172
 
        <pluginManagement>
173
 
            <plugins>
174
 
                <plugin>
175
 
                    <groupId>org.apache.maven.plugins</groupId>
176
 
                    <artifactId>maven-javadoc-plugin</artifactId>
177
 
                    <version>2.5</version>
178
 
                </plugin>
179
 
                <plugin>
180
 
                    <groupId>org.apache.maven.plugins</groupId>
181
 
                    <artifactId>maven-surefire-plugin</artifactId>
182
 
                    <version>2.4.3</version>
183
 
                </plugin>
184
 
                <plugin>
185
 
                    <groupId>org.apache.maven.plugins</groupId>
186
 
                    <artifactId>maven-jar-plugin</artifactId>
187
 
                    <version>2.1</version>
188
 
                </plugin>
189
 
                <plugin>
190
 
                    <groupId>org.apache.maven.plugins</groupId>
191
 
                    <artifactId>maven-enforcer-plugin</artifactId>
192
 
                    <version>1.0-alpha-3</version>
193
 
                </plugin>
194
 
                <plugin>
195
 
                    <groupId>org.apache.maven.plugins</groupId>
196
 
                    <artifactId>maven-compiler-plugin</artifactId>
197
 
                    <version>2.0.2</version>
198
 
                </plugin>
199
 
            </plugins>
200
 
        </pluginManagement>
201
 
        <extensions>
202
 
            <extension>
203
 
                <groupId>org.apache.maven.wagon</groupId>
204
 
                <artifactId>wagon-webdav</artifactId>
205
 
                <version>1.0-beta-2</version>
206
 
            </extension>
207
 
        </extensions>
208
 
    </build>
209
 
 
210
 
    <reporting>
211
 
        <plugins>
212
 
            <plugin>
213
 
                <groupId>org.apache.maven.plugins</groupId>
214
 
                <artifactId>maven-surefire-report-plugin</artifactId>
215
 
                <version>2.4.3</version>
216
 
            </plugin>
217
 
            <plugin>
218
 
                <groupId>org.apache.maven.plugins</groupId>
219
 
                <artifactId>maven-javadoc-plugin</artifactId>
220
 
                <configuration>
221
 
                    <links>
222
 
                        <link>http://java.sun.com/j2se/1.4.2/docs/api/</link>
223
 
                        <link>http://java.sun.com/j2ee/1.4/docs/api/</link>
224
 
                    </links>
225
 
                </configuration>
226
 
            </plugin>
227
 
            <plugin>
228
 
                <groupId>org.apache.maven.plugins</groupId>
229
 
                <artifactId>maven-jxr-plugin</artifactId>
230
 
                <version>2.1</version>
231
 
            </plugin>
232
 
            <plugin>
233
 
                <groupId>org.apache.maven.plugins</groupId>
234
 
                <artifactId>maven-pmd-plugin</artifactId>
235
 
                <version>2.2</version>
236
 
                <configuration>
237
 
                    <linkXRef>true</linkXRef>
238
 
                    <minimumTokens>100</minimumTokens>
239
 
                    <targetJdk>1.4</targetJdk>
240
 
                </configuration>
241
 
            </plugin>
242
 
            <plugin>
243
 
                <groupId>org.codehaus.mojo</groupId>
244
 
                <artifactId>taglist-maven-plugin</artifactId>
245
 
                <version>2.1</version>
246
 
                <configuration>
247
 
                    <tags>
248
 
                        <tag>@FIXME</tag>
249
 
                        <tag>@fixme</tag>
250
 
                        <tag>FIXME</tag>
251
 
                        <tag>fixme</tag>
252
 
                        <tag>@TODO</tag>
253
 
                        <tag>@todo</tag>
254
 
                        <tag>TODO</tag>
255
 
                        <tag>todo</tag>
256
 
                    </tags>
257
 
                </configuration>
258
 
            </plugin>
259
 
            <plugin>
260
 
                <!-- Note: aggregate-able, may cause problems if we aggregate jxr and not this because of the xref links -->
261
 
                <groupId>org.codehaus.mojo</groupId>
262
 
                <artifactId>javancss-maven-plugin</artifactId>
263
 
                <version>2.0-beta-2</version>
264
 
            </plugin>
265
 
            <plugin>
266
 
                <groupId>org.codehaus.mojo</groupId>
267
 
                <artifactId>findbugs-maven-plugin</artifactId>
268
 
                <version>1.1.1</version>
269
 
                <configuration>
270
 
                    <onlyAnalyze>org.hibernate.*</onlyAnalyze>
271
 
                </configuration>
272
 
            </plugin>
273
 
        </plugins>
274
 
    </reporting>
275
 
 
276
 
    <dependencies>
277
 
        <dependency>
278
 
            <groupId>org.slf4j</groupId>
279
 
            <artifactId>slf4j-api</artifactId>
280
 
        </dependency>
281
 
        <!-- test-scoped dependencies for common testing dependencies -->
282
 
        <dependency>
283
 
            <groupId>junit</groupId>
284
 
            <artifactId>junit</artifactId>
285
 
            <version>3.8.1</version>
286
 
            <scope>test</scope>
287
 
        </dependency>
288
 
        <dependency>
289
 
            <groupId>org.slf4j</groupId>
290
 
            <artifactId>jcl-over-slf4j</artifactId>
291
 
            <version>${slf4jVersion}</version>
292
 
            <scope>test</scope>
293
 
        </dependency>
294
 
        <dependency>
295
 
            <groupId>org.slf4j</groupId>
296
 
            <artifactId>slf4j-log4j12</artifactId>
297
 
            <version>${slf4jVersion}</version>
298
 
            <scope>test</scope>
299
 
        </dependency>
300
 
        <dependency>
301
 
            <groupId>commons-logging</groupId>
302
 
            <artifactId>commons-logging</artifactId>
303
 
            <version>99.0-does-not-exist</version>
304
 
            <scope>test</scope>
305
 
        </dependency>
306
 
        <dependency>
307
 
            <groupId>commons-logging</groupId>
308
 
            <artifactId>commons-logging-api</artifactId>
309
 
            <version>99.0-does-not-exist</version>
310
 
            <scope>test</scope>
311
 
        </dependency>
312
 
        <!-- / test-scoped dependencies for common testing dependencies -->
313
 
    </dependencies>
314
 
 
315
 
    <dependencyManagement>
316
 
        <dependencies>
317
 
            <dependency>
318
 
                <groupId>org.slf4j</groupId>
319
 
                <artifactId>slf4j-api</artifactId>
320
 
                <version>${slf4jVersion}</version>
321
 
            </dependency>
322
 
            <dependency>
323
 
                <groupId>antlr</groupId>
324
 
                <artifactId>antlr</artifactId>
325
 
                <version>2.7.6</version>
326
 
            </dependency>
327
 
            <dependency>
328
 
                <groupId>commons-collections</groupId>
329
 
                <artifactId>commons-collections</artifactId>
330
 
                <version>3.1</version>
331
 
            </dependency>
332
 
            <dependency>
333
 
                <groupId>dom4j</groupId>
334
 
                <artifactId>dom4j</artifactId>
335
 
                <version>1.6.1</version>
336
 
            </dependency>
337
 
            <!-- javassist is optional, but if defined it should be version 3.9.0 -->
338
 
            <dependency>
339
 
                <groupId>javassist</groupId>
340
 
                <artifactId>javassist</artifactId>
341
 
                <version>3.9.0.GA</version>
342
 
            </dependency>
343
 
            <!-- cglib is optional, but if defined it should be version 2.2 -->
344
 
            <dependency>
345
 
                <groupId>cglib</groupId>
346
 
                <artifactId>cglib</artifactId>
347
 
                <version>2.2</version>
348
 
            </dependency>
349
 
        </dependencies>
350
 
    </dependencyManagement>
351
 
 
352
 
    <distributionManagement>
353
 
        <repository>
354
 
            <!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
355
 
            <!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
356
 
            <!-- todo : replace this with direct svn access once the svnkit providers are available -->
357
 
            <id>repository.jboss.org</id>
358
 
            <url>file://${maven.repository.root}</url>
359
 
        </repository>
360
 
        <snapshotRepository>
361
 
            <id>snapshots.jboss.org</id>
362
 
            <name>JBoss Snapshot Repository</name>
363
 
            <url>dav:https://snapshots.jboss.org/maven2</url>
364
 
        </snapshotRepository>
365
 
    </distributionManagement>
366
 
 
367
 
    <properties>
368
 
        <slf4jVersion>1.5.8</slf4jVersion>
369
 
    </properties>
370
 
</project>