forked from jbosstm/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
246 lines (246 loc) · 10.5 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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
<?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. ([email protected]) -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.narayana.documentation</groupId>
<artifactId>narayana-documentation</artifactId>
<version>5.11.2.Final-SNAPSHOT-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>
<developers>
<developer>
<id>nmcl</id>
<name>Mark Little</name>
<email>[email protected]</email>
<organization>JBoss</organization>
<organizationUrl>http://www.jboss.org/</organizationUrl>
<roles>
<role>JBoss CTO</role>
</roles>
<timezone>0</timezone>
</developer>
<developer>
<id>tomjenkinson</id>
<name>Tom Jenkinson</name>
<email>[email protected]</email>
<organization>JBoss</organization>
<organizationUrl>http://www.jboss.org/</organizationUrl>
<roles>
<role>project lead</role>
</roles>
<timezone>0</timezone>
</developer>
<developer>
<id>paulrobinson</id>
<name>Paul Robinson</name>
<email>[email protected]</email>
<organization>JBoss</organization>
<organizationUrl>http://www.jboss.org/</organizationUrl>
<roles>
<role>xts lead</role>
</roles>
<timezone>0</timezone>
</developer>
<developer>
<id>mmusgrov</id>
<name>Michael Musgrove</name>
<email>[email protected]</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>[email protected]</email>
<organization>JBoss</organization>
<organizationUrl>http://www.jboss.org/</organizationUrl>
<roles>
<role>Core Developer</role>
</roles>
<timezone>0</timezone>
</developer>
<developer>
<id>istudens</id>
<name>Ivo Studensky</name>
<email>[email protected]</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>[email protected]</email>
<organization>JBoss</organization>
<organizationUrl>http://www.jboss.org/</organizationUrl>
<timezone>0</timezone>
</developer>
<developer>
<id>adinn</id>
<name>Andrew Dinn</name>
<email>[email protected]</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:[email protected]:jbosstm/narayana.git</connection>
<developerConnection>scm:git:[email protected]:jbosstm/narayana.git</developerConnection>
<url>https://github.com/jbosstm/narayana</url>
</scm>
<pluginRepositories>
<pluginRepository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Repository Group</name>
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
<repositories>
<repository>
<id>jboss-thirdparty-releases-repository</id>
<name>JBoss Thirdparty Release Repository</name>
<url>https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/</url>
</repository>
<repository>
<id>jboss-releases-repository</id>
<name>JBoss Release Repository</name>
<url>https://repository.jboss.org/nexus/content/repositories/releases/</url>
</repository>
</repositories>
<distributionManagement>
<snapshotRepository>
<id>jboss-snapshots-repository</id>
<name>JBoss Snapshot Repository</name>
<url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-jdocbook-plugin</artifactId>
<version>${version.maven-jdocbook-plugin}</version>
<extensions>true</extensions>
<dependencies>
<dependency>
<groupId>org.jboss.pressgang</groupId>
<artifactId>pressgang-xslt-ns</artifactId>
<version>${version.org.jboss.pressgang}</version>
</dependency>
<dependency>
<groupId>org.jboss.pressgang</groupId>
<artifactId>pressgang-jdocbook-style</artifactId>
<type>jdocbook-style</type>
<version>${version.org.jboss.pressgang}</version>
</dependency>
<dependency>
<groupId>net.sf.docbook</groupId>
<artifactId>docbook-xsl</artifactId>
<version>1.79.1</version>
<type>pom</type>
</dependency>
</dependencies>
<configuration>
<sourceDirectory>${project.basedir}</sourceDirectory>
<sourceDocumentName>${docname}.xml</sourceDocumentName>
<masterTranslation>en-US</masterTranslation>
<imageResource>
<directory>${project.basedir}/en-US</directory>
<includes>
<include>images/*.png</include>
</includes>
</imageResource>
<formats>
<format>
<formatName>html_single</formatName>
<stylesheetResource>classpath:/xslt/org/jboss/pressgang/xhtml-single.xsl
</stylesheetResource>
<finalName>index.html</finalName>
</format>
</formats>
<options>
<xmlTransformerType>saxon</xmlTransformerType>
<xincludeSupported>true</xincludeSupported>
<docbookVersion>${docbookVersion}</docbookVersion>
<useRelativeImageUris>true</useRelativeImageUris>
</options>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<properties>
<maven.build.timestamp.format>yyyy/MMM/dd HH:mm</maven.build.timestamp.format>
<buildproperty.date>${maven.build.timestamp}</buildproperty.date>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<html.googleAnalyticsId>UA-25576080-1</html.googleAnalyticsId>
<docbookVersion>1.72.0</docbookVersion>
<version.maven-jdocbook-plugin>2.3.5</version.maven-jdocbook-plugin>
<version.org.jboss.pressgang>3.1.2</version.org.jboss.pressgang>
</properties>
<modules>
<module>product</module>
<module>project</module>
</modules>
<profiles>
<profile>
<id>release</id>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-jdocbook-plugin</artifactId>
<configuration>
<options>
<transformerParameters>
<html.googleAnalyticsId>${html.googleAnalyticsId}</html.googleAnalyticsId>
</transformerParameters>
</options>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</profile>
</profiles>
</project>