Skip to content

Commit 2888f32

Browse files
authored
fix(maven): fix maven build (#17)
1 parent 232ba26 commit 2888f32

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

modules/examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<relativePath>../..</relativePath>
1111
</parent>
1212

13-
<artifactId>vpc-examples</artifactId>
13+
<artifactId>is-examples</artifactId>
1414
<packaging>jar</packaging>
1515
<name>IBM Cloud VPC Code Examples</name>
1616

pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
<module>modules/vpc</module>
5656

5757
<module>modules/coverage-reports</module>
58+
59+
<!-- This module should always be listed last -->
5860
<module>modules/examples</module>
5961

6062
</modules>

0 commit comments

Comments
 (0)