From a6914dcc83e0a7930a8747ff392caac509ba8063 Mon Sep 17 00:00:00 2001 From: Raymond Lam Date: Fri, 1 Sep 2017 10:23:49 -0400 Subject: [PATCH] Changed the default behaviour for TCK to generate jar and not run tests during mvn install Signed-off-by: Raymond Lam --- tck/rest/how_to_run_tests.adoc | 2 ++ tck/rest/pom.xml | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) 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