File tree Expand file tree Collapse file tree 1 file changed +18
-8
lines changed Expand file tree Collapse file tree 1 file changed +18
-8
lines changed Original file line number Diff line number Diff line change 277
277
<publishingServerId >central</publishingServerId >
278
278
<autoPublish >true</autoPublish >
279
279
<waitUntil >published</waitUntil >
280
+ <excludeArtifacts >
281
+ <excludeArtifact >serverlessworkflow-examples-events</excludeArtifact >
282
+ <excludeArtifact >serverlessworkflow-examples-simpleGet</excludeArtifact >
283
+ </excludeArtifacts >
280
284
</configuration >
281
285
</plugin >
282
286
<!-- Set properties containing the scm revision -->
443
447
<groupId >org.apache.maven.plugins</groupId >
444
448
<artifactId >maven-source-plugin</artifactId >
445
449
<version >${version.source.plugin} </version >
446
- <executions >
447
- <execution >
448
- <id >attach-sources</id >
449
- <goals >
450
- <goal >jar-no-fork</goal >
451
- </goals >
452
- </execution >
453
- </executions >
454
450
<configuration >
455
451
<archive >
456
452
<index >true</index >
596
592
<id >release</id >
597
593
<build >
598
594
<plugins >
595
+ <plugin >
596
+ <groupId >org.apache.maven.plugins</groupId >
597
+ <artifactId >maven-source-plugin</artifactId >
598
+ <version >${version.source.plugin} </version >
599
+ <executions >
600
+ <execution >
601
+ <id >attach-sources</id >
602
+ <phase >package</phase >
603
+ <goals >
604
+ <goal >jar-no-fork</goal >
605
+ </goals >
606
+ </execution >
607
+ </executions >
608
+ </plugin >
599
609
<plugin >
600
610
<groupId >org.apache.maven.plugins</groupId >
601
611
<artifactId >maven-gpg-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments