|
1 | 1 | <?xml version="1.0"?> |
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/xsd/maven-4.0.0.xsd"> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 4 |
|
4 | 5 | <modelVersion>4.0.0</modelVersion> |
5 | 6 |
|
6 | 7 | <parent> |
7 | | - <groupId>org.sonatype.oss</groupId> |
8 | | - <artifactId>oss-parent</artifactId> |
9 | | - <version>7</version> |
10 | | - <relativePath /> |
| 8 | + <groupId>org.exist-db</groupId> |
| 9 | + <artifactId>exist-apps-parent</artifactId> |
| 10 | + <version>1.0-SNAPSHOT</version> |
| 11 | + <relativePath/> |
11 | 12 | </parent> |
12 | 13 |
|
13 | 14 | <groupId>org.exist-db</groupId> |
|
24 | 25 | <url>http://exist-db.org</url> |
25 | 26 | </organization> |
26 | 27 |
|
27 | | - <licenses> |
| 28 | + <licenses> |
28 | 29 | <license> |
29 | 30 | <name>GNU Lesser General Public License, version 2.1</name> |
30 | 31 | <url>http://opensource.org/licenses/LGPL-2.1</url> |
|
33 | 34 | </licenses> |
34 | 35 |
|
35 | 36 | <scm> |
36 | | - <url>https://www.github.com/exist-db/documentation.git</url> |
| 37 | + <url>https://www.github.com/exist-db/documentation.git</url> |
37 | 38 | <connection>scm:git:https://www.github.com/exist-db/documentation.git</connection> |
38 | 39 | <developerConnection>scm:git:https://www.github.com/exist-db/documentation.git</developerConnection> |
39 | | - <tag>HEAD</tag> |
40 | | - </scm> |
41 | | - <issueManagement> |
42 | | - <system>GitHub</system> |
43 | | - <url>https://github.com/eXist-db/documentation/issues</url> |
44 | | - </issueManagement> |
| 40 | + </scm> |
| 41 | + <issueManagement> |
| 42 | + <system>GitHub</system> |
| 43 | + <url>https://github.com/eXist-db/documentation/issues</url> |
| 44 | + </issueManagement> |
45 | 45 |
|
46 | 46 | <properties> |
47 | 47 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
50 | 50 |
|
51 | 51 | <exist.version>3.5.0</exist.version> |
52 | 52 |
|
53 | | - <package-title>${project.name}</package-title> |
54 | 53 | <package-name>http://exist-db.org/apps/doc</package-name> |
55 | | - <package-abbrev>${project.artifactId}</package-abbrev> |
56 | | - <package-final-name>${project.artifactId}-${project.version}</package-final-name> |
57 | | - |
58 | | - <!-- other packages that the documentation links to; their `abbrev` must match their expath-pkg.xml --> |
59 | | - <dashboard-package-abbrev>dashboard</dashboard-package-abbrev> |
60 | | - <demo-package-abbrev>demo</demo-package-abbrev> |
61 | | - <fundocs-package-abbrev>fundocs</fundocs-package-abbrev> |
62 | | - <exide-package-abbrev>eXide</exide-package-abbrev> |
63 | | - <monex-package-abbrev>monex</monex-package-abbrev> |
64 | 54 | </properties> |
65 | 55 |
|
66 | | - <dependencies> |
67 | | - <dependency> |
68 | | - <groupId>org.exist-db</groupId> |
69 | | - <artifactId>exist-testkit</artifactId> |
70 | | - <version>${exist.version}</version> |
71 | | - <scope>test</scope> |
72 | | - </dependency> |
73 | | - <dependency> |
74 | | - <groupId>junit</groupId> |
75 | | - <artifactId>junit</artifactId> |
76 | | - <version>4.12</version> |
77 | | - <scope>test</scope> |
78 | | - </dependency> |
79 | | - </dependencies> |
80 | | - |
81 | 56 | <reporting> |
82 | | - <plugins> |
83 | | - <plugin> |
84 | | - <groupId>org.apache.maven.plugins</groupId> |
85 | | - <artifactId>maven-changes-plugin</artifactId> |
86 | | - <version>2.12.1</version> |
87 | | - <configuration> |
88 | | - <includeOpenIssues>false</includeOpenIssues> |
89 | | - <onlyMilestoneIssues>false</onlyMilestoneIssues> |
90 | | - <columnNames>Type, Summary</columnNames> |
91 | | - <outputDirectory>${project.basedir}</outputDirectory> |
92 | | - </configuration> |
93 | | - <reportSets> |
94 | | - <reportSet> |
95 | | - <reports> |
96 | | - <report>github-report</report> |
97 | | - </reports> |
98 | | - </reportSet> |
99 | | - </reportSets> |
100 | | - </plugin> |
101 | | - </plugins> |
| 57 | + <plugins> |
| 58 | + <plugin> |
| 59 | + <groupId>org.apache.maven.plugins</groupId> |
| 60 | + <artifactId>maven-changes-plugin</artifactId> |
| 61 | + <configuration> |
| 62 | + <includeOpenIssues>false</includeOpenIssues> |
| 63 | + <onlyMilestoneIssues>false</onlyMilestoneIssues> |
| 64 | + <columnNames>Type, Summary</columnNames> |
| 65 | + <outputDirectory>${project.basedir}</outputDirectory> |
| 66 | + </configuration> |
| 67 | + <reportSets> |
| 68 | + <reportSet> |
| 69 | + <reports> |
| 70 | + <report>github-report</report> |
| 71 | + </reports> |
| 72 | + </reportSet> |
| 73 | + </reportSets> |
| 74 | + </plugin> |
| 75 | + </plugins> |
102 | 76 | </reporting> |
103 | 77 |
|
104 | 78 | <build> |
|
120 | 94 | </resources> |
121 | 95 |
|
122 | 96 | <plugins> |
123 | | - <plugin> |
124 | | - <groupId>com.mycila</groupId> |
125 | | - <artifactId>license-maven-plugin</artifactId> |
126 | | - <version>3.0</version> |
127 | | - <configuration> |
128 | | - <header>GPL2.1-template.txt</header> |
129 | | - <failIfMissing>true</failIfMissing> |
130 | | - <aggregate>true</aggregate> |
131 | | - <strictCheck>true</strictCheck> |
132 | | - <properties> |
133 | | - <owner>${project.organization.name}</owner> |
134 | | - <organisation>${project.organization.name}</organisation> |
135 | | - |
136 | | - <url>${project.organization.url}</url> |
137 | | - </properties> |
138 | | - <headerDefinitions> |
139 | | - <headerDefinition>xquery-license-style.xml</headerDefinition> |
140 | | - </headerDefinitions> |
141 | | - <mapping> |
142 | | - <xq>xquery_style</xq> |
143 | | - <xqm>xquery_style</xqm> |
144 | | - <xql>xquery_style</xql> |
145 | | - <xconf>xml_style</xconf> |
146 | | - </mapping> |
147 | | - <excludes> |
148 | | - <exclude>pom.xml</exclude> |
149 | | - <exclude>README.md</exclude> |
150 | | - <exclude>LICENSE</exclude> |
151 | | - <exclude>xquery-license-style.xml</exclude> |
152 | | - <exclude>xar-assembly.xml</exclude> |
153 | | - <exclude>**/*.ent</exclude> |
154 | | - </excludes> |
155 | | - </configuration> |
156 | | - </plugin> |
| 97 | + |
157 | 98 | <plugin> |
158 | 99 | <groupId>org.codehaus.mojo</groupId> |
159 | 100 | <artifactId>xml-maven-plugin</artifactId> |
160 | | - <version>1.0.1</version> |
161 | 101 | <executions> |
162 | 102 | <execution> |
163 | 103 | <phase>validate</phase> |
|
180 | 120 | </validationSets> |
181 | 121 | </configuration> |
182 | 122 | </plugin> |
183 | | - <plugin> |
184 | | - <groupId>org.apache.maven.plugins</groupId> |
185 | | - <artifactId>maven-compiler-plugin</artifactId> |
186 | | - <version>3.6.1</version> |
187 | | - <configuration> |
188 | | - <source>${project.build.source}</source> |
189 | | - <target>${project.build.target}</target> |
190 | | - <encoding>${project.build.sourceEncoding}</encoding> |
191 | | - </configuration> |
192 | | - <executions> |
193 | | - <execution> |
194 | | - <phase>compile</phase> |
195 | | - <goals> |
196 | | - <goal>compile</goal> |
197 | | - </goals> |
198 | | - </execution> |
199 | | - </executions> |
200 | | - </plugin> |
201 | | - <plugin> |
202 | | - <groupId>com.code54.mojo</groupId> |
203 | | - <artifactId>buildversion-plugin</artifactId> |
204 | | - <version>1.0.3</version> |
205 | | - <executions> |
206 | | - <execution> |
207 | | - <phase>validate</phase> |
208 | | - <goals> |
209 | | - <goal>set-properties</goal> |
210 | | - </goals> |
211 | | - </execution> |
212 | | - </executions> |
213 | | - </plugin> |
214 | | - <plugin> |
215 | | - <groupId>org.apache.maven.plugins</groupId> |
216 | | - <artifactId>maven-jar-plugin</artifactId> |
217 | | - <version>3.0.2</version> |
218 | | - <configuration> |
219 | | - <archive> |
220 | | - <manifestEntries> |
221 | | - <Build-Tag>${build-tag}</Build-Tag> |
222 | | - <Git-Commit>${build-commit}</Git-Commit> |
223 | | - <Git-Commit-Abbrev>${build-commit-abbrev}</Git-Commit-Abbrev> |
224 | | - <Build-Version>${build-version}</Build-Version> |
225 | | - <Build-Timestamp>${build-tstamp}</Build-Timestamp> |
226 | | - <Source-Repository>${project.scm.connection}</Source-Repository> |
227 | | - <Description>${project.description}</Description> |
228 | | - <Implementation-URL>${project.url}</Implementation-URL> |
229 | | - </manifestEntries> |
230 | | - </archive> |
231 | | - </configuration> |
232 | | - </plugin> |
233 | 123 | <plugin> |
234 | 124 | <groupId>ro.kuberam.maven.plugins</groupId> |
235 | 125 | <artifactId>kuberam-expath-plugin</artifactId> |
236 | | - <version>0.4.9</version> |
237 | 126 | <executions> |
238 | 127 | <execution> |
239 | 128 | <id>create-xar</id> |
|
248 | 137 | </execution> |
249 | 138 | </executions> |
250 | 139 | </plugin> |
251 | | - <plugin> |
252 | | - <!-- Attach source jars --> |
253 | | - <groupId>org.apache.maven.plugins</groupId> |
254 | | - <artifactId>maven-source-plugin</artifactId> |
255 | | - <version>3.0.1</version> |
256 | | - <configuration> |
257 | | - <archive> |
258 | | - <manifest> |
259 | | - <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> |
260 | | - <addDefaultImplementationEntries>true</addDefaultImplementationEntries> |
261 | | - </manifest> |
262 | | - <manifestEntries> |
263 | | - <Build-Tag>${build-tag}</Build-Tag> |
264 | | - <Git-Commit>${build-commit}</Git-Commit> |
265 | | - <Git-Commit-Abbrev>${build-commit-abbrev}</Git-Commit-Abbrev> |
266 | | - <Build-Version>${build-version}</Build-Version> |
267 | | - <Build-Timestamp>${build-tstamp}</Build-Timestamp> |
268 | | - <Source-Repository>${project.scm.connection}</Source-Repository> |
269 | | - <Description>${project.description}</Description> |
270 | | - <Implementation-URL>${project.url}</Implementation-URL> |
271 | | - </manifestEntries> |
272 | | - </archive> |
273 | | - </configuration> |
274 | | - <executions> |
275 | | - <execution> |
276 | | - <id>attach-sources</id> |
277 | | - <phase>verify</phase> |
278 | | - <goals> |
279 | | - <goal>jar</goal> |
280 | | - </goals> |
281 | | - </execution> |
282 | | - </executions> |
283 | | - </plugin> |
284 | 140 | <plugin> |
285 | 141 | <groupId>org.apache.maven.plugins</groupId> |
286 | 142 | <artifactId>maven-gpg-plugin</artifactId> |
287 | | - <version>1.6</version> |
288 | 143 | <configuration> |
289 | 144 | <useAgent>true</useAgent> |
290 | 145 | </configuration> |
291 | 146 | </plugin> |
292 | 147 | <plugin> |
293 | 148 | <groupId>org.apache.maven.plugins</groupId> |
294 | 149 | <artifactId>maven-release-plugin</artifactId> |
295 | | - <version>2.5.3</version> |
296 | 150 | <configuration> |
297 | | - <mavenExecutorId>forked-path</mavenExecutorId> <!-- avoid a bug with GPG plugin hanging http://jira.codehaus.org/browse/MGPG-9 --> |
| 151 | + <mavenExecutorId>forked-path |
| 152 | + </mavenExecutorId> <!-- avoid a bug with GPG plugin hanging http://jira.codehaus.org/browse/MGPG-9 --> |
298 | 153 | <autoVersionSubmodules>true</autoVersionSubmodules> |
299 | 154 | <tagNameFormat>@{project.version}</tagNameFormat> |
300 | 155 | </configuration> |
|
0 commit comments