-
Notifications
You must be signed in to change notification settings - Fork 48
Cannot upload when adding modifyPom closure #10
Comments
No idea. I use this plugin in many other projects. Maybe there's a configuration problem in the
|
See the complete stacktrace below. Full stacktrace:
|
Btw, do you use the plugin in open source project, so I can have a look on that build file as well to see if there are differences. |
Yes, for example in the GAE plugin. Not sure what is going wrong. Can you point me to your project? |
Thanks for helping. This is my project: https://github.com/marceloverdijk/spring-appengine |
It has to do with the |
It might have something to do with closure delegation as you put the code into |
Yes I moved the |
Without modifyPom I can upload successfully to Sonatype OSS but the artifacts cannot be closed as pom is not according the rules.
Hence I added modifyPom closure as described
But when I upload I get:
Execution failed for task ':uploadArchives'.
When I just add:
it works, but as soon as I adde the project section (even empty) it goes wrong.
The text was updated successfully, but these errors were encountered: