Skip to content

Commit e3865d4

Browse files
chore: remove examples from release (#955)
Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
1 parent 6fefc60 commit e3865d4

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

examples/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<groupId>io.serverlessworkflow</groupId>
55
<artifactId>serverlessworkflow-parent</artifactId>
66
<version>8.0.0-SNAPSHOT</version>
7+
<relativePath>../pom.xml</relativePath>
78
</parent>
89
<name>Serverless Workflow :: Examples</name>
910
<artifactId>serverlessworkflow-examples</artifactId>

pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,6 @@
276276
<publishingServerId>central</publishingServerId>
277277
<autoPublish>true</autoPublish>
278278
<waitUntil>published</waitUntil>
279-
<excludeArtifacts>
280-
<excludeArtifact>serverlessworkflow-examples-events</excludeArtifact>
281-
<excludeArtifact>serverlessworkflow-examples-simpleGet</excludeArtifact>
282-
</excludeArtifacts>
283279
</configuration>
284280
</plugin>
285281
<!-- Set properties containing the scm revision -->
@@ -472,7 +468,8 @@
472468
<artifactId>maven-release-plugin</artifactId>
473469
<version>${version.release.plugin}</version>
474470
<configuration>
475-
<preparationGoals>clean install</preparationGoals>
471+
<preparationGoals>clean install -DperformRelease</preparationGoals>
472+
<arguments>-Prelease -DperformRelease</arguments>
476473
<autoVersionSubmodules>true</autoVersionSubmodules>
477474
<tagNameFormat>@{project.version}</tagNameFormat>
478475
<pushChanges>false</pushChanges>

0 commit comments

Comments
 (0)