forked from xwiki-attic/application-confluence-migrator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpom.xml
146 lines (144 loc) · 5.93 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
<?xml version="1.0" encoding="UTF-8"?>
<!--
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This software is distributed in the hope that it will be useful,
* but WITHOUT ANY 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 along with this software; if not, write to the Free
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.xwiki.parent</groupId>
<artifactId>xwikisas-parent-platform</artifactId>
<version>9.11-5</version>
</parent>
<groupId>com.xwiki.confluence</groupId>
<artifactId>application-confluence-migrator</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Confluence Migrator Application - Parent POM</name>
<description>Migrates content from Confluence to XWiki</description>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/xwikisas/application-confluence-migrator/issues</url>
</issueManagement>
<scm>
<connection>scm:git:git://github.com/xwikisas/application-confluence-migrator.git</connection>
<developerConnection>scm:git:[email protected]:xwikisas/application-confluence-migrator.git</developerConnection>
<url>https://github.com/xwikisas/application-confluence-migrator/tree/master</url>
<tag>HEAD</tag>
</scm>
<properties>
<licensing.version>1.16.1</licensing.version>
<confluence.xml.version>9.8</confluence.xml.version>
<nestedpages.migrator.version>0.7</nestedpages.migrator.version>
<pro.macros.version>1.0</pro.macros.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-model</artifactId>
<version>${platform.version}</version>
</dependency>
<dependency>
<groupId>org.xwiki.commons</groupId>
<artifactId>xwiki-commons-filter-api</artifactId>
<version>${commons.version}</version>
</dependency>
<dependency>
<groupId>org.xwiki.commons</groupId>
<artifactId>xwiki-commons-filter-xml</artifactId>
<version>${commons.version}</version>
</dependency>
<dependency>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-query-manager</artifactId>
<version>${platform.version}</version>
</dependency>
<dependency>
<groupId>org.xwiki.rendering</groupId>
<artifactId>xwiki-rendering-wikimodel</artifactId>
<version>${rendering.version}</version>
</dependency>
<dependency>
<groupId>org.xwiki.rendering</groupId>
<artifactId>xwiki-rendering-syntax-xwiki21</artifactId>
<version>${rendering.version}</version>
</dependency>
<dependency>
<groupId>org.xwiki.rendering</groupId>
<artifactId>xwiki-rendering-syntax-xhtml</artifactId>
<version>${rendering.version}</version>
</dependency>
<dependency>
<groupId>org.xwiki.rendering</groupId>
<artifactId>xwiki-rendering-syntax-plain</artifactId>
<version>${rendering.version}</version>
</dependency>
<dependency>
<groupId>org.xwiki.rendering</groupId>
<artifactId>xwiki-rendering-syntax-wikimodel</artifactId>
<version>${rendering.version}</version>
</dependency>
<dependency>
<groupId>org.xwiki.rendering</groupId>
<artifactId>xwiki-rendering-macro-message</artifactId>
<version>${rendering.version}</version>
</dependency>
<dependency>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-filter-event-model</artifactId>
<version>${platform.version}</version>
</dependency>
<dependency>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-tree-webjar</artifactId>
<version>${platform.version}</version>
</dependency>
<dependency>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-webjars-api</artifactId>
<version>${platform.version}</version>
</dependency>
<dependency>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-security-script</artifactId>
<version>${platform.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<modules>
<module>application-confluence-migrator-ui</module>
</modules>
<!-- Even though this repository is already declared in the parent POM, we still explicitly redeclare it for
convenience. This makes it simpler to build this project without having to declare this repository in one's own
Maven settings.xml file. In the future We may decide to remove this in the future and make it a rule to have the
XWiki SAS Nexus repository in one's settings.xml -->
<repositories>
<repository>
<id>public-store-releases</id>
<name>XWiki SAS Public Store Repository for Releases</name>
<url>https://nexus.xwiki.com/nexus/content/repositories/public-store-releases/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
</project>