-
Notifications
You must be signed in to change notification settings - Fork 2
/
pom.xml
323 lines (301 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
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2000 - 2024 Silverpeas
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
As a special exception to the terms and conditions of version 3.0 of
the GPL, you may redistribute this Program in connection with Free/Libre
Open Source Software ("FLOSS") applications as described in Silverpeas's
FLOSS exception. You should have received a copy of the text describing
the FLOSS exception, and it is also available here:
"https://www.silverpeas.org/docs/core/legal/floss_exception.html"
This program 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 Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<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>org.silverpeas</groupId>
<artifactId>silverpeas-project</artifactId>
<version>1.7-build241218</version>
</parent>
<artifactId>silverpeas-website</artifactId>
<version>6.4.2</version>
<packaging>pom</packaging>
<name>Silverpeas Project Web Site</name>
<url>https://www.silverpeas.org</url>
<description>
Silverpeas is a Collaborative and Social Web Portal useful to build an Intranet and an Extranet.
Silverpeas offers about 30 different applications permitting to the user to manage and to organize a large variety of contents.
A collaborative bus and a social network engine facilitate the collaboration and the content sharing between the users themselves.
</description>
<repositories>
<repository>
<id>Silverpeas</id>
<layout>default</layout>
<name>Silverpeas Repository</name>
<url>https://www.silverpeas.org/nexus/content/groups/silverpeas</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>Silverpeas</id>
<name>Silverpeas Maven 3.x Repository</name>
<url>https://www.silverpeas.org/nexus/content/groups/silverpeas</url>
</pluginRepository>
</pluginRepositories>
<distributionManagement>
<site>
<id>silverpeas_repository</id>
<url>scp://www.silverpeas.org/var/www/</url>
</site>
</distributionManagement>
<ciManagement>
<system>Jenkins</system>
<url>http://integration.silverpeas.org/jenkins</url>
</ciManagement>
<scm>
<connection>scm:git:[email protected]:Silverpeas/A_SILVERPEAS_PROJECT.git</connection>
<developerConnection>scm:git:[email protected]:Silverpeas/A_SILVERPEAS_PROJECT.git</developerConnection>
<url>https://github.com/Silverpeas</url>
</scm>
<mailingLists>
<mailingList>
<name>Silverpeas Users List</name>
<subscribe>mailto:[email protected]</subscribe>
<unsubscribe>mailto:[email protected]</unsubscribe>
<archive>https://groups.google.com/group/silverpeas-users</archive>
</mailingList>
<mailingList>
<name>Silverpeas Development List</name>
<subscribe>mailto:[email protected]</subscribe>
<unsubscribe>mailto:[email protected]</unsubscribe>
<archive>https://groups.google.com/group/silverpeas-dev</archive>
</mailingList>
</mailingLists>
<issueManagement>
<system>Redmine</system>
<url>https://tracker.silverpeas.org</url>
</issueManagement>
<licenses>
<license>
<name>GNU Affero General Public License with FLOSS Exception</name>
<distribution>repo</distribution>
<url>https://www.silverpeas.org/legal/gnu_affero.html</url>
</license>
</licenses>
<developers>
<developer>
<id>mmoquillon</id>
<name>Miguel Moquillon</name>
<roles>
<role>Software Architect</role>
<role>Developer</role>
</roles>
<organization>Silverpeas</organization>
<organizationUrl>https://www.silverpeas.org</organizationUrl>
<email>[email protected]</email>
</developer>
<developer>
<id>neysseric</id>
<name>Nicolas Eysseric</name>
<email>[email protected]</email>
<roles>
<role>Product Manager</role>
<role>Developer</role>
</roles>
<organization>Silverpeas</organization>
<organizationUrl>https://www.silverpeas.org</organizationUrl>
</developer>
<developer>
<id>aallibe</id>
<name>Aurore Allibe</name>
<email>[email protected]</email>
<roles>
<role>Web Designer</role>
</roles>
<organization>Silverpeas</organization>
<organizationUrl>https://www.silverpeas.org</organizationUrl>
</developer>
<developer>
<id>ychastagnier</id>
<name>Yohann Chastagnier</name>
<email>[email protected]</email>
<roles>
<role>Developer</role>
</roles>
<organization>Silverpeas</organization>
<organizationUrl>https://www.silverpeas.org</organizationUrl>
</developer>
<developer>
<id>svuillet</id>
<name>Sébastien Vuillet</name>
<email>[email protected]</email>
<roles>
<role>Support</role>
<role>Mobile Developer</role>
</roles>
<organization>Silverpeas</organization>
<organizationUrl>https://www.silverpeas.org</organizationUrl>
</developer>
<developer>
<id>dlesimple</id>
<name>David Lesimple</name>
<email>[email protected]</email>
<roles>
<role>Support</role>
<role>System Administrator</role>
</roles>
<organization>Silverpeas</organization>
<organizationUrl>https://www.silverpeas.org</organizationUrl>
</developer>
</developers>
<contributors>
<contributor>
<name>Emmanuel Hugonnet</name>
<roles>
<role>Developer</role>
<role>Support</role>
</roles>
<organization>RedHat</organization>
<organizationUrl>https://www.redhat.com</organizationUrl>
</contributor>
<contributor>
<name>Etienne Bonnet</name>
<roles>
<role>Developer</role>
<role>Evangelist</role>
</roles>
<organization>Thales Services</organization>
<organizationUrl>https://www.thalesgroup.com</organizationUrl>
</contributor>
<contributor>
<name>Cécile Bonin</name>
<roles>
<role>Developer</role>
<role>Support</role>
</roles>
<organization>Xerox</organization>
<organizationUrl>https://www.xerox.fr/</organizationUrl>
</contributor>
<contributor>
<name>Umar Raad</name>
<roles>
<role>German translator</role>
</roles>
</contributor>
<contributor>
<name>Ludovic Bertin</name>
<roles>
<role>Project Manager</role>
<role>Developer</role>
</roles>
<organization>AIM Services</organization>
<organizationUrl>https://www.aim-services.ch</organizationUrl>
</contributor>
<contributor>
<name>Nicolas Dupont</name>
<roles>
<role>Developer</role>
</roles>
<organization>Oosphere</organization>
<organizationUrl>https://www.oosphere.ch</organizationUrl>
</contributor>
<contributor>
<name>Rémi Pace</name>
<roles>
<role>Developer</role>
</roles>
</contributor>
<contributor>
<name>Tyler Ramsbey</name>
<roles>
<role>Penetration Tester</role>
</roles>
</contributor>
</contributors>
<build>
<resources>
<resource>
<directory>src/site/resources</directory>
<includes>
<include>index.html</include>
</includes>
<filtering>true</filtering>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-xhtml5</artifactId>
<version>1.11.1</version>
</dependency>
</dependencies>
<executions>
<execution>
<id>attach-descriptor</id>
<goals>
<goal>attach-descriptor</goal>
</goals>
</execution>
</executions>
<configuration>
<relativizeDecorationLinks>false</relativizeDecorationLinks>
<generateSitemap>true</generateSitemap>
</configuration>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.1.2</version>
<reportSets>
<reportSet>
<reports>
<report>summary</report>
<report>team</report>
<report>mailing-lists</report>
<report>issue-management</report>
<report>scm</report>
<report>ci-management</report>
</reports>
</reportSet>
</reportSets>
<configuration>
<dependencyDetailsEnabled>false</dependencyDetailsEnabled>
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
</configuration>
</plugin>
</plugins>
</reporting>
<properties>
<!-- versions of the Silverpeas installer -->
<installer_stable_version>6.4.2</installer_stable_version>
<installer_izpack_version>6.4.2</installer_izpack_version>
<installer_build_version>6.5-build250106</installer_build_version>
<!-- versions of Wildfly used by both the current stable version and the build versions of Silverpeas -->
<current_wildfly_release>26</current_wildfly_release>
<current_wildfly_version>26.1.3</current_wildfly_version>
<next_wildfly_release>26</next_wildfly_release>
<next_wildfly_version>26.1.3</next_wildfly_version>
</properties>
</project>