File tree Expand file tree Collapse file tree
appengine-standard-java8/helloworld Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments