File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 <url >https://github.com/GoogleCloudPlatform/appengine-java-standard/</url >
3333 <description >A guestbook sample application.</description >
3434
35- <prerequisites >
36- <maven >3.6.0</maven >
37- </prerequisites >
38-
3935 <properties >
4036 <maven .deploy.skip>true</maven .deploy.skip>
4137 <appengine .target.version>5.0.1-SNAPSHOT</appengine .target.version>
9187 <outputDirectory >target/${project.artifactId} -${project.version} /WEB-INF/classes</outputDirectory >
9288
9389 <plugins >
90+ <plugin >
91+ <groupId >org.apache.maven.plugins</groupId >
92+ <artifactId >maven-enforcer-plugin</artifactId >
93+ </plugin >
9494 <plugin >
9595 <groupId >org.apache.maven.plugins</groupId >
9696 <artifactId >maven-surefire-plugin</artifactId >
Original file line number Diff line number Diff line change 3232 <url >https://github.com/GoogleCloudPlatform/appengine-java-standard/</url >
3333 <description >A guestbook sample application (Jakarta).</description >
3434
35- <prerequisites >
36- <maven >3.6.0</maven >
37- </prerequisites >
38-
3935 <properties >
4036 <maven .deploy.skip>true</maven .deploy.skip>
4137 <appengine .target.version>5.0.1-SNAPSHOT</appengine .target.version>
9187 <outputDirectory >target/${project.artifactId} -${project.version} /WEB-INF/classes</outputDirectory >
9288
9389 <plugins >
90+ <plugin >
91+ <groupId >org.apache.maven.plugins</groupId >
92+ <artifactId >maven-enforcer-plugin</artifactId >
93+ </plugin >
9494 <plugin >
9595 <groupId >org.apache.maven.plugins</groupId >
9696 <artifactId >maven-surefire-plugin</artifactId >
Original file line number Diff line number Diff line change 3232 <url >https://github.com/GoogleCloudPlatform/appengine-java-standard/</url >
3333 <description >A jaxrs sample application.</description >
3434
35- <prerequisites >
36- <maven >3.6.0</maven >
37- </prerequisites >
38-
3935 <properties >
4036 <maven .deploy.skip>true</maven .deploy.skip>
4137 <appengine .target.version>5.0.1-SNAPSHOT</appengine .target.version>
7470 <outputDirectory >target/${project.artifactId} -${project.version} /WEB-INF/classes</outputDirectory >
7571
7672 <plugins >
73+ <plugin >
74+ <groupId >org.apache.maven.plugins</groupId >
75+ <artifactId >maven-enforcer-plugin</artifactId >
76+ </plugin >
7777 <plugin >
7878 <groupId >org.eclipse.jetty.ee8</groupId >
7979 <artifactId >jetty-ee8-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 3030 <properties >
3131 <maven .deploy.skip>true</maven .deploy.skip>
3232 </properties >
33+ <build >
34+ <plugins >
35+ <plugin >
36+ <groupId >org.apache.maven.plugins</groupId >
37+ <artifactId >maven-enforcer-plugin</artifactId >
38+ </plugin >
39+ </plugins >
40+ <pluginManagement >
41+ <plugins >
42+ </plugins >
43+ </pluginManagement >
44+ </build >
3345 <modules >
3446 <module >proberapp</module >
3547 <module >proberapp_jakarta</module >
You can’t perform that action at this time.
0 commit comments