forked from jbosstm/quickstart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
executable file
·176 lines (174 loc) · 6.13 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<?xml version="1.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/maven-v4_0_0.xsd">
<!-- JBoss, Home of Professional Open Source Copyright 2009, Red Hat Middleware
LLC, and individual contributors as indicated by the @author tags. See the
copyright.txt in the distribution for a full listing of individual contributors.
This copyrighted material is made available to anyone wishing to use, modify,
copy, or redistribute it subject to the terms and conditions of the GNU Lesser
General Public License, v. 2.1. This program is distributed in the hope that
it will be useful, but WITHOUT A WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
General Public License for more details. You should have received a copy
of the GNU Lesser General Public License, v.2.1 along with this distribution;
if not, write to the Free Software Foundation, Inc., 51 Franklin Street,
Fifth Floor, Boston, MA 02110-1301, USA. (C) 2009, @author JBoss Inc. (jonathan.halliday@redhat.com) -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.narayana.quickstart</groupId>
<artifactId>narayana-quickstarts-all</artifactId>
<version>5.12.8.Final-SNAPSHOT</version>
<packaging>pom</packaging>
<url>http://www.jboss.org/jbosstm/</url>
<name>${project.artifactId}</name>
<description>${project.artifactId}</description>
<issueManagement>
<system>JIRA</system>
<url>https://jira.jboss.org/jira/browse/JBTM/</url>
</issueManagement>
<ciManagement>
<system>hudson</system>
<url>http://hudson.qa.jboss.com/hudson/view/JBossTS/</url>
</ciManagement>
<developers>
<developer>
<id>tomjenkinson</id>
<name>Tom Jenkinson</name>
<email>tom.jenkinson@redhat.com</email>
<organization>JBoss</organization>
<organizationUrl>http://www.jboss.org/</organizationUrl>
<roles>
<role>project lead</role>
</roles>
<timezone>0</timezone>
</developer>
<developer>
<id>mmusgrov</id>
<name>Michael Musgrove</name>
<email>mmusgrov@redhat.com</email>
<organization>JBoss</organization>
<organizationUrl>http://www.jboss.org/</organizationUrl>
<roles>
<role>Core Developer</role>
</roles>
<timezone>0</timezone>
</developer>
<developer>
<id>zhfeng</id>
<name>Amos Feng</name>
<email>zfeng@redhat.com</email>
<organization>JBoss</organization>
<organizationUrl>http://www.jboss.org/</organizationUrl>
<roles>
<role>Core Developer</role>
</roles>
<timezone>0</timezone>
</developer>
<developer>
<id>pfrobinson</id>
<name>Paul Robinson</name>
<email>paul.robinson@redhat.com</email>
<organization>JBoss</organization>
<organizationUrl>http://www.jboss.org/</organizationUrl>
<roles>
<role>xts lead</role>
</roles>
<timezone>0</timezone>
</developer>
<developer>
<id>mark.little@jboss.com</id>
<name>Mark Little</name>
<email>mlittle@redhat.com</email>
<organization>JBoss</organization>
<organizationUrl>http://www.jboss.org/</organizationUrl>
<roles>
<role>JBoss CTO</role>
</roles>
<timezone>0</timezone>
</developer>
<developer>
<id>istudens@redhat.com</id>
<name>Ivo Studensky</name>
<email>istudens@redhat.com</email>
<organization>JBoss</organization>
<organizationUrl>http://www.jboss.org/</organizationUrl>
<roles>
<role>QA lead</role>
</roles>
<timezone>0</timezone>
</developer>
<developer>
<id>jhalliday</id>
<name>Jonathan Halliday</name>
<email>jonathan.halliday@redhat.com</email>
<organization>JBoss</organization>
<organizationUrl>http://www.jboss.org/</organizationUrl>
<timezone>0</timezone>
</developer>
<developer>
<id>adinn</id>
<name>Andrew Dinn</name>
<email>adinn@redhat.com</email>
<organization>JBoss</organization>
<organizationUrl>http://www.jboss.org/</organizationUrl>
<timezone>0</timezone>
</developer>
</developers>
<licenses>
<license>
<name>LGPL 2.1</name>
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
</license>
</licenses>
<scm>
<connection>scm:git:git@github.com:jbosstm/quickstart.git</connection>
<developerConnection>scm:git:git@github.com:jbosstm/quickstart.git</developerConnection>
<url>https://github.com/jbosstm/quickstart</url>
</scm>
<modules>
<module>ArjunaJTS</module>
<module>transactionaldriver</module>
<module>jca-and-tomcat</module>
<module>dbcp2-and-tomcat</module>
<module>jca-and-hibernate</module>
<module>jta-1_2-standalone</module>
<module>spring</module>
<module>ArjunaCore</module>
<module>ArjunaJTA</module>
<module>atsintegration</module>
<module>compensating-transactions</module>
<module>rts</module>
<module>XTS</module>
<module>wildfly/setCheckedActionFactoryExample</module>
<module>STM</module>
<module>jts-docker</module>
<!-- JBTM-3565 disable the osgi quickstart until it is fixed -->
<!-- module>karaf/osgi-jta</module-->
<module>jta-and-hibernate-standalone</module>
</modules>
<properties>
<modular.jdk.args></modular.jdk.args>
</properties>
<profiles>
<profile>
<id>jdk9</id>
<activation>
<jdk>[9,)</jdk>
</activation>
<properties>
<modular.jdk.args>--add-exports=java.base/sun.nio.ch=ALL-UNNAMED
--add-exports=jdk.unsupported/sun.reflect=ALL-UNNAMED
--add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED
--add-modules=java.se</modular.jdk.args>
</properties>
</profile>
<profile>
<id>include-for-JDK11-above-versions</id>
<activation>
<jdk>[11,)</jdk>
</activation>
<modules>
<module>jta-1_2-in-wildfly</module>
<module>wildfly/commit-markable-resource</module>
</modules>
</profile>
</profiles>
</project>