diff options
-rw-r--r-- | trunk/ardor3d-animation/pom.xml | 64 | ||||
-rw-r--r-- | trunk/ardor3d-archetype/pom.xml | 56 | ||||
-rw-r--r-- | trunk/ardor3d-awt/pom.xml | 80 | ||||
-rw-r--r-- | trunk/ardor3d-collada/pom.xml | 98 | ||||
-rw-r--r-- | trunk/ardor3d-core/pom.xml | 108 | ||||
-rw-r--r-- | trunk/ardor3d-effects/pom.xml | 64 | ||||
-rw-r--r-- | trunk/ardor3d-examples/pom.xml | 486 | ||||
-rw-r--r-- | trunk/ardor3d-extras/pom.xml | 64 | ||||
-rw-r--r-- | trunk/ardor3d-jogl/pom.xml | 102 | ||||
-rw-r--r-- | trunk/ardor3d-lwjgl/pom.xml | 116 | ||||
-rw-r--r-- | trunk/ardor3d-math/pom.xml | 84 | ||||
-rw-r--r-- | trunk/ardor3d-savable/pom.xml | 66 | ||||
-rw-r--r-- | trunk/ardor3d-swt/pom.xml | 282 | ||||
-rw-r--r-- | trunk/ardor3d-terrain/pom.xml | 74 | ||||
-rw-r--r-- | trunk/ardor3d-ui/pom.xml | 64 | ||||
-rw-r--r-- | trunk/pom.xml | 742 |
16 files changed, 1275 insertions, 1275 deletions
diff --git a/trunk/ardor3d-animation/pom.xml b/trunk/ardor3d-animation/pom.xml index 895cdcb..fc88132 100644 --- a/trunk/ardor3d-animation/pom.xml +++ b/trunk/ardor3d-animation/pom.xml @@ -1,32 +1,32 @@ -<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> - <parent> - <groupId>com.ardor3d</groupId> - <artifactId>ardor3d</artifactId> - <version>0.8-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> - </parent> - - <artifactId>ardor3d-animation</artifactId> - <packaging>bundle</packaging> - <name>Ardor 3D Skinning and Animation System</name> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.6</source> - <target>1.6</target> - </configuration> - </plugin> - </plugins> - </build> - <dependencies> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>ardor3d-core</artifactId> - <version>${project.version}</version> - </dependency> - </dependencies> - </project> +<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>
+ <parent>
+ <groupId>com.ardor3d</groupId>
+ <artifactId>ardor3d</artifactId>
+ <version>0.8</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <artifactId>ardor3d-animation</artifactId>
+ <packaging>bundle</packaging>
+ <name>Ardor 3D Skinning and Animation System</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>ardor3d-core</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
+ </project>
diff --git a/trunk/ardor3d-archetype/pom.xml b/trunk/ardor3d-archetype/pom.xml index cb24950..6b56886 100644 --- a/trunk/ardor3d-archetype/pom.xml +++ b/trunk/ardor3d-archetype/pom.xml @@ -1,28 +1,28 @@ -<?xml version="1.0"?><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"> - <parent> - <artifactId>ardor3d</artifactId> - <groupId>com.ardor3d</groupId> - <version>0.8-SNAPSHOT</version> - </parent> - <modelVersion>4.0.0</modelVersion> - <groupId>com.ardor3d</groupId> - <artifactId>ardor3d-archetype</artifactId> - <version>0.8-SNAPSHOT</version> - <name>Archetype - ardor3d-archetype</name> - <url>http://maven.apache.org</url> - <!-- TODO: make sure natives are included in copied project! --> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.0.2</version> - <configuration> - <source>1.6</source> - <target>1.6</target> - </configuration> - </plugin> - </plugins> - </build> -</project> - +<?xml version="1.0"?><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">
+ <parent>
+ <artifactId>ardor3d</artifactId>
+ <groupId>com.ardor3d</groupId>
+ <version>0.8</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>com.ardor3d</groupId>
+ <artifactId>ardor3d-archetype</artifactId>
+ <version>0.8</version>
+ <name>Archetype - ardor3d-archetype</name>
+ <url>http://maven.apache.org</url>
+ <!-- TODO: make sure natives are included in copied project! -->
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0.2</version>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
+
diff --git a/trunk/ardor3d-awt/pom.xml b/trunk/ardor3d-awt/pom.xml index 0f69fb5..8b6126a 100644 --- a/trunk/ardor3d-awt/pom.xml +++ b/trunk/ardor3d-awt/pom.xml @@ -1,40 +1,40 @@ -<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> - <parent> - <groupId>com.ardor3d</groupId> - <artifactId>ardor3d</artifactId> - <version>0.8-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> - </parent> - - <artifactId>ardor3d-awt</artifactId> - <packaging>bundle</packaging> - <name>Ardor 3D AWT</name> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.6</source> - <target>1.6</target> - <encoding>${project.build.sourceEncoding}</encoding> - </configuration> - </plugin> - </plugins> - </build> - <dependencies> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>ardor3d-core</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.easymock</groupId> - <artifactId>easymockclassextension</artifactId> - </dependency> - </dependencies> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> -</project> +<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>
+ <parent>
+ <groupId>com.ardor3d</groupId>
+ <artifactId>ardor3d</artifactId>
+ <version>0.8</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <artifactId>ardor3d-awt</artifactId>
+ <packaging>bundle</packaging>
+ <name>Ardor 3D AWT</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ <encoding>${project.build.sourceEncoding}</encoding>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>ardor3d-core</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymockclassextension</artifactId>
+ </dependency>
+ </dependencies>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+</project>
diff --git a/trunk/ardor3d-collada/pom.xml b/trunk/ardor3d-collada/pom.xml index 1809605..554a5cb 100644 --- a/trunk/ardor3d-collada/pom.xml +++ b/trunk/ardor3d-collada/pom.xml @@ -1,49 +1,49 @@ -<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> - <parent> - <groupId>com.ardor3d</groupId> - <artifactId>ardor3d</artifactId> - <version>0.8-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> - </parent> - - <artifactId>ardor3d-collada</artifactId> - <packaging>bundle</packaging> - <name>Ardor 3D Collada Importer</name> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.6</source> - <target>1.6</target> - </configuration> - </plugin> - </plugins> - </build> - <dependencies> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>ardor3d-core</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>ardor3d-animation</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.jdom</groupId> - <artifactId>jdom</artifactId> - </dependency> - <dependency> - <groupId>org.jdom</groupId> - <artifactId>jaxen</artifactId> - </dependency> - <dependency> - <groupId>org.jdom</groupId> - <artifactId>saxpath</artifactId> - </dependency> - </dependencies> - </project> +<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>
+ <parent>
+ <groupId>com.ardor3d</groupId>
+ <artifactId>ardor3d</artifactId>
+ <version>0.8</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <artifactId>ardor3d-collada</artifactId>
+ <packaging>bundle</packaging>
+ <name>Ardor 3D Collada Importer</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>ardor3d-core</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>ardor3d-animation</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jdom</groupId>
+ <artifactId>jdom</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jdom</groupId>
+ <artifactId>jaxen</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jdom</groupId>
+ <artifactId>saxpath</artifactId>
+ </dependency>
+ </dependencies>
+ </project>
diff --git a/trunk/ardor3d-core/pom.xml b/trunk/ardor3d-core/pom.xml index 9edd61b..1d5629c 100644 --- a/trunk/ardor3d-core/pom.xml +++ b/trunk/ardor3d-core/pom.xml @@ -1,54 +1,54 @@ -<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> - <parent> - <groupId>com.ardor3d</groupId> - <artifactId>ardor3d</artifactId> - <version>0.8-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> - </parent> - - <artifactId>ardor3d-core</artifactId> - <packaging>bundle</packaging> - <name>Ardor 3D Core</name> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.3.2</version> - <configuration> - <source>1.6</source> - <target>1.6</target> - <encoding>${project.build.sourceEncoding}</encoding> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-resources-plugin</artifactId> - <version>2.6</version> - <configuration> - <encoding>${project.build.sourceEncoding}</encoding> - </configuration> - </plugin> - </plugins> - </build> - <dependencies> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>ardor3d-math</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - </dependency> - <dependency> - <groupId>org.easymock</groupId> - <artifactId>easymockclassextension</artifactId> - </dependency> - </dependencies> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> -</project> - +<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>
+ <parent>
+ <groupId>com.ardor3d</groupId>
+ <artifactId>ardor3d</artifactId>
+ <version>0.8</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <artifactId>ardor3d-core</artifactId>
+ <packaging>bundle</packaging>
+ <name>Ardor 3D Core</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.3.2</version>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ <encoding>${project.build.sourceEncoding}</encoding>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <version>2.6</version>
+ <configuration>
+ <encoding>${project.build.sourceEncoding}</encoding>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>ardor3d-math</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymockclassextension</artifactId>
+ </dependency>
+ </dependencies>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+</project>
+
diff --git a/trunk/ardor3d-effects/pom.xml b/trunk/ardor3d-effects/pom.xml index 1134b09..d3c7933 100644 --- a/trunk/ardor3d-effects/pom.xml +++ b/trunk/ardor3d-effects/pom.xml @@ -1,32 +1,32 @@ -<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> - <parent> - <groupId>com.ardor3d</groupId> - <artifactId>ardor3d</artifactId> - <version>0.8-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> - </parent> - - <artifactId>ardor3d-effects</artifactId> - <packaging>bundle</packaging> - <name>Ardor 3D Effects</name> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.6</source> - <target>1.6</target> - </configuration> - </plugin> - </plugins> - </build> - <dependencies> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>ardor3d-core</artifactId> - <version>${project.version}</version> - </dependency> - </dependencies> -</project> +<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>
+ <parent>
+ <groupId>com.ardor3d</groupId>
+ <artifactId>ardor3d</artifactId>
+ <version>0.8</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <artifactId>ardor3d-effects</artifactId>
+ <packaging>bundle</packaging>
+ <name>Ardor 3D Effects</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>ardor3d-core</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/trunk/ardor3d-examples/pom.xml b/trunk/ardor3d-examples/pom.xml index 748cf45..33ec00c 100644 --- a/trunk/ardor3d-examples/pom.xml +++ b/trunk/ardor3d-examples/pom.xml @@ -1,243 +1,243 @@ -<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> - <parent> - <groupId>com.ardor3d</groupId> - <artifactId>ardor3d</artifactId> - <relativePath>../pom.xml</relativePath> - <version>0.8-SNAPSHOT</version> - </parent> - - <artifactId>ardor3d-examples</artifactId> - <packaging>bundle</packaging> - <name>Ardor 3D Examples</name> - - <properties> - <main.class>com.ardor3d.example.basic.BoxExample</main.class> - <jogl.native>${basedir}${file.separator}..${file.separator}ardor3d-jogl${file.separator}lib${file.separator}jogl${file.separator}native${file.separator}windows_i586</jogl.native> - <lwjgl.native>${basedir}${file.separator}..${file.separator}ardor3d-lwjgl${file.separator}target${file.separator}lib${file.separator}${lwjgl.classifier}${file.separator}lwjgl</lwjgl.native> - <library.path>${lwjgl.native}${path.separator}${jogl.native}</library.path> - </properties> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <version>2.4</version> - <configuration> - <archive> - <!-- TODO: find a good way of handling native libraries --> - <manifest> - <mainClass>${main.class}</mainClass> - <addClasspath>true</addClasspath> - <classpathPrefix>lib/</classpathPrefix> - </manifest> - </archive> - </configuration> - </plugin> - <plugin> - <artifactId>maven-assembly-plugin</artifactId> - <executions> - <execution> - <id>bundle-project-sources</id> - <phase>package</phase> - <goals> - <goal>single</goal> - </goals> - <configuration> - <descriptors> - <descriptor>assembly.xml</descriptor> - </descriptors> - </configuration> - </execution> - </executions> - </plugin> - <!-- TODO: see execution comment above --> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>exec-maven-plugin</artifactId> - <version>1.2.1</version> - <executions> - <execution> - <goals> - <goal>exec</goal> - </goals> - </execution> - </executions> - <configuration> - <systemProperties> - <systemProperty> - <key>org.lwjgl.librarypath</key> - <value>${lwjgl.native}</value> - </systemProperty> - </systemProperties> - <mainClass>${main.class}</mainClass> - <argument>-classpath</argument> - <classpath /> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.6</source> - <target>1.6</target> - </configuration> - </plugin> - </plugins> - </build> - - <dependencies> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>ardor3d-lwjgl</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>ardor3d-awt</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>ardor3d-swt</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>ardor3d-jogl</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>ardor3d-effects</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>ardor3d-extras</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>ardor3d-collada</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>ardor3d-terrain</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>ardor3d-ui</artifactId> - <version>${project.version}</version> - </dependency> - </dependencies> - <profiles> - <profile> - <id>linux-x86</id> - <activation> - <os> - <arch>i386</arch> - <name>linux</name> - </os> - </activation> - <properties> - <swt.classifier>linux-x86</swt.classifier> - <lwjgl.classifier>linux</lwjgl.classifier> - </properties> - </profile> - <profile> - <id>linux-x86_64</id> - <activation> - <os> - <arch>amd64</arch> - <name>Linux</name> - </os> - </activation> - <properties> - <swt.classifier>linux-x86_64</swt.classifier> - <lwjgl.classifier>linux</lwjgl.classifier> - </properties> - </profile> - <profile> - <id>solaris-sparc</id> - <activation> - <os> - <arch>sparc</arch> - <name>SunOS</name> - </os> - </activation> - <properties> - <swt.classifier>solaris-sparc</swt.classifier> - <lwjgl.classifier>solaris</lwjgl.classifier> - </properties> - </profile> - <profile> - <id>solaris-x86</id> - <activation> - <os> - <arch>x86</arch> - <name>SunOS</name> - </os> - </activation> - <properties> - <swt.classifier>solaris-x86</swt.classifier> - <lwjgl.classifier>solaris</lwjgl.classifier> - </properties> - </profile> - <profile> - <id>macosx-cocoa-64</id> - <activation> - <os> - <arch>x86_64</arch> - <family>mac</family> - </os> - </activation> - <properties> - <swt.classifier>mac-x86_64</swt.classifier> - <lwjgl.classifier>mac</lwjgl.classifier> - </properties> - </profile> - <profile> - <id>macosx-cocoa</id> - <activation> - <os> - <arch>x86</arch> - <family>mac</family> - </os> - </activation> - <properties> - <swt.classifier>mac-x86</swt.classifier> - <lwjgl.classifier>mac</lwjgl.classifier> - </properties> - </profile> - <profile> - <id>win32</id> - <activation> - <os> - <arch>x86</arch> - <family>Windows</family> - </os> - </activation> - <properties> - <swt.classifier>win32-x86</swt.classifier> - <lwjgl.classifier>windows</lwjgl.classifier> - </properties> - </profile> - <profile> - <id>win64</id> - <activation> - <os> - <arch>amd64</arch> - <family>Windows</family> - </os> - </activation> - <properties> - <swt.classifier>win32-x86_64</swt.classifier> - <lwjgl.classifier>windows</lwjgl.classifier> - </properties> - </profile> - </profiles> -</project> +<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>
+ <parent>
+ <groupId>com.ardor3d</groupId>
+ <artifactId>ardor3d</artifactId>
+ <relativePath>../pom.xml</relativePath>
+ <version>0.8</version>
+ </parent>
+
+ <artifactId>ardor3d-examples</artifactId>
+ <packaging>bundle</packaging>
+ <name>Ardor 3D Examples</name>
+
+ <properties>
+ <main.class>com.ardor3d.example.basic.BoxExample</main.class>
+ <jogl.native>${basedir}${file.separator}..${file.separator}ardor3d-jogl${file.separator}lib${file.separator}jogl${file.separator}native${file.separator}windows_i586</jogl.native>
+ <lwjgl.native>${basedir}${file.separator}..${file.separator}ardor3d-lwjgl${file.separator}target${file.separator}lib${file.separator}${lwjgl.classifier}${file.separator}lwjgl</lwjgl.native>
+ <library.path>${lwjgl.native}${path.separator}${jogl.native}</library.path>
+ </properties>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.4</version>
+ <configuration>
+ <archive>
+ <!-- TODO: find a good way of handling native libraries -->
+ <manifest>
+ <mainClass>${main.class}</mainClass>
+ <addClasspath>true</addClasspath>
+ <classpathPrefix>lib/</classpathPrefix>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>bundle-project-sources</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <configuration>
+ <descriptors>
+ <descriptor>assembly.xml</descriptor>
+ </descriptors>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <!-- TODO: see execution comment above -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <version>1.2.1</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <systemProperties>
+ <systemProperty>
+ <key>org.lwjgl.librarypath</key>
+ <value>${lwjgl.native}</value>
+ </systemProperty>
+ </systemProperties>
+ <mainClass>${main.class}</mainClass>
+ <argument>-classpath</argument>
+ <classpath />
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>ardor3d-lwjgl</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>ardor3d-awt</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>ardor3d-swt</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>ardor3d-jogl</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>ardor3d-effects</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>ardor3d-extras</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>ardor3d-collada</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>ardor3d-terrain</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>ardor3d-ui</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
+ <profiles>
+ <profile>
+ <id>linux-x86</id>
+ <activation>
+ <os>
+ <arch>i386</arch>
+ <name>linux</name>
+ </os>
+ </activation>
+ <properties>
+ <swt.classifier>linux-x86</swt.classifier>
+ <lwjgl.classifier>linux</lwjgl.classifier>
+ </properties>
+ </profile>
+ <profile>
+ <id>linux-x86_64</id>
+ <activation>
+ <os>
+ <arch>amd64</arch>
+ <name>Linux</name>
+ </os>
+ </activation>
+ <properties>
+ <swt.classifier>linux-x86_64</swt.classifier>
+ <lwjgl.classifier>linux</lwjgl.classifier>
+ </properties>
+ </profile>
+ <profile>
+ <id>solaris-sparc</id>
+ <activation>
+ <os>
+ <arch>sparc</arch>
+ <name>SunOS</name>
+ </os>
+ </activation>
+ <properties>
+ <swt.classifier>solaris-sparc</swt.classifier>
+ <lwjgl.classifier>solaris</lwjgl.classifier>
+ </properties>
+ </profile>
+ <profile>
+ <id>solaris-x86</id>
+ <activation>
+ <os>
+ <arch>x86</arch>
+ <name>SunOS</name>
+ </os>
+ </activation>
+ <properties>
+ <swt.classifier>solaris-x86</swt.classifier>
+ <lwjgl.classifier>solaris</lwjgl.classifier>
+ </properties>
+ </profile>
+ <profile>
+ <id>macosx-cocoa-64</id>
+ <activation>
+ <os>
+ <arch>x86_64</arch>
+ <family>mac</family>
+ </os>
+ </activation>
+ <properties>
+ <swt.classifier>mac-x86_64</swt.classifier>
+ <lwjgl.classifier>mac</lwjgl.classifier>
+ </properties>
+ </profile>
+ <profile>
+ <id>macosx-cocoa</id>
+ <activation>
+ <os>
+ <arch>x86</arch>
+ <family>mac</family>
+ </os>
+ </activation>
+ <properties>
+ <swt.classifier>mac-x86</swt.classifier>
+ <lwjgl.classifier>mac</lwjgl.classifier>
+ </properties>
+ </profile>
+ <profile>
+ <id>win32</id>
+ <activation>
+ <os>
+ <arch>x86</arch>
+ <family>Windows</family>
+ </os>
+ </activation>
+ <properties>
+ <swt.classifier>win32-x86</swt.classifier>
+ <lwjgl.classifier>windows</lwjgl.classifier>
+ </properties>
+ </profile>
+ <profile>
+ <id>win64</id>
+ <activation>
+ <os>
+ <arch>amd64</arch>
+ <family>Windows</family>
+ </os>
+ </activation>
+ <properties>
+ <swt.classifier>win32-x86_64</swt.classifier>
+ <lwjgl.classifier>windows</lwjgl.classifier>
+ </properties>
+ </profile>
+ </profiles>
+</project>
diff --git a/trunk/ardor3d-extras/pom.xml b/trunk/ardor3d-extras/pom.xml index 7c1b4f6..97791cd 100644 --- a/trunk/ardor3d-extras/pom.xml +++ b/trunk/ardor3d-extras/pom.xml @@ -1,32 +1,32 @@ -<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> - <parent> - <groupId>com.ardor3d</groupId> - <artifactId>ardor3d</artifactId> - <version>0.8-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> - </parent> - - <artifactId>ardor3d-extras</artifactId> - <packaging>bundle</packaging> - <name>Ardor 3D Extras Package</name> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.6</source> - <target>1.6</target> - </configuration> - </plugin> - </plugins> - </build> - <dependencies> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>ardor3d-core</artifactId> - <version>${project.version}</version> - </dependency> - </dependencies> -</project> +<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>
+ <parent>
+ <groupId>com.ardor3d</groupId>
+ <artifactId>ardor3d</artifactId>
+ <version>0.8</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <artifactId>ardor3d-extras</artifactId>
+ <packaging>bundle</packaging>
+ <name>Ardor 3D Extras Package</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>ardor3d-core</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/trunk/ardor3d-jogl/pom.xml b/trunk/ardor3d-jogl/pom.xml index c810d3e..5e4cc70 100644 --- a/trunk/ardor3d-jogl/pom.xml +++ b/trunk/ardor3d-jogl/pom.xml @@ -1,51 +1,51 @@ -<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> - <parent> - <groupId>com.ardor3d</groupId> - <artifactId>ardor3d</artifactId> - <relativePath>../pom.xml</relativePath> - <version>0.8-SNAPSHOT</version> - </parent> - - <artifactId>ardor3d-jogl</artifactId> - <packaging>bundle</packaging> - <name>Ardor 3D JOGL</name> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.6</source> - <target>1.6</target> - </configuration> - </plugin> - </plugins> - </build> - <dependencies> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>ardor3d-core</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>net.java.dev.jogl</groupId> - <artifactId>jogl</artifactId> - </dependency> - <!-- - NOTE: This code commented out by Petter 090224, since it isn't really ready to be used, - and since it is at the moment more work than it is worth to get it ready. Later on, when - we have solved some more fundamental problems, it is probably time to revisit this. - --> - - <!-- dependency> - <groupId>net.java.dev.jogl</groupId> - <artifactId>jogl-natives</artifactId> - </dependency --> - <dependency> - <groupId>com.projectdarkstar.ext.net.java.dev.gluegen</groupId> - <artifactId>gluegen-rt</artifactId> - </dependency> - </dependencies> -</project> - +<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>
+ <parent>
+ <groupId>com.ardor3d</groupId>
+ <artifactId>ardor3d</artifactId>
+ <relativePath>../pom.xml</relativePath>
+ <version>0.8</version>
+ </parent>
+
+ <artifactId>ardor3d-jogl</artifactId>
+ <packaging>bundle</packaging>
+ <name>Ardor 3D JOGL</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>ardor3d-core</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>net.java.dev.jogl</groupId>
+ <artifactId>jogl</artifactId>
+ </dependency>
+ <!--
+ NOTE: This code commented out by Petter 090224, since it isn't really ready to be used,
+ and since it is at the moment more work than it is worth to get it ready. Later on, when
+ we have solved some more fundamental problems, it is probably time to revisit this.
+ -->
+
+ <!-- dependency>
+ <groupId>net.java.dev.jogl</groupId>
+ <artifactId>jogl-natives</artifactId>
+ </dependency -->
+ <dependency>
+ <groupId>com.projectdarkstar.ext.net.java.dev.gluegen</groupId>
+ <artifactId>gluegen-rt</artifactId>
+ </dependency>
+ </dependencies>
+</project>
+
diff --git a/trunk/ardor3d-lwjgl/pom.xml b/trunk/ardor3d-lwjgl/pom.xml index 03d567f..bddfd3f 100644 --- a/trunk/ardor3d-lwjgl/pom.xml +++ b/trunk/ardor3d-lwjgl/pom.xml @@ -1,58 +1,58 @@ -<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> - <parent> - <groupId>com.ardor3d</groupId> - <artifactId>ardor3d</artifactId> - <relativePath>../pom.xml</relativePath> - <version>0.8-SNAPSHOT</version> - </parent> - - <artifactId>ardor3d-lwjgl</artifactId> - <packaging>bundle</packaging> - <name>Ardor 3D LWJGL</name> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.6</source> - <target>1.6</target> - </configuration> - </plugin> - <plugin> - <groupId>com.googlecode.mavennatives</groupId> - <artifactId>maven-nativedependencies-plugin</artifactId> - <version>0.0.5</version> - <executions> - <execution> - <id>unpacknatives</id> - <phase>generate-resources</phase> - <goals> - <goal>copy</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - <dependencies> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>ardor3d-core</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.lwjgl.lwjgl</groupId> - <artifactId>lwjgl</artifactId> - </dependency> - <dependency> - <groupId>org.lwjgl.lwjgl</groupId> - <artifactId>lwjgl_util</artifactId> - </dependency> - <dependency> - <groupId>net.java.games.input</groupId> - <artifactId>jinput</artifactId> - </dependency> - </dependencies> -</project> +<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>
+ <parent>
+ <groupId>com.ardor3d</groupId>
+ <artifactId>ardor3d</artifactId>
+ <relativePath>../pom.xml</relativePath>
+ <version>0.8</version>
+ </parent>
+
+ <artifactId>ardor3d-lwjgl</artifactId>
+ <packaging>bundle</packaging>
+ <name>Ardor 3D LWJGL</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>com.googlecode.mavennatives</groupId>
+ <artifactId>maven-nativedependencies-plugin</artifactId>
+ <version>0.0.5</version>
+ <executions>
+ <execution>
+ <id>unpacknatives</id>
+ <phase>generate-resources</phase>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>ardor3d-core</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.lwjgl.lwjgl</groupId>
+ <artifactId>lwjgl</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.lwjgl.lwjgl</groupId>
+ <artifactId>lwjgl_util</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>net.java.games.input</groupId>
+ <artifactId>jinput</artifactId>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/trunk/ardor3d-math/pom.xml b/trunk/ardor3d-math/pom.xml index ea190b1..4120062 100644 --- a/trunk/ardor3d-math/pom.xml +++ b/trunk/ardor3d-math/pom.xml @@ -1,42 +1,42 @@ -<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> - <parent> - <groupId>com.ardor3d</groupId> - <artifactId>ardor3d</artifactId> - <version>0.8-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> - </parent> - - <artifactId>ardor3d-math</artifactId> - <packaging>bundle</packaging> - <name>Ardor 3D Math</name> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.3.2</version> - <configuration> - <source>1.6</source> - <target>1.6</target> - <encoding>${project.build.sourceEncoding}</encoding> - </configuration> - </plugin> - </plugins> - </build> - <dependencies> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>ardor3d-savable</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.easymock</groupId> - <artifactId>easymockclassextension</artifactId> - </dependency> - </dependencies> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> -</project> - +<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>
+ <parent>
+ <groupId>com.ardor3d</groupId>
+ <artifactId>ardor3d</artifactId>
+ <version>0.8</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <artifactId>ardor3d-math</artifactId>
+ <packaging>bundle</packaging>
+ <name>Ardor 3D Math</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.3.2</version>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ <encoding>${project.build.sourceEncoding}</encoding>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>ardor3d-savable</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymockclassextension</artifactId>
+ </dependency>
+ </dependencies>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+</project>
+
diff --git a/trunk/ardor3d-savable/pom.xml b/trunk/ardor3d-savable/pom.xml index 0bfd022..a95434f 100644 --- a/trunk/ardor3d-savable/pom.xml +++ b/trunk/ardor3d-savable/pom.xml @@ -1,33 +1,33 @@ -<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> - <parent> - <groupId>com.ardor3d</groupId> - <artifactId>ardor3d</artifactId> - <version>0.8-SNAPSHOT</version> - <relativePath>../</relativePath> - </parent> - - <artifactId>ardor3d-savable</artifactId> - <packaging>bundle</packaging> - <name>Ardor 3D Savable</name> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.3.2</version> - <configuration> - <source>1.6</source> - <target>1.6</target> - <encoding>${project.build.sourceEncoding}</encoding> - </configuration> - </plugin> - </plugins> - </build> - <dependencies> - </dependencies> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> -</project> - +<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>
+ <parent>
+ <groupId>com.ardor3d</groupId>
+ <artifactId>ardor3d</artifactId>
+ <version>0.8</version>
+ <relativePath>../</relativePath>
+ </parent>
+
+ <artifactId>ardor3d-savable</artifactId>
+ <packaging>bundle</packaging>
+ <name>Ardor 3D Savable</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.3.2</version>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ <encoding>${project.build.sourceEncoding}</encoding>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ </dependencies>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+</project>
+
diff --git a/trunk/ardor3d-swt/pom.xml b/trunk/ardor3d-swt/pom.xml index dade705..18e5650 100644 --- a/trunk/ardor3d-swt/pom.xml +++ b/trunk/ardor3d-swt/pom.xml @@ -1,141 +1,141 @@ - -<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> - <parent> - <groupId>com.ardor3d</groupId> - <artifactId>ardor3d</artifactId> - <relativePath>../pom.xml</relativePath> - <version>0.8-SNAPSHOT</version> - </parent> - - <artifactId>ardor3d-swt</artifactId> - <packaging>bundle</packaging> - <name>Ardor 3D SWT</name> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.6</source> - <target>1.6</target> - </configuration> - </plugin> - </plugins> - </build> - <dependencies> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>ardor3d-core</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.easymock</groupId> - <artifactId>easymockclassextension</artifactId> - </dependency> - <dependency> - <groupId>org.eclipse.swt</groupId> - <artifactId>swt</artifactId> - <classifier>${swt.classifier}</classifier> - </dependency> - </dependencies> - - <profiles> - <profile> - <id>linux-x86</id> - <activation> - <os> - <arch>i386</arch> - <name>linux</name> - </os> - </activation> - <properties> - <swt.classifier>linux-x86</swt.classifier> - </properties> - </profile> - <profile> - <id>linux-x86_64</id> - <activation> - <os> - <arch>amd64</arch> - <name>Linux</name> - </os> - </activation> - <properties> - <swt.classifier>linux-x86_64</swt.classifier> - </properties> - </profile> - <profile> - <id>solaris-sparc</id> - <activation> - <os> - <arch>sparc</arch> - <name>SunOS</name> - </os> - </activation> - <properties> - <swt.classifier>solaris-sparc</swt.classifier> - </properties> - </profile> - <profile> - <id>solaris-x86</id> - <activation> - <os> - <arch>x86</arch> - <name>SunOS</name> - </os> - </activation> - <properties> - <swt.classifier>solaris-x86</swt.classifier> - </properties> - </profile> - <profile> - <id>macosx-cocoa-64</id> - <activation> - <os> - <arch>x86_64</arch> - <family>mac</family> - </os> - </activation> - <properties> - <swt.classifier>mac-x86_64</swt.classifier> - </properties> - </profile> - <profile> - <id>macosx-cocoa</id> - <activation> - <os> - <arch>x86</arch> - <family>mac</family> - </os> - </activation> - <properties> - <swt.classifier>mac-x86</swt.classifier> - </properties> - </profile> - <profile> - <id>win32</id> - <activation> - <os> - <arch>x86</arch> - <family>windows</family> - </os> - </activation> - <properties> - <swt.classifier>win32-x86</swt.classifier> - </properties> - </profile> - <profile> - <id>win64</id> - <activation> - <os> - <arch>amd64</arch> - <family>windows</family> - </os> - </activation> - <properties> - <swt.classifier>win32-x86_64</swt.classifier> - </properties> - </profile> - </profiles> -</project> +
+<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>
+ <parent>
+ <groupId>com.ardor3d</groupId>
+ <artifactId>ardor3d</artifactId>
+ <relativePath>../pom.xml</relativePath>
+ <version>0.8</version>
+ </parent>
+
+ <artifactId>ardor3d-swt</artifactId>
+ <packaging>bundle</packaging>
+ <name>Ardor 3D SWT</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>ardor3d-core</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymockclassextension</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.swt</groupId>
+ <artifactId>swt</artifactId>
+ <classifier>${swt.classifier}</classifier>
+ </dependency>
+ </dependencies>
+
+ <profiles>
+ <profile>
+ <id>linux-x86</id>
+ <activation>
+ <os>
+ <arch>i386</arch>
+ <name>linux</name>
+ </os>
+ </activation>
+ <properties>
+ <swt.classifier>linux-x86</swt.classifier>
+ </properties>
+ </profile>
+ <profile>
+ <id>linux-x86_64</id>
+ <activation>
+ <os>
+ <arch>amd64</arch>
+ <name>Linux</name>
+ </os>
+ </activation>
+ <properties>
+ <swt.classifier>linux-x86_64</swt.classifier>
+ </properties>
+ </profile>
+ <profile>
+ <id>solaris-sparc</id>
+ <activation>
+ <os>
+ <arch>sparc</arch>
+ <name>SunOS</name>
+ </os>
+ </activation>
+ <properties>
+ <swt.classifier>solaris-sparc</swt.classifier>
+ </properties>
+ </profile>
+ <profile>
+ <id>solaris-x86</id>
+ <activation>
+ <os>
+ <arch>x86</arch>
+ <name>SunOS</name>
+ </os>
+ </activation>
+ <properties>
+ <swt.classifier>solaris-x86</swt.classifier>
+ </properties>
+ </profile>
+ <profile>
+ <id>macosx-cocoa-64</id>
+ <activation>
+ <os>
+ <arch>x86_64</arch>
+ <family>mac</family>
+ </os>
+ </activation>
+ <properties>
+ <swt.classifier>mac-x86_64</swt.classifier>
+ </properties>
+ </profile>
+ <profile>
+ <id>macosx-cocoa</id>
+ <activation>
+ <os>
+ <arch>x86</arch>
+ <family>mac</family>
+ </os>
+ </activation>
+ <properties>
+ <swt.classifier>mac-x86</swt.classifier>
+ </properties>
+ </profile>
+ <profile>
+ <id>win32</id>
+ <activation>
+ <os>
+ <arch>x86</arch>
+ <family>windows</family>
+ </os>
+ </activation>
+ <properties>
+ <swt.classifier>win32-x86</swt.classifier>
+ </properties>
+ </profile>
+ <profile>
+ <id>win64</id>
+ <activation>
+ <os>
+ <arch>amd64</arch>
+ <family>windows</family>
+ </os>
+ </activation>
+ <properties>
+ <swt.classifier>win32-x86_64</swt.classifier>
+ </properties>
+ </profile>
+ </profiles>
+</project>
diff --git a/trunk/ardor3d-terrain/pom.xml b/trunk/ardor3d-terrain/pom.xml index 1ac351c..fa706bb 100644 --- a/trunk/ardor3d-terrain/pom.xml +++ b/trunk/ardor3d-terrain/pom.xml @@ -1,37 +1,37 @@ -<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> - <parent> - <groupId>com.ardor3d</groupId> - <artifactId>ardor3d</artifactId> - <version>0.8-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> - </parent> - - <artifactId>ardor3d-terrain</artifactId> - <packaging>bundle</packaging> - <name>Ardor 3D Terrain</name> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.6</source> - <target>1.6</target> - </configuration> - </plugin> - </plugins> - </build> - <dependencies> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>ardor3d-core</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>ardor3d-awt</artifactId> - <version>${project.version}</version> - </dependency> - </dependencies> -</project> +<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>
+ <parent>
+ <groupId>com.ardor3d</groupId>
+ <artifactId>ardor3d</artifactId>
+ <version>0.8</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <artifactId>ardor3d-terrain</artifactId>
+ <packaging>bundle</packaging>
+ <name>Ardor 3D Terrain</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>ardor3d-core</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>ardor3d-awt</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/trunk/ardor3d-ui/pom.xml b/trunk/ardor3d-ui/pom.xml index a8ac707..83983c5 100644 --- a/trunk/ardor3d-ui/pom.xml +++ b/trunk/ardor3d-ui/pom.xml @@ -1,32 +1,32 @@ -<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> - <parent> - <groupId>com.ardor3d</groupId> - <artifactId>ardor3d</artifactId> - <version>0.8-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> - </parent> - - <artifactId>ardor3d-ui</artifactId> - <packaging>bundle</packaging> - <name>Ardor 3D UI</name> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.6</source> - <target>1.6</target> - </configuration> - </plugin> - </plugins> - </build> - <dependencies> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>ardor3d-core</artifactId> - <version>${project.version}</version> - </dependency> - </dependencies> -</project> +<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>
+ <parent>
+ <groupId>com.ardor3d</groupId>
+ <artifactId>ardor3d</artifactId>
+ <version>0.8</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <artifactId>ardor3d-ui</artifactId>
+ <packaging>bundle</packaging>
+ <name>Ardor 3D UI</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>ardor3d-core</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/trunk/pom.xml b/trunk/pom.xml index 02f86f6..25f5547 100644 --- a/trunk/pom.xml +++ b/trunk/pom.xml @@ -1,371 +1,371 @@ - -<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>com.ardor3d</groupId> - <artifactId>ardor3d</artifactId> - <packaging>pom</packaging> - <version>0.8-SNAPSHOT</version> - <name>Ardor 3D</name> - - <modules> - <module>ardor3d-savable</module> - <module>ardor3d-math</module> - <module>ardor3d-core</module> - <module>ardor3d-jogl</module> - <module>ardor3d-lwjgl</module> - <module>ardor3d-swt</module> - <module>ardor3d-awt</module> - <module>ardor3d-extras</module> - <module>ardor3d-effects</module> - <module>ardor3d-collada</module> - <module>ardor3d-animation</module> - <module>ardor3d-ui</module> - <module>ardor3d-terrain</module> - <module>ardor3d-examples</module> - <module>ardor3d-archetype</module> - </modules> - - <scm> - <connection>scm:git:https://github.com/Renanse/Ardor3D.git</connection> - </scm> - - <repositories> - <repository> - <id>maven2-repository.dev.java.net</id> - <name>Java.net Repository for Maven</name> - <url>http://download.java.net/maven/2</url> - <layout>default</layout> - </repository> - <!-- Ardor3D internal repository --> - <repository> - <id>ardor3d</id> - <name>Ardor3D repository</name> - <url>http://ardor3d.com:8081/nexus/content/repositories/thirdparty</url> - <layout>default</layout> - </repository> - <repository> - <id>google-maven-repository</id> - <name>Google Maven Repository</name> - <url>http://google-maven-repository.googlecode.com/svn/repository/</url> - <layout>default</layout> - </repository> - </repositories> - - <build> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.3.2</version> - <configuration> - <source>1.6</source> - <target>1.6</target> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <plugin> - <artifactId>maven-resources-plugin</artifactId> - <version>2.6</version> - <configuration> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <version>2.3</version> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>findbugs-maven-plugin</artifactId> - <version>2.3.1</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.6</version> - <configuration> - <argLine>-Xmx512m</argLine> - </configuration> - </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <version>2.0</version> - </plugin> - </plugins> - </pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.6</source> - <target>1.6</target> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <version>2.3.7</version> - <extensions>true</extensions> - <configuration> - <manifestLocation>target/classes/META-INF</manifestLocation> - <instructions> - <Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName> - <Bundle-RequiredExecutionEnvironment>JavaSE-1.6</Bundle-RequiredExecutionEnvironment> - </instructions> - </configuration> - </plugin> - </plugins> - </build> - - - <!-- these properties help simplify specifying some commonly occurring variables --> - <properties> - <lwjgl.version>2.8.4</lwjgl.version> - <jdom.version>ardor3d-1.1.1</jdom.version> - <swt.version>3650</swt.version> - <osgi.project.version>0.8_SNAPSHOT</osgi.project.version> - </properties> - - <!-- The dependencyManagement section should specify all versions of artifacts used in sub --> - <!-- modules. This only specifies version, and doesn't mean that modules actually use them --> - <!-- To inherit actual usage of artifacts, use the dependencies section below. --> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - <version>13.0.1</version> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.5</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.easymock</groupId> - <artifactId>easymockclassextension</artifactId> - <version>2.4</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>net.java.dev.jogl</groupId> - <artifactId>jogl</artifactId> - <version>ardor3d-1.1.2-pre-20080523</version> - </dependency> - <dependency> - <groupId>net.java.dev.jogl</groupId> - <artifactId>jogl-natives</artifactId> - <version>ardor3d-1.1.2-pre-20080523</version> - </dependency> - <dependency> - <groupId>com.projectdarkstar.ext.net.java.dev.gluegen</groupId> - <artifactId>gluegen-rt</artifactId> - <version>1.0b06</version> - </dependency> - <dependency> - <groupId>org.lwjgl.lwjgl</groupId> - <artifactId>lwjgl</artifactId> - <version>${lwjgl.version}</version> - </dependency> - <dependency> - <groupId>org.lwjgl.lwjgl</groupId> - <artifactId>lwjgl_util</artifactId> - <version>${lwjgl.version}</version> - </dependency> - <dependency> - <groupId>net.java.games.input</groupId> - <artifactId>jinput</artifactId> - <version>ardor3d-20100503</version> - </dependency> - <dependency> - <groupId>org.jdom</groupId> - <artifactId>jdom</artifactId> - <version>${jdom.version}</version> - </dependency> - <dependency> - <groupId>org.jdom</groupId> - <artifactId>jaxen</artifactId> - <version>${jdom.version}</version> - </dependency> - <dependency> - <groupId>org.jdom</groupId> - <artifactId>saxpath</artifactId> - <version>${jdom.version}</version> - </dependency> - <dependency> - <groupId>org.eclipse.swt</groupId> - <artifactId>swt</artifactId> - <version>${swt.version}</version> - <classifier>${swt.classifier}</classifier> - </dependency> - <dependency> - <groupId>org.apache.felix</groupId> - <artifactId>org.osgi.core</artifactId> - <version>1.0.0</version> - </dependency> - </dependencies> - </dependencyManagement> - - <profiles> - <!-- This profile activated by specifying -Phudson on command line --> - <profile> - <id>hudson</id> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <showDeprecation>true</showDeprecation> - <showWarnings>true</showWarnings> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <configuration> - <formats> - <format>xml</format> - </formats> - </configuration> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>cobertura</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <version>2.9</version> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>jar</goal> - <goal>aggregate</goal> - </goals> - <configuration> - <bottom><![CDATA[<i>Copyright © {inceptionYear}-{currentYear} Ardor Labs. All Rights Reserved.</i>]]> - </bottom> - <links> - <link>http://java.sun.com/javase/6/docs/api</link> - </links> - <linksource>true</linksource> - <quiet>true</quiet> - <show>private</show> - <sourcepath>${basedir}${path.separator}src${path.separator}main${path.separator}java</sourcepath> - <encoding>UTF-8</encoding> - </configuration> - </execution> - </executions> - </plugin> - <plugin> - <artifactId>maven-source-plugin</artifactId> - <version>2.2</version> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <extensions>true</extensions> - <configuration> - <manifestLocation>target/classes/META-INF</manifestLocation> - <instructions> - <Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName> - <Bundle-RequiredExecutionEnvironment>JavaSE-1.6</Bundle-RequiredExecutionEnvironment> - </instructions> - </configuration> - <executions> - <execution> - <id>bundle-manifest</id> - <phase>process-classes</phase> - <goals> - <goal>manifest</goal> - </goals> - </execution> - </executions> - </plugin> - <!-- http://mojo.codehaus.org/findbugs-maven-plugin/usage.html --> - - <!-- It would be great to execute the check goal as part of the hudson build, but it is --> - <!-- only available via a snapshot version, so I don't want to use that. / Petter 090211 --> - <!-- plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>findbugs-maven-plugin</artifactId> - <executions> - <execution> - <id>findbugs-check</id> - <phase>package</phase> - <goals> - <goal>check</goal> - </goals> - </execution> - </executions> - - <configuration> - <threshold>Normal</threshold> - </configuration> - </plugin --> - </plugins> - </build> - </profile> - </profiles> - - - <!-- this section specifies dependencies that are inherited by all sub-modules --> - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </dependency> - </dependencies> - - <distributionManagement> - <repository> - <id>Ardor3D-releases</id> - <name>Ardor3D releases</name> - <url>http://ardor3d.com:8081/nexus/content/repositories/releases</url> - </repository> - <snapshotRepository> - <id>Ardor3D-snapshots</id> - <name>Ardor3D snapshots</name> - <url>http://ardor3d.com:8081/nexus/content/repositories/snapshots</url> - </snapshotRepository> - </distributionManagement> - - <reporting> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>findbugs-maven-plugin</artifactId> - <version>2.5.2</version> - <configuration> - <threshold>Normal</threshold> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <version>2.5.2</version> - </plugin> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <version>2.9</version> - </plugin> - </plugins> - </reporting> -</project> +
+<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>com.ardor3d</groupId>
+ <artifactId>ardor3d</artifactId>
+ <packaging>pom</packaging>
+ <version>0.8</version>
+ <name>Ardor 3D</name>
+
+ <modules>
+ <module>ardor3d-savable</module>
+ <module>ardor3d-math</module>
+ <module>ardor3d-core</module>
+ <module>ardor3d-jogl</module>
+ <module>ardor3d-lwjgl</module>
+ <module>ardor3d-swt</module>
+ <module>ardor3d-awt</module>
+ <module>ardor3d-extras</module>
+ <module>ardor3d-effects</module>
+ <module>ardor3d-collada</module>
+ <module>ardor3d-animation</module>
+ <module>ardor3d-ui</module>
+ <module>ardor3d-terrain</module>
+ <module>ardor3d-examples</module>
+ <module>ardor3d-archetype</module>
+ </modules>
+
+ <scm>
+ <connection>scm:git:https://github.com/Renanse/Ardor3D.git</connection>
+ </scm>
+
+ <repositories>
+ <repository>
+ <id>maven2-repository.dev.java.net</id>
+ <name>Java.net Repository for Maven</name>
+ <url>http://download.java.net/maven/2</url>
+ <layout>default</layout>
+ </repository>
+ <!-- Ardor3D internal repository -->
+ <repository>
+ <id>ardor3d</id>
+ <name>Ardor3D repository</name>
+ <url>http://ardor3d.com:8081/nexus/content/repositories/thirdparty</url>
+ <layout>default</layout>
+ </repository>
+ <repository>
+ <id>google-maven-repository</id>
+ <name>Google Maven Repository</name>
+ <url>http://google-maven-repository.googlecode.com/svn/repository/</url>
+ <layout>default</layout>
+ </repository>
+ </repositories>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.3.2</version>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ <encoding>UTF-8</encoding>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-resources-plugin</artifactId>
+ <version>2.6</version>
+ <configuration>
+ <encoding>UTF-8</encoding>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ <version>2.3</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <version>2.3.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.6</version>
+ <configuration>
+ <argLine>-Xmx512m</argLine>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.0</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <version>2.3.7</version>
+ <extensions>true</extensions>
+ <configuration>
+ <manifestLocation>target/classes/META-INF</manifestLocation>
+ <instructions>
+ <Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
+ <Bundle-RequiredExecutionEnvironment>JavaSE-1.6</Bundle-RequiredExecutionEnvironment>
+ </instructions>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+
+ <!-- these properties help simplify specifying some commonly occurring variables -->
+ <properties>
+ <lwjgl.version>2.8.4</lwjgl.version>
+ <jdom.version>ardor3d-1.1.1</jdom.version>
+ <swt.version>3650</swt.version>
+ <osgi.project.version>0.8_SNAPSHOT</osgi.project.version>
+ </properties>
+
+ <!-- The dependencyManagement section should specify all versions of artifacts used in sub -->
+ <!-- modules. This only specifies version, and doesn't mean that modules actually use them -->
+ <!-- To inherit actual usage of artifacts, use the dependencies section below. -->
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>13.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.5</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymockclassextension</artifactId>
+ <version>2.4</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>net.java.dev.jogl</groupId>
+ <artifactId>jogl</artifactId>
+ <version>ardor3d-1.1.2-pre-20080523</version>
+ </dependency>
+ <dependency>
+ <groupId>net.java.dev.jogl</groupId>
+ <artifactId>jogl-natives</artifactId>
+ <version>ardor3d-1.1.2-pre-20080523</version>
+ </dependency>
+ <dependency>
+ <groupId>com.projectdarkstar.ext.net.java.dev.gluegen</groupId>
+ <artifactId>gluegen-rt</artifactId>
+ <version>1.0b06</version>
+ </dependency>
+ <dependency>
+ <groupId>org.lwjgl.lwjgl</groupId>
+ <artifactId>lwjgl</artifactId>
+ <version>${lwjgl.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.lwjgl.lwjgl</groupId>
+ <artifactId>lwjgl_util</artifactId>
+ <version>${lwjgl.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>net.java.games.input</groupId>
+ <artifactId>jinput</artifactId>
+ <version>ardor3d-20100503</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jdom</groupId>
+ <artifactId>jdom</artifactId>
+ <version>${jdom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jdom</groupId>
+ <artifactId>jaxen</artifactId>
+ <version>${jdom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jdom</groupId>
+ <artifactId>saxpath</artifactId>
+ <version>${jdom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.swt</groupId>
+ <artifactId>swt</artifactId>
+ <version>${swt.version}</version>
+ <classifier>${swt.classifier}</classifier>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.osgi.core</artifactId>
+ <version>1.0.0</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <profiles>
+ <!-- This profile activated by specifying -Phudson on command line -->
+ <profile>
+ <id>hudson</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <showDeprecation>true</showDeprecation>
+ <showWarnings>true</showWarnings>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ <configuration>
+ <formats>
+ <format>xml</format>
+ </formats>
+ </configuration>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>cobertura</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.9</version>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>jar</goal>
+ <goal>aggregate</goal>
+ </goals>
+ <configuration>
+ <bottom><![CDATA[<i>Copyright © {inceptionYear}-{currentYear} Ardor Labs. All Rights Reserved.</i>]]>
+ </bottom>
+ <links>
+ <link>http://java.sun.com/javase/6/docs/api</link>
+ </links>
+ <linksource>true</linksource>
+ <quiet>true</quiet>
+ <show>private</show>
+ <sourcepath>${basedir}${path.separator}src${path.separator}main${path.separator}java</sourcepath>
+ <encoding>UTF-8</encoding>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.2</version>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <extensions>true</extensions>
+ <configuration>
+ <manifestLocation>target/classes/META-INF</manifestLocation>
+ <instructions>
+ <Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
+ <Bundle-RequiredExecutionEnvironment>JavaSE-1.6</Bundle-RequiredExecutionEnvironment>
+ </instructions>
+ </configuration>
+ <executions>
+ <execution>
+ <id>bundle-manifest</id>
+ <phase>process-classes</phase>
+ <goals>
+ <goal>manifest</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <!-- http://mojo.codehaus.org/findbugs-maven-plugin/usage.html -->
+
+ <!-- It would be great to execute the check goal as part of the hudson build, but it is -->
+ <!-- only available via a snapshot version, so I don't want to use that. / Petter 090211 -->
+ <!-- plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>findbugs-check</id>
+ <phase>package</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ </execution>
+ </executions>
+
+ <configuration>
+ <threshold>Normal</threshold>
+ </configuration>
+ </plugin -->
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+
+ <!-- this section specifies dependencies that are inherited by all sub-modules -->
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </dependency>
+ </dependencies>
+
+ <distributionManagement>
+ <repository>
+ <id>Ardor3D-releases</id>
+ <name>Ardor3D releases</name>
+ <url>http://ardor3d.com:8081/nexus/content/repositories/releases</url>
+ </repository>
+ <snapshotRepository>
+ <id>Ardor3D-snapshots</id>
+ <name>Ardor3D snapshots</name>
+ <url>http://ardor3d.com:8081/nexus/content/repositories/snapshots</url>
+ </snapshotRepository>
+ </distributionManagement>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <version>2.5.2</version>
+ <configuration>
+ <threshold>Normal</threshold>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ <version>2.5.2</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.9</version>
+ </plugin>
+ </plugins>
+ </reporting>
+</project>
|