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-jdkim.git
commit b0fd1c1940fa3c1ee20203c8770437d794a0e9e5 Author: Rene Cordier <rcord...@linagora.com> AuthorDate: Wed Sep 4 15:35:38 2019 +0700 JDKIM-42 Upgrade maven-assembly-plugin 3.0.0 -> 3.1.1 - Use goals `single` instead of `attached` by the recommendation at http://maven.apache.org/plugins-archives/maven-assembly-plugin-2.5.5/attached-mojo.html --- assemble/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assemble/pom.xml b/assemble/pom.xml index a6d4742..380aa5b 100644 --- a/assemble/pom.xml +++ b/assemble/pom.xml @@ -62,6 +62,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> + <version>3.1.1</version> <configuration> <descriptorSourceDirectory>src/assemble/</descriptorSourceDirectory> <tarLongFileMode>gnu</tarLongFileMode> @@ -72,7 +73,7 @@ <id>make-assembly</id> <phase>package</phase> <goals> - <goal>attached</goal> + <goal>single</goal> </goals> </execution> </executions> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org