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 eaaea61d81ba76dca9344afc627bead2aa1012b3 Author: Benoit Tellier <[email protected]> AuthorDate: Mon Sep 23 13:40:42 2019 +0700 JAMES-2855 Rationalize mailbox/pom.xml plugin management - Discourage the use of snapshot - Do not repeat parent project.build.sourceEncoding = UTF-8 - maven-assembly-plugin is not called by any phase of the build --- mailbox/pom.xml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/mailbox/pom.xml b/mailbox/pom.xml index dd510fb..de41a82 100644 --- a/mailbox/pom.xml +++ b/mailbox/pom.xml @@ -82,35 +82,4 @@ <url>http://issues.apache.org/jira/browse/MAILBOX</url> </issueManagement> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> - - <repositories> - <!-- apache.snapshot is needed for james-project SNAPSHOT, see JAMES-1470 --> - <repository> - <releases> - <enabled>false</enabled> - </releases> - <id>apache.snapshots</id> - <name>Apache Snapshot Repository</name> - <url>http://repository.apache.org/snapshots</url> - </repository> - </repositories> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-assembly-plugin</artifactId> - <configuration> - <descriptorRefs> - <descriptorRef>bin</descriptorRef> - <descriptorRef>src</descriptorRef> - </descriptorRefs> - </configuration> - </plugin> - </plugins> - </build> - </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
