This is an automated email from the ASF dual-hosted git repository. aduprat pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit f0b00ef25ea1e224806865689ce34c1c1c7f1f0b Author: Benoit Tellier <[email protected]> AuthorDate: Thu Apr 11 14:04:47 2019 +0700 JAMES-2709 Add name and description to Third Party POM --- third-party/linshare/pom.xml | 3 +++ third-party/spamassassin/pom.xml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/third-party/linshare/pom.xml b/third-party/linshare/pom.xml index fe07bbd..e243509 100644 --- a/third-party/linshare/pom.xml +++ b/third-party/linshare/pom.xml @@ -28,6 +28,9 @@ <artifactId>apache-james-linshare</artifactId> + <name>Apache James :: Third Party :: LinShare</name> + <description>LinShare Java client, blob export mechanism and test utilities</description> + <dependencies> <dependency> <groupId>${james.groupId}</groupId> diff --git a/third-party/spamassassin/pom.xml b/third-party/spamassassin/pom.xml index 0d70747..0a7a181 100644 --- a/third-party/spamassassin/pom.xml +++ b/third-party/spamassassin/pom.xml @@ -28,6 +28,9 @@ <artifactId>apache-james-spamassassin</artifactId> + <name>Apache James :: Third Party :: SpamAssassin</name> + <description>SpamAssassin Java client and testing utilities</description> + <dependencies> <dependency> <groupId>${james.groupId}</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
