Repository: aries-jpa Updated Branches: refs/heads/master 95fd9a68c -> 0d2b98909
Improve README Project: http://git-wip-us.apache.org/repos/asf/aries-jpa/repo Commit: http://git-wip-us.apache.org/repos/asf/aries-jpa/commit/0d2b9890 Tree: http://git-wip-us.apache.org/repos/asf/aries-jpa/tree/0d2b9890 Diff: http://git-wip-us.apache.org/repos/asf/aries-jpa/diff/0d2b9890 Branch: refs/heads/master Commit: 0d2b989094c780e29e5f77aeeb2ab9573139015e Parents: 95fd9a6 Author: Christian Schneider <[email protected]> Authored: Tue May 30 16:25:46 2017 +0200 Committer: Christian Schneider <[email protected]> Committed: Tue May 30 16:25:46 2017 +0200 ---------------------------------------------------------------------- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/0d2b9890/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 0c85374..5d20772 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,14 @@ services are provided to make it easier to use JPA in blueprint and DS. http://aries.apache.org/modules/jpaproject.html +# Building + + mvn clean install + +# Examples + +See [examples](examples). + # Running tck tests See itests/jpa-tck-itest/README.txt @@ -13,8 +21,8 @@ See itests/jpa-tck-itest/README.txt Run the tck tests to make sure we are still conforming to the spec. -mvn clean deploy -mvn release:prepare -Darguments="-DskipTests" -mvn release:perform + mvn clean deploy + mvn release:prepare -Darguments="-DskipTests" + mvn release:perform After the release make sure to adapt the versions in the tck test modules.
