Skip to content

Commit 6fe3bd6

Browse files
authored
Examples artifacts should not be uploaded (#528)
Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
1 parent 15bd1a6 commit 6fe3bd6

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

examples/events/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>serverlessworkflow-examples</artifactId>
66
<version>8.0.0-SNAPSHOT</version>
77
</parent>
8-
<artifactId>events</artifactId>
8+
<artifactId>serverlessworkflow-examples-events</artifactId>
99
<dependencies>
1010
<dependency>
1111
<groupId>io.serverlessworkflow</groupId>

examples/simpleGet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>serverlessworkflow-examples</artifactId>
66
<version>8.0.0-SNAPSHOT</version>
77
</parent>
8-
<artifactId>simpleGet</artifactId>
8+
<artifactId>serverlessworkflow-examples-simpleGet</artifactId>
99
<dependencies>
1010
<dependency>
1111
<groupId>io.serverlessworkflow</groupId>

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
<module>api</module>
4141
<module>custom-generator</module>
4242
<module>impl</module>
43-
<module>examples</module>
4443
</modules>
4544

4645
<properties>

0 commit comments

Comments
 (0)