Issue Type: Improvement Improvement
Assignee: Daniel Spilker
Components: gradle-jpi-plugin
Created: 06/Oct/14 6:18 PM
Description:

Currently plugins build with the Gradle JPI plugin do not get their JAR artifact deployed to the Maven repository. As a consequence, the API of the plugin can not be used by other plugins because those need the JAR artifact to consume the API.

Trying to add the JAR archive to the artifacts does not help, because it will change the packaging type to JAR which confuses the update center.

artifacts {
    archives jar // does not work
}

    
Project: Jenkins
Priority: Major Major
Reporter: Daniel Spilker
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to