Skip to content

Commit

Permalink
Update README for 2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenPj authored Mar 31, 2022
1 parent 88efc8c commit 126a9f1
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Alfresco Process Services SDK Project 2.0.9
# Alfresco Process Services SDK Project 2.1.0

The project consists of the following Maven submodules:

Expand Down Expand Up @@ -132,22 +132,29 @@ Put your Java test classes in the following package:
# Supported Maven Profiles for dependencies management and packaging (JAR and WAR)

In order to build the project, you can declare a Maven profile related to a specific APS version:
* `aps2.2.0` (APS 2.2.0 - default)
* `aps2.3.0` (APS 2.3.0 - default)
* `aps2.2.0` (APS 2.2.0)
* `aps2.1.0` (APS 2.1.0)
* `aps2.0.1` (APS 2.0.1)

Build and test with unit tests execution for APS 2.2.0 with:
Build and test with unit tests execution for APS 2.3.0 with:
`mvn clean test`

Build and test with unit tests execution for APS 2.2.0 with:
`mvn clean test -Paps2.2.0`

Build and test with unit tests execution for APS 2.1.0 with:
`mvn clean test -Paps2.1.0`

Build and test with unit tests execution for APS 2.0.1 with:
`mvn clean test -Paps2.0.1`

Build and package with integration tests execution for APS 2.2.0 with:
Build and package with integration tests execution for APS 2.3.0 with:
`mvn clean install`

Build and package with integration tests execution for APS 2.2.0 with:
`mvn clean install -Paps2.2.0`

Build and package with integration tests execution for APS 2.1.0 with:
`mvn clean install -Paps2.1.0`

Expand Down

0 comments on commit 126a9f1

Please sign in to comment.