diff options
| author | mcentner <mcentner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-08-08 14:06:55 +0000 | 
|---|---|---|
| committer | mcentner <mcentner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-08-08 14:06:55 +0000 | 
| commit | bb444223c1b737319f473f6816566fa28b658cf5 (patch) | |
| tree | 3aa41350cd20d9641695619087388743f208fe88 /id/oa | |
| parent | 5a188a18d5df4a778d6f60362d357caec46d46a0 (diff) | |
| download | moa-id-spss-bb444223c1b737319f473f6816566fa28b658cf5.tar.gz moa-id-spss-bb444223c1b737319f473f6816566fa28b658cf5.tar.bz2 moa-id-spss-bb444223c1b737319f473f6816566fa28b658cf5.zip | |
id mavenized
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@917 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id/oa')
| -rw-r--r-- | id/oa/pom.xml | 27 | 
1 files changed, 27 insertions, 0 deletions
| diff --git a/id/oa/pom.xml b/id/oa/pom.xml new file mode 100644 index 000000000..fec2e709b --- /dev/null +++ b/id/oa/pom.xml @@ -0,0 +1,27 @@ +<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>MOA</groupId> +  <artifactId>oa</artifactId> +  <packaging>war</packaging> +  <version>1.4.0</version> +  <name>MOA Sample OA</name> +   +  <build> +  	<finalName>oa</finalName> +    <plugins> +      <plugin> +        <groupId>org.apache.maven.plugins</groupId> +        <artifactId>maven-compiler-plugin</artifactId> +        <configuration> +          <verbose>true</verbose> +          <fork>true</fork> +          <executable>${env.BUILD_EXECUTEABLE}</executable> +          <compilerVersion>${env.BUILD_VERSION}</compilerVersion> +          <source>1.3</source> +          <target>1.3</target> +        </configuration> +      </plugin> +    </plugins> +  </build> +</project> | 
