You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ie...@apache.org on 2020/07/06 14:36:17 UTC

[james-project] 36/36: JAMES-3273 #comment Fixed publish to maven local - removed duplicates

This is an automated email from the ASF dual-hosted git repository.

ieugen pushed a commit to branch JAMES-3260-gradle-poc
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 87c3d9ca07042c6daf64bdd839e9cd950cec2164
Author: Eugen Stan <ie...@apache.org>
AuthorDate: Mon Jul 6 17:30:21 2020 +0300

    JAMES-3273 #comment Fixed publish to maven local - removed duplicates
---
 server/container/guice/configuration/build.gradle | 2 --
 server/protocols/protocols-pop3/build.gradle      | 2 --
 2 files changed, 4 deletions(-)

diff --git a/server/container/guice/configuration/build.gradle b/server/container/guice/configuration/build.gradle
index f8705ae..fc9cba9 100644
--- a/server/container/guice/configuration/build.gradle
+++ b/server/container/guice/configuration/build.gradle
@@ -38,8 +38,6 @@ tasks.register('testsJar', Jar) {
     from(sourceSets.test.output)
 }
 
-publishing.publications.maven.artifact(testsJar)
-
 artifacts {
     tests testsJar
 }
diff --git a/server/protocols/protocols-pop3/build.gradle b/server/protocols/protocols-pop3/build.gradle
index b6a3918..e1bc6a2 100644
--- a/server/protocols/protocols-pop3/build.gradle
+++ b/server/protocols/protocols-pop3/build.gradle
@@ -65,8 +65,6 @@ tasks.register('testsJar', Jar) {
     from(sourceSets.test.output)
 }
 
-publishing.publications.maven.artifact(testsJar)
-
 artifacts {
     tests testsJar
 }


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