diff --git a/tck/rest/how_to_run_tests.adoc b/tck/rest/how_to_run_tests.adoc index 1dd5f7a8..ea36081f 100644 --- a/tck/rest/how_to_run_tests.adoc +++ b/tck/rest/how_to_run_tests.adoc @@ -6,6 +6,8 @@ Start your Eclipse Microprofile Server with Metrics enabled == Tests +*Note:* TCK is currently still under development + If the server is responding on localhost port 8080 you can just run the tests via diff --git a/tck/rest/pom.xml b/tck/rest/pom.xml index 8e789655..2d0b8a97 100644 --- a/tck/rest/pom.xml +++ b/tck/rest/pom.xml @@ -63,6 +63,31 @@ + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + \ No newline at end of file