Skip to content

Commit

Permalink
Fixes sonatype#25 To have a smooth way to run simple-webapp example
Browse files Browse the repository at this point in the history
  • Loading branch information
vlvanchin committed Mar 29, 2018
1 parent 92fe53e commit 8c97064
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions examples/ch-multi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>0.8-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Multi Chapter Parent Project</name>
<modules>
<!-- modules>
<module>simple-parent</module>
</modules>
</modules -->
</project>
7 changes: 2 additions & 5 deletions examples/ch-multi/simple-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonatype.mavenbook.multi</groupId>
<artifactId>parent</artifactId>
<version>0.8-SNAPSHOT</version>
</parent>
<groupId>org.sonatype.mavenbook.multi</groupId>
<version>0.8-SNAPSHOT</version>
<artifactId>simple-parent</artifactId>
<packaging>pom</packaging>
<name>Multi Chapter Simple Parent Project</name>
Expand Down

1 comment on commit 8c97064

@massimilianodesimone
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Thank you, this worked

Please sign in to comment.