From c5da73604c846a68fe142a994a323872c1c44ed8 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Thu, 11 Dec 2008 20:02:28 +0000 Subject: [PATCH] Maven structure git-svn-id: https://svn.argeo.org/slc/trunk@2020 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- integration-tests/pom.xml | 15 +++++++++++++++ pom.xml | 19 +++---------------- runtime/pom.xml | 14 +++++++++++++- 3 files changed, 31 insertions(+), 17 deletions(-) create mode 100644 integration-tests/pom.xml diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml new file mode 100644 index 000000000..2d4071c0c --- /dev/null +++ b/integration-tests/pom.xml @@ -0,0 +1,15 @@ + + 4.0.0 + + org.argeo.slc + argeo-slc + 0.11.2-SNAPSHOT + ../../org.argeo.slc + + argeo-slc-it + pom + Argeo SLC Integration Tests + + org.argeo.slc.it.webapp + + diff --git a/pom.xml b/pom.xml index 5160b2676..c1582c5c8 100644 --- a/pom.xml +++ b/pom.xml @@ -11,22 +11,7 @@ Argeo SLC All org.argeo.slc - - runtime - examples org.argeo.slc.detached.launcher org.argeo.slc.webapp @@ -55,9 +40,11 @@ - withEclipseBuild + fullBuild eclipse/features/org.argeo.slc.ui.launch.feature + examples + integration-tests diff --git a/runtime/pom.xml b/runtime/pom.xml index b13a3c572..a7b7c651b 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -1,4 +1,5 @@ - + 4.0.0 org.argeo.slc @@ -21,4 +22,15 @@ org.argeo.slc.launcher org.argeo.slc.lib.detached + + + + org.apache.maven.plugins + maven-javadoc-plugin + + true + + + + -- 2.39.2