This repository was archived by the owner on Sep 17, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 34
34
<dependency >
35
35
<groupId >org.slf4j</groupId >
36
36
<artifactId >slf4j-api</artifactId >
37
+ </dependency >
38
+ <dependency >
39
+ <groupId >org.slf4j</groupId >
40
+ <artifactId >jcl-over-slf4j</artifactId >
37
41
</dependency >
38
42
<dependency >
39
43
<groupId >org.slf4j</groupId >
80
84
<goal >sign</goal >
81
85
</goals >
82
86
</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 >
83
96
</executions >
84
97
<configuration >
85
98
<alias >Silverpeas</alias >
88
101
<storepass >${silverpeas.storepass} </storepass >
89
102
<verbose >true</verbose >
90
103
<keypass >${silverpeas.storepass} </keypass >
104
+ <removeExistingSignatures >true</removeExistingSignatures >
91
105
</configuration >
92
106
</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 >
93
121
</plugins >
94
122
</build >
95
123
</profile >
You can’t perform that action at this time.
0 commit comments