You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Mark Bretl (JIRA)" <ji...@apache.org> on 2016/05/16 23:06:12 UTC

[jira] [Created] (GEODE-1399) UploadArchives Task Fails Due To geode-modules-session

Mark Bretl created GEODE-1399:
---------------------------------

             Summary: UploadArchives Task Fails Due To geode-modules-session
                 Key: GEODE-1399
                 URL: https://issues.apache.org/jira/browse/GEODE-1399
             Project: Geode
          Issue Type: Bug
          Components: build, extensions
            Reporter: Mark Bretl


The nightly build fails with the following issue:

Execution failed for task ':extensions/geode-modules-session:uploadArchives'.
> Could not publish configuration 'archives'
   > A POM cannot have multiple artifacts with the same type and classifier. Already have MavenArtifact geode-modules-session:jar:jar:null, trying to add MavenArtifact geode-modules-session:jar:jar:null.

The task is failing due to commit d216e55330e794137cee2684d05eaef683ff00f8, where the classifier 'internal' was removed from the internalJar task. This is causing the both the jar task and internalJar task to have the same classifier and type.

It can be reproduced using the command: ./gradlew clean install (-Dskip.tests=true)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)