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 c89fe643fd477232ff8e1a01f73e60bdd4f91cd9 Author: Benoit Tellier <[email protected]> AuthorDate: Wed Sep 18 11:24:59 2019 +0700 JAMES-2886 Package apache-mailet-crypto as a JAR with dependency --- mailet/crypto/pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/mailet/crypto/pom.xml b/mailet/crypto/pom.xml index 7ca3bd9..b493168 100644 --- a/mailet/crypto/pom.xml +++ b/mailet/crypto/pom.xml @@ -75,6 +75,24 @@ <groupId>${james.groupId}</groupId> <artifactId>mailetdocs-maven-plugin</artifactId> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-assembly-plugin</artifactId> + <configuration> + <descriptorRefs> + <descriptorRef>jar-with-dependencies</descriptorRef> + </descriptorRefs> + </configuration> + <executions> + <execution> + <id>make-assembly</id> + <phase>package</phase> + <goals> + <goal>single</goal> + </goals> + </execution> + </executions> + </plugin> </plugins> </build> </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
