Skip to content

Commit aa79082

Browse files
committed
Adding <description> for all the poms which were missing them
1 parent cdd9c84 commit aa79082

File tree

88 files changed

+88
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+88
-0
lines changed

appengine_init/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<packaging>jar</packaging>
3030
<name>AppEngine :: appengine-init</name>
3131
<url>https://github.com/GoogleCloudPlatform/appengine-java-standard/</url>
32+
<description>App Engine initialization.</description>
3233

3334
<dependencies>
3435

appengine_jsr107/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<packaging>jar</packaging>
2222
<name>AppEngine :: appengine-jsr107</name>
2323
<url>https://github.com/GoogleCloudPlatform/appengine-java-standard/</url>
24+
<description>App Engine JSR-107 (JCache) integration.</description>
2425

2526
<parent>
2627
<groupId>com.google.appengine</groupId>

appengine_resources/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<packaging>jar</packaging>
2727
<name>AppEngine :: appengine-resources</name>
2828
<url>https://github.com/GoogleCloudPlatform/appengine-java-standard/</url>
29+
<description>App Engine resources.</description>
2930
<properties>
3031
<maven.deploy.skip>true</maven.deploy.skip>
3132
</properties>

applications/guestbook/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<artifactId>guestbook</artifactId>
3131
<name>AppEngine :: guestbook</name>
3232
<url>https://github.com/GoogleCloudPlatform/appengine-java-standard/</url>
33+
<description>A guestbook sample application.</description>
3334

3435
<prerequisites>
3536
<maven>3.6.0</maven>

applications/guestbook_jakarta/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<artifactId>guestbook_jakarta</artifactId>
3131
<name>AppEngine :: guestbook_jakarta</name>
3232
<url>https://github.com/GoogleCloudPlatform/appengine-java-standard/</url>
33+
<description>A guestbook sample application (Jakarta).</description>
3334

3435
<prerequisites>
3536
<maven>3.6.0</maven>

applications/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<artifactId>applications</artifactId>
2121
<name>AppEngine :: application projects</name>
2222
<url>https://github.com/GoogleCloudPlatform/appengine-java-standard/</url>
23+
<description>Parent POM for sample applications.</description>
2324
<parent>
2425
<groupId>com.google.appengine</groupId>
2526
<artifactId>parent</artifactId>

applications/proberapp/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<artifactId>proberapp</artifactId>
2626
<name>AppEngine :: proberapp</name>
2727
<url>https://github.com/GoogleCloudPlatform/appengine-java-standard/</url>
28+
<description>A prober application.</description>
2829
<parent>
2930
<groupId>com.google.appengine</groupId>
3031
<artifactId>applications</artifactId>

e2etests/devappservertests/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<packaging>jar</packaging>
2929
<name>AppEngine :: e2e devappserver tests</name>
3030
<url>https://github.com/GoogleCloudPlatform/appengine-java-standard/</url>
31+
<description>Tests for the development app server.</description>
3132

3233
<properties>
3334
<maven.deploy.skip>true</maven.deploy.skip>

e2etests/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
</parent>
2828
<name>AppEngine :: e2e tests</name>
2929
<url>https://github.com/GoogleCloudPlatform/appengine-java-standard/</url>
30+
<description>End-to-end tests.</description>
3031
<packaging>pom</packaging>
3132

3233
<modules>

e2etests/stagingtests/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<packaging>jar</packaging>
2929
<name>AppEngine :: e2e staging tests</name>
3030
<url>https://github.com/GoogleCloudPlatform/appengine-java-standard/</url>
31+
<description>Tests for staging.</description>
3132

3233
<properties>
3334
<maven.deploy.skip>true</maven.deploy.skip>

0 commit comments

Comments
 (0)