Skip to content

Commit

Permalink
improve the deployment to artifactory checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
ohumbel committed Apr 5, 2017
1 parent 35b561a commit f29ebdb
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions bison/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,28 @@

## Build a deployable version
* run the `build artifactory` launch configuration
* deploy `/dist/artifactory/jython*.jar` to `/ext-libs-local-modified/org/python/jython`
* check the Deploy as Maven Artifact checkbox
* deploy `/dist/artifactory/jython*-sources.jar` to `/ext-libs-local-modified/org/python/jython`
* check the Deploy as Maven Artifact checkbox
* add the classifier `sources`
* Group ID: `org.python`
* Artifact ID: `jython`
* Version: the actual version (from ant.properties)
* Classifier: `sources`
* Type: `jar`
* deploy `/dist/artifactory/jython*-javadoc.jar` to `/ext-libs-local-modified/org/python/jython`
* check the Deploy as Maven Artifact checkbox
* add the classifier `javadoc`
* Group ID: `org.python`
* Artifact ID: `jython`
* Version: the actual version (from ant.properties)
* Classifier: `javadoc`
* Type: `jar`
* deploy `/dist/artifactory/jython*.jar` to `/ext-libs-local-modified/org/python/jython`
* check the Deploy as Maven Artifact checkbox
* do not be afraid if completely wrong IDs appear (`jline`) - simply overwrite them like indicated below
* Group ID: `org.python`
* Artifact ID: `jython`
* Version: the actual version (from ant.properties)
* leave Classifier empty
* Type: `jar`


## (very) short summary of the changes to 2.5.3
Expand Down

0 comments on commit f29ebdb

Please sign in to comment.