Skip to content

Commit f3a7ad2

Browse files
author
Yaison
committed
NO-JIRA: updating internal release commands and removing the Docker section.
1 parent aad51b4 commit f3a7ad2

File tree

1 file changed

+6
-21
lines changed

1 file changed

+6
-21
lines changed

DEVELOPER.md

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,10 @@ To be updated..
66

77
#### Internal Releasing
88

9-
To perform an internal release, use `-Drelease-profile=internal-release` in `release:perform`.
10-
11-
12-
#### Old Stuff
13-
[Docker](examples/docker) bits for running examples. Maybe just remove?
14-
15-
A duplicate copy of the examples docker notes is below...
16-
17-
Docker files can be found [here](https://github.com/rosette-api/java/tree/master/examples/docker)
18-
19-
To simplify the running of the Java examples, the Dockerfile will build an image and install the rosette-api library from the *published source*.
20-
21-
Build the docker image, e.g. `docker build --rm -t basistech/java:1.1 .`
22-
23-
Run an example as `docker run --rm -e API_KEY=api-key -v "path-to-java-dir:/source" basistech/java:1.1`
24-
25-
To test against a specific source file, add `-e FILENAME=filename` before the `-v`.
26-
To test against an alternate url, add `-e ALT_URL=alternate_url`.
27-
28-
#### TODOs
29-
...
9+
To perform an internal release, execute the following commands:
10+
```
11+
$ mvn release:clean
12+
$ mvn release:prepare
13+
$ mvn release:perform -Drelease-profile=internal-release
14+
```
3015

0 commit comments

Comments
 (0)