File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 82
82
<id >signing</id >
83
83
<build >
84
84
<plugins >
85
+ <plugin >
86
+ <groupId >org.apache.maven.plugins</groupId >
87
+ <artifactId >maven-jar-plugin</artifactId >
88
+ <configuration >
89
+ <archive >
90
+ <index >true</index >
91
+ <manifest >
92
+ <addClasspath >true</addClasspath >
93
+ <addDefaultImplementationEntries >true</addDefaultImplementationEntries >
94
+ <addDefaultSpecificationEntries >true</addDefaultSpecificationEntries >
95
+ </manifest >
96
+ <manifestEntries >
97
+ <Permissions >all-permissions</Permissions >
98
+ </manifestEntries >
99
+ </archive >
100
+ </configuration >
101
+ </plugin >
85
102
<plugin >
86
103
<artifactId >maven-jarsigner-plugin</artifactId >
87
104
<executions >
98
115
</goals >
99
116
<configuration >
100
117
<archiveDirectory >${project.build.directory} /dependency</archiveDirectory >
101
- <removeExistingSignatures >true</removeExistingSignatures >
118
+ <removeExistingSignatures >true</removeExistingSignatures >
102
119
</configuration >
103
120
</execution >
104
121
<execution >
You can’t perform that action at this time.
0 commit comments