File tree Expand file tree Collapse file tree 1 file changed +4
-16
lines changed
Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change 11[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.basistech/rosette-common-api/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.basistech/rosette-common-api )
22
3- ## Rosette Common Java API
3+ # Rosette Common Java API
44
55This project provides enums, exception, and small utilities used across the Rosette Platform in Java.
66
77## Build & Release Process
88
9- #### Development Build
9+ ### Development Build
1010
1111```
1212mvn clean install -DskipITs
1313```
1414
15- #### Maven Central
16-
17- ```
18- mvn --batch-mode \
19- --activate-profiles release \
20- release:prepare \
21- release:perform \
22- -Darguments='-Dgpg.passphrase=MY_PASSPHRASE -DskipITs'
23- ```
24-
25- #### Internal Release
26-
27- TBD
28-
15+ ### Maven Central
2916
17+ See [ ` open-source-parent ` ] ( https://github.com/basis-technology-corp/open-source-parent#release-instructions )
You can’t perform that action at this time.
0 commit comments