Skip to content

Commit 7144c97

Browse files
author
Les Vogel
committed
Move J8 HelloWorld to first
1. Move appengine-helloworld to first 2. Remove module from pom.xml where intellij was helping
1 parent d171d2e commit 7144c97

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

appengine-standard-java8/helloworld/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ limitations under the License.
1919
<modelVersion>4.0.0</modelVersion>
2020
<packaging>pom</packaging>
2121
<version>1.0-SNAPSHOT</version>
22-
<modules>
23-
<module>helloworld</module>
24-
</modules>
2522

2623
<groupId>com.example.appengine_standard_java8</groupId>
2724
<artifactId>helloworld_java8_GAE_standard</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ limitations under the License.
8383
</pluginRepositories>
8484

8585
<modules>
86+
<module>appengine-standard-java8/helloworld</module>
8687
<module>bookshelf/2-structured-data</module>
8788
<module>bookshelf/3-binary-data</module>
8889
<module>bookshelf/4-auth</module>
@@ -96,7 +97,6 @@ limitations under the License.
9697
<module>helloworld-jsp</module>
9798
<module>helloworld-servlet</module>
9899
<module>helloworld-springboot</module>
99-
<module>appengine-standard-java8/helloworld</module>
100100
</modules>
101101

102102
<reporting>

0 commit comments

Comments
 (0)