File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 120
120
<profiles >
121
121
<profile >
122
122
<id >sign</id >
123
- <activation >
124
- <property >
125
- <name >artifacts.sign</name >
126
- <value >true</value >
127
- </property >
128
- </activation >
129
123
<build >
130
124
<plugins >
131
125
<plugin >
132
126
<groupId >org.eclipse.cbi.maven.plugins</groupId >
133
127
<artifactId >eclipse-jarsigner-plugin</artifactId >
134
128
<version >1.4.3</version >
135
- <configuration >
136
- <resigningStrategy >DO_NOT_RESIGN</resigningStrategy >
137
- </configuration >
129
+ <executions >
130
+ <execution >
131
+ <id >sign</id >
132
+ <!-- Eclipse jar-signing must occur before GPG signing. -->
133
+ <phase >post-integration-test</phase >
134
+ <goals >
135
+ <goal >sign</goal >
136
+ </goals >
137
+ </execution >
138
+ </executions >
138
139
</plugin >
139
140
</plugins >
140
141
</build >
You can’t perform that action at this time.
0 commit comments