This repository was archived by the owner on Sep 17, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change
1
+ /target /
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.silverpeas</groupId >
6
6
<artifactId >parent</artifactId >
7
- <version >16 -SNAPSHOT</version >
7
+ <version >19 -SNAPSHOT</version >
8
8
</parent >
9
-
10
9
<scm >
11
- <connection >scm:svn:https://www.silverpeas.org/svn/silverpeas/services/office-online/trunk </connection >
12
- <developerConnection >scm:svn:https://www.silverpeas.org/svn/silverpeas/services/office-online/trunk </developerConnection >
13
- <url >https://www.silverpeas.org/svn/silverpeas/services/office-online/trunk </url >
10
+ <connection >scm:git:git@github.com:Silverpeas/OfficeOnline.git </connection >
11
+ <developerConnection >scm:git:git@github.com:Silverpeas/OfficeOnline.git </developerConnection >
12
+ <url >https://github.com/Silverpeas/OfficeOnline </url >
14
13
</scm >
15
14
16
15
<groupId >com.silverpeas.services</groupId >
95
94
</goals >
96
95
<configuration >
97
96
<archiveDirectory >${project.build.directory} /dependency</archiveDirectory >
97
+ <removeExistingSignatures >true</removeExistingSignatures >
98
98
</configuration >
99
99
</execution >
100
+ <execution >
101
+ <id >verify</id >
102
+ <goals >
103
+ <goal >verify</goal >
104
+ </goals >
105
+ </execution >
100
106
</executions >
101
107
<configuration >
102
108
<alias >silverpeas</alias >
You can’t perform that action at this time.
0 commit comments