User Tools

Site Tools


development:grails:deploying-to-artifactory

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
development:grails:deploying-to-artifactory [2018/03/09 17:11] adsilvadevelopment:grails:deploying-to-artifactory [2021/06/25 10:09] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Deploying to artifactory ======
 +
 + --- //[[avinash.dsilva@errigal.com|Avi]] 2018/03/03 08:53//
 +
 +
 +URL: http://errigalartifactory:8080/artifactory/
 +
 +(Refer PwSafe for username and password)
 +
 +Increment the version number in your build or gradle file. This ensures you are not overwriting older builds.
 +
 +Create the jar file using 'gradle build' or other means.
 +
 +**Ensure you build it using java 1.7** so that it remains compatible with our old applications as well as future applications.
 +
 +Now in the artifactory, Click on the deploy link. upload the generated jar file. 
 +
 +The autofilled groupId is usually **wrong**. copy the same groupId as you have in your gradle or other config file.
 +
 +This should deploy the artefact at the right location.