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 410296527b609be83937cd7acb8e120a5d0e5ac9
Author: Benoit Tellier <btell...@linagora.com>
AuthorDate: Mon Sep 23 13:39:17 2019 +0700

    JAMES-2855 Remove redundant plugin configuration for MPT
    
    It repeats james-project/pom.xml
---
 mpt/pom.xml | 36 ------------------------------------
 1 file changed, 36 deletions(-)

diff --git a/mpt/pom.xml b/mpt/pom.xml
index b4292e0..08565c7 100644
--- a/mpt/pom.xml
+++ b/mpt/pom.xml
@@ -58,40 +58,4 @@
         <lucene-core.version>3.6.0</lucene-core.version>
         <slf4j.version>1.7.25</slf4j.version>
     </properties>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <configuration>
-                    <archive>
-                        <manifest>
-                            
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
-                            
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
-                        </manifest>
-                    </archive>
-                </configuration>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>test-jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-source-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>attach-sources</id>
-                        <goals>
-                            <goal>jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
 </project>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to