Advertisement
Guest User

Untitled

a guest
Nov 17th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. |Plugin packaged grails-my-plugin-0.17.9-SNAPSHOT.zip
  2. |Generating POM file...
  3. ..........................................................................................................................
  4. |POM generated: /path/to/pom/pom.xml
  5. |Using configured username and password from grails.project.repos.myPlugins
  6. ....Error
  7. |
  8. Error deploying artifact: Error deploying artifact 'org.grails.plugins:my-plugin:zip': Error retrieving previous build number for artifact 'org.grails.plugins:my-plugin:zip': repository metadata for: 'snapshot org.grails.plugins:my-plugin:0.17.9-SNAPSHOT' could not be retrieved from repository: myPlugins due to an error: Transfer of resource /path/to/cache/.m2/repository/org/grails/plugins/my-plugin/0.17.9-SNAPSHOT/maven-metadata-myPlugins.xml.tmpfailed
  9. Error |
  10. Have you specified a configured repository to deploy to (--repository argument) or specified distributionManagement in your POM?
  11.  
  12. grails.project.repos.myPlugins.url = "s3://my-grails-plugins/release"
  13. grails.project.repos.myPlugins.username = "username"
  14. grails.project.repos.myPlugins.password = "password"
  15.  
  16. grails.project.repos.default = "myPlugins"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement