We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 232ba26 commit 2888f32Copy full SHA for 2888f32
modules/examples/pom.xml
@@ -10,7 +10,7 @@
10
<relativePath>../..</relativePath>
11
</parent>
12
13
- <artifactId>vpc-examples</artifactId>
+ <artifactId>is-examples</artifactId>
14
<packaging>jar</packaging>
15
<name>IBM Cloud VPC Code Examples</name>
16
pom.xml
@@ -55,6 +55,8 @@
55
<module>modules/vpc</module>
56
57
<module>modules/coverage-reports</module>
58
+
59
+ <!-- This module should always be listed last -->
60
<module>modules/examples</module>
61
62
</modules>
0 commit comments