X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=pom.xml;h=07301b128687b4fa9aacf0b96159b2b5a9948005;hb=06dd3a4dd12e84533a8104fd19df9b95c3acf96d;hp=54da5fac893dcc20df60da383f8ddd1c61e635e4;hpb=24b260d9fe97bdd0b9538d3cf197e9e3278c7e85;p=lttng-ust-java-tests.git diff --git a/pom.xml b/pom.xml index 54da5fa..07301b1 100644 --- a/pom.xml +++ b/pom.xml @@ -22,15 +22,21 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - org.lttng.ust.agent - lttng-ust-agent-tests - 1.0.0 - jar + + 3.0 + - LTTng-UST Java Agent Test Suite + org.lttng.ust + lttng-ust-java-parent + 1.1.0-SNAPSHOT + pom + + LTTng-UST Java Agent UTF-8 + UTF-8 + /usr/local/share/java/lttng-ust-agent-common-1.0.0.jar @@ -38,57 +44,112 @@ /usr/local/share/java/lttng-ust-agent-log4j-1.0.0.jar -Djava.library.path=/usr/local/lib - - - - - org.lttng.ust.agent - lttng-ust-agent-common - 1.0.0 - system - ${common-jar-location} - - - org.lttng.ust.agent - lttng-ust-agent-jul - 1.0.0 - system - ${jul-jar-location} - - - org.lttng.ust.agent - lttng-ust-agent-log4j - 1.0.0 - system - ${log4j-jar-location} - - - - - log4j - log4j - 1.2.17 - - - junit - junit - 4.12 - test - - org.apache.maven.plugins maven-compiler-plugin - 3.1 - - 1.8 - 1.8 - + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + 1.8 + 1.8 + + + + + org.apache.maven.plugins + maven-failsafe-plugin + 2.19.1 + + + + integration-test + verify + + + + + + + + + + + + org.lttng.ust.agent + lttng-ust-agent-common + 1.0.0 + system + ${common-jar-location} + + + + org.lttng.ust.agent + lttng-ust-agent-jul + 1.0.0 + system + ${jul-jar-location} + + + + org.lttng.ust.agent + lttng-ust-agent-log4j + 1.0.0 + system + ${log4j-jar-location} + + + + + org.lttng.tools + lttng-tools-java + 1.1.0-SNAPSHOT + + + + org.lttng.ust + lttng-ust-java-tests-common + 1.1.0-SNAPSHOT + + + + + log4j + log4j + 1.2.17 + + + + junit + junit + RELEASE + test + + + + + + + lttng-tools-java + lttng-ust-java-tests-common + lttng-ust-java-tests-jul + lttng-ust-java-tests-log4j + +