File tree Expand file tree Collapse file tree 2 files changed +8
-47
lines changed Expand file tree Collapse file tree 2 files changed +8
-47
lines changed Original file line number Diff line number Diff line change 137
137
</execution >
138
138
</executions >
139
139
</plugin >
140
-
141
- <!-- Signing -->
142
- <plugin >
143
- <groupId >org.apache.maven.plugins</groupId >
144
- <artifactId >maven-gpg-plugin</artifactId >
145
- <version >${version.maven.plugin.gpg} </version >
146
- <executions >
147
- <execution >
148
- <id >sign-artifacts</id >
149
- <phase >verify</phase >
150
- <goals >
151
- <goal >sign</goal >
152
- </goals >
153
- </execution >
154
- </executions >
155
- </plugin >
156
-
157
- <!-- Sources JAR -->
158
- <plugin >
159
- <groupId >org.apache.maven.plugins</groupId >
160
- <artifactId >maven-source-plugin</artifactId >
161
- <version >${version.maven.plugin.source} </version >
162
- <executions >
163
- <execution >
164
- <id >attach-sources</id >
165
- <goals >
166
- <goal >jar</goal >
167
- </goals >
168
- </execution >
169
- </executions >
170
- </plugin >
171
-
172
- <!-- Javadoc JAR -->
173
- <plugin >
174
- <groupId >org.apache.maven.plugins</groupId >
175
- <artifactId >maven-javadoc-plugin</artifactId >
176
- <version >${version.maven.plugin.javadoc} </version >
177
- <executions >
178
- <execution >
179
- <id >attach-javadocs</id >
180
- <goals >
181
- <goal >jar</goal >
182
- </goals >
183
- </execution >
184
- </executions >
185
- </plugin >
186
-
187
140
</plugins >
188
141
</build >
189
142
Original file line number Diff line number Diff line change 383
383
384
384
<profiles >
385
385
386
+ <profile >
387
+ <id >release</id >
388
+ <activation >
389
+ <activeByDefault >false</activeByDefault >
390
+ </activation >
391
+ </profile >
392
+
393
+
386
394
<profile >
387
395
<id >test_local</id >
388
396
<properties >
You can’t perform that action at this time.
0 commit comments