Skip to content

Commit

Permalink
Merge pull request #1171 from jakartaee/starksm64-patch-1
Browse files Browse the repository at this point in the history
Update README.md with prebuild section for lib/javatest.jar
  • Loading branch information
scottmarlow authored May 8, 2023
2 parents e3ab547 + c8c8aea commit f627896
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Platform TCK refactoring

## One Time JavaTest Jar Install
The JavaTest jar with GAV coords javatest:javatest:5.0 does not exist in Maven Central,
so one needs to install the repo lib/javatest.jar into the local maven repo
in order to build this repo with Maven. To do this, execute:
```
mvn install:install-file -Dfile=lib/javatest.jar -DgroupId=javatest -DartifactId=javatest -Dversion=5.0 -Dpackaging=jar
```

## Build

From the root folder, try:
```
mvn clean install -Dmaven.compiler.failOnError=false > /tmp/build.txt
Expand Down

0 comments on commit f627896

Please sign in to comment.