Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit a109b67

Browse files
committed
Updating pom for git
1 parent 955b634 commit a109b67

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target/

pom.xml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44
<parent>
55
<groupId>com.silverpeas</groupId>
66
<artifactId>parent</artifactId>
7-
<version>16-SNAPSHOT</version>
7+
<version>19-SNAPSHOT</version>
88
</parent>
9-
109
<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>
1413
</scm>
1514

1615
<groupId>com.silverpeas.services</groupId>
@@ -95,8 +94,15 @@
9594
</goals>
9695
<configuration>
9796
<archiveDirectory>${project.build.directory}/dependency</archiveDirectory>
97+
<removeExistingSignatures>true</removeExistingSignatures>
9898
</configuration>
9999
</execution>
100+
<execution>
101+
<id>verify</id>
102+
<goals>
103+
<goal>verify</goal>
104+
</goals>
105+
</execution>
100106
</executions>
101107
<configuration>
102108
<alias>silverpeas</alias>

0 commit comments

Comments
 (0)