This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 863ef50c09ab3c27802e21b0d14136c5971a0477 Author: Rene Cordier <[email protected]> AuthorDate: Thu Aug 15 17:05:54 2019 +0700 JAMES-2858 Fix plugin cannot found issue maven-mailetdocs-plugin -> mailetdocs-maven-plugin --- mailet/base/pom.xml | 2 +- mailet/crypto/pom.xml | 2 +- mailet/pom.xml | 4 ++-- mailet/standard/pom.xml | 2 +- mailet/test/pom.xml | 2 +- pom.xml | 1 - server/mailet/mailets/pom.xml | 3 +-- 7 files changed, 7 insertions(+), 9 deletions(-) diff --git a/mailet/base/pom.xml b/mailet/base/pom.xml index 70a6e5e..d5cb517 100644 --- a/mailet/base/pom.xml +++ b/mailet/base/pom.xml @@ -124,7 +124,7 @@ <plugins> <plugin> <groupId>${james.groupId}</groupId> - <artifactId>maven-mailetdocs-plugin</artifactId> + <artifactId>mailetdocs-maven-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> diff --git a/mailet/crypto/pom.xml b/mailet/crypto/pom.xml index f473040..57d3ec4 100644 --- a/mailet/crypto/pom.xml +++ b/mailet/crypto/pom.xml @@ -68,7 +68,7 @@ <plugins> <plugin> <groupId>${james.groupId}</groupId> - <artifactId>maven-mailetdocs-plugin</artifactId> + <artifactId>mailetdocs-maven-plugin</artifactId> </plugin> </plugins> </build> diff --git a/mailet/pom.xml b/mailet/pom.xml index e34f290..d0eab8c 100644 --- a/mailet/pom.xml +++ b/mailet/pom.xml @@ -69,8 +69,8 @@ <plugins> <plugin> <groupId>${james.groupId}</groupId> - <artifactId>maven-mailetdocs-plugin</artifactId> - <version>${plugin.mailetdocs.version}</version> + <artifactId>mailetdocs-maven-plugin</artifactId> + <version>${project.version}</version> </plugin> </plugins> </pluginManagement> diff --git a/mailet/standard/pom.xml b/mailet/standard/pom.xml index 715a45d..a550539 100644 --- a/mailet/standard/pom.xml +++ b/mailet/standard/pom.xml @@ -148,7 +148,7 @@ <plugins> <plugin> <groupId>${james.groupId}</groupId> - <artifactId>maven-mailetdocs-plugin</artifactId> + <artifactId>mailetdocs-maven-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> diff --git a/mailet/test/pom.xml b/mailet/test/pom.xml index de263a3..5414f5b 100644 --- a/mailet/test/pom.xml +++ b/mailet/test/pom.xml @@ -126,7 +126,7 @@ <plugins> <plugin> <groupId>${james.groupId}</groupId> - <artifactId>maven-mailetdocs-plugin</artifactId> + <artifactId>mailetdocs-maven-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> diff --git a/pom.xml b/pom.xml index 0cf36ee..9245bba 100644 --- a/pom.xml +++ b/pom.xml @@ -627,7 +627,6 @@ <guava.version>25.1-jre</guava.version> <jutf7.version>1.0.0</jutf7.version> - <plugin.mailetdocs.version>0.1</plugin.mailetdocs.version> <httpclient-osgi.version>4.5.1</httpclient-osgi.version> <apache.httpcomponents.version>4.5.9</apache.httpcomponents.version> <!-- maven-mailetdocs-plugin artifacts --> diff --git a/server/mailet/mailets/pom.xml b/server/mailet/mailets/pom.xml index ae022c0..6ea386f 100644 --- a/server/mailet/mailets/pom.xml +++ b/server/mailet/mailets/pom.xml @@ -285,8 +285,7 @@ <plugins> <plugin> <groupId>${james.groupId}</groupId> - <artifactId>maven-mailetdocs-plugin</artifactId> - <version>0.1</version> + <artifactId>mailetdocs-maven-plugin</artifactId> <configuration> <outputDirectory>target/mailetdocs</outputDirectory> </configuration> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
