From bc518a5bc14c23e37e55c427f1879145eaf7ce93 Mon Sep 17 00:00:00 2001 From: eugenp Date: Mon, 26 Dec 2016 18:09:10 +0200 Subject: [PATCH] maven work --- ejb/ejb-client/pom.xml | 25 +++++++++++++------------ image-processing/pom.xml | 8 ++++---- log4j2/pom.xml | 22 ++++++++++++++++++---- 3 files changed, 35 insertions(+), 20 deletions(-) diff --git a/ejb/ejb-client/pom.xml b/ejb/ejb-client/pom.xml index 84656b40c5..2580a1e869 100755 --- a/ejb/ejb-client/pom.xml +++ b/ejb/ejb-client/pom.xml @@ -1,15 +1,16 @@ - 4.0.0 - - com.baeldung.ejb - ejb - 1.0-SNAPSHOT - - ejb-client - EJB3 Client Maven - EJB3 Client Maven + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + 4.0.0 + ejb-client + ejb-client + + + com.baeldung.ejb + ejb + 1.0-SNAPSHOT + + org.wildfly @@ -44,10 +45,10 @@ - + 4.12 2.19.1 - + \ No newline at end of file diff --git a/image-processing/pom.xml b/image-processing/pom.xml index 20fb70edd9..8766da571e 100644 --- a/image-processing/pom.xml +++ b/image-processing/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 com.baeldung - imageprocessing + image-processing 1.0-SNAPSHOT @@ -25,4 +24,5 @@ ${core-image.version} + \ No newline at end of file diff --git a/log4j2/pom.xml b/log4j2/pom.xml index 124b19330f..1ac3d47486 100644 --- a/log4j2/pom.xml +++ b/log4j2/pom.xml @@ -1,7 +1,6 @@ - + 4.0.0 log4j2 @@ -65,6 +64,7 @@ + org.apache.maven.plugins maven-compiler-plugin @@ -74,9 +74,23 @@ 1.8 + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + **/*IntegrationTest.java + **/*LongRunningUnitTest.java + **/*ManualTest.java + + true + + + - + 2.8.5 1.4.193