From 4ba4c1e4029bbfd271d362413f4f4b874853763b Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Fri, 2 Oct 2009 15:09:21 +0200 Subject: Added simple test to be run with -Prun-its --- pom.xml | 97 +++++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 62 insertions(+), 35 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index f1295f3..a752945 100644 --- a/pom.xml +++ b/pom.xml @@ -1,34 +1,31 @@ - + http://www.apache.org/licenses/LICENSE-2.0 Unless required by + applicable law or agreed to in writing, software distributed under + the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES + OR CONDITIONS OF ANY KIND, either express or implied. See the + License for the specific language governing permissions and + limitations under the License. + --> 4.0.0 - + maven-plugins org.apache.maven.plugins 14 - + maven-nar-plugin 2.1-SNAPSHOT maven-plugin @@ -38,11 +35,11 @@ under the License. This plugin compiles native code and publishes native artifacts in the for of nar files. http://java.freehep.org/freehep-nar-plugin/intro.html - + 2.0.6 - + scm:git:git://github.com/duns/maven-nar-plugin.git scm:git:git://github.com/duns/maven-nar-plugin.git @@ -55,7 +52,7 @@ under the License. 2.0.6 - UTF-8 + UTF-8 @@ -84,20 +81,15 @@ under the License. plexus-compiler-api 1.5.3 - - + 1.0-alpha-11 + --> net.sf.antcontrib cpptasks-parallel @@ -120,8 +112,43 @@ under the License. test - + install + + + + run-its + + + ${project.build.directory}/it-repo + + + + + + maven-invoker-plugin + 1.4 + + true + + it-parent/** + + ${project.build.directory}/it-repo + + + + integration-test + + install + run + + + + + + + + -- cgit v1.2.3