summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Hammant <paul@hammant.org>2009-09-18 04:13:48 +0000
committerPaul Hammant <paul@hammant.org>2009-09-18 04:13:48 +0000
commitda75e86e9d59ebebaa13baf192de2bb4cc4f5eaa (patch)
treee0461d3c0620ad9bcf202a53ab4a4841b5f9eae5
parent45c7a950cd0c1a255273fd90a6a7d5f3deaec812 (diff)
downloadplatform_external_jsr330-da75e86e9d59ebebaa13baf192de2bb4cc4f5eaa.tar.gz
platform_external_jsr330-da75e86e9d59ebebaa13baf192de2bb4cc4f5eaa.tar.bz2
platform_external_jsr330-da75e86e9d59ebebaa13baf192de2bb4cc4f5eaa.zip
maven pom file
git-svn-id: https://atinject.googlecode.com/svn/trunk@24 3bc8319c-20ab-11de-9edc-3f40a397ab60
-rw-r--r--pom.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..a89b5f8
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,26 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>javax.inject</groupId>
+ <artifactId>javax.inject</artifactId>
+ <version>1.0-SNAPSHOT</version>
+
+ <name>Javax Inject from the JSR-330 Expert Group</name>
+
+
+ <build>
+ <sourceDirectory>src</sourceDirectory>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>