From d97e99cbc4ca9b8f170f8893b7030035da058b3c Mon Sep 17 00:00:00 2001 From: Paul Hammant Date: Tue, 9 Feb 2010 21:01:45 +0000 Subject: Maven pom for the tck added. Run via: 'mvn install -f tck-pom.xml' git-svn-id: https://atinject.googlecode.com/svn/trunk@69 3bc8319c-20ab-11de-9edc-3f40a397ab60 --- tck-pom.xml | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 tck-pom.xml diff --git a/tck-pom.xml b/tck-pom.xml new file mode 100644 index 0000000..5ebe941 --- /dev/null +++ b/tck-pom.xml @@ -0,0 +1,60 @@ + + 4.0.0 + javax.inject + javax.inject-tck + jar + javax.inject-tck + 1 + The javax.inject API - TCK + http://code.google.com/p/atinject/ + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + http://code.google.com/p/atinject/source/checkout + + + + javax.inject + javax.inject + 1 + + + junit + junit + 4.7 + + + + tck + + + tck + + **/*.java + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.0.2 + + 1.5 + 1.5 + UTF-8 + false + true + true + + + + + + -- cgit v1.2.3