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

Commit 539a10a

Browse files
author
Emmanuel Hugonnet
committed
Dependencies are signed
git-svn-id: https://www.silverpeas.org/svn/silverpeas/services/office-online/trunk@693 a8e77078-a1c7-4fa5-b8fc-53c5178a176c
1 parent 45b7fde commit 539a10a

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

pom.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
<dependency>
3535
<groupId>org.slf4j</groupId>
3636
<artifactId>slf4j-api</artifactId>
37+
</dependency>
38+
<dependency>
39+
<groupId>org.slf4j</groupId>
40+
<artifactId>jcl-over-slf4j</artifactId>
3741
</dependency>
3842
<dependency>
3943
<groupId>org.slf4j</groupId>
@@ -80,6 +84,15 @@
8084
<goal>sign</goal>
8185
</goals>
8286
</execution>
87+
<execution>
88+
<id>SigningDependencies</id>
89+
<goals>
90+
<goal>sign</goal>
91+
</goals>
92+
<configuration>
93+
<archiveDirectory>${project.build.directory}/dependency</archiveDirectory>
94+
</configuration>
95+
</execution>
8396
</executions>
8497
<configuration>
8598
<alias>Silverpeas</alias>
@@ -88,8 +101,23 @@
88101
<storepass>${silverpeas.storepass}</storepass>
89102
<verbose>true</verbose>
90103
<keypass>${silverpeas.storepass}</keypass>
104+
<removeExistingSignatures>true</removeExistingSignatures>
91105
</configuration>
92106
</plugin>
107+
<plugin>
108+
<artifactId>maven-dependency-plugin</artifactId>
109+
<executions>
110+
<execution>
111+
<id>Dependencies</id>
112+
<goals>
113+
<goal>copy-dependencies</goal>
114+
</goals>
115+
<configuration>
116+
<includeScope>runtime</includeScope>
117+
</configuration>
118+
</execution>
119+
</executions>
120+
</plugin>
93121
</plugins>
94122
</build>
95123
</profile>

0 commit comments

Comments
 (0)