From 373f028cff5f56dd4ad4b73310c2696c51c00579 Mon Sep 17 00:00:00 2001 From: neothemachine Date: Tue, 23 Jul 2013 15:10:46 +0200 Subject: Prepared POMs for Maven Central The building of the zip assemblies now only happens when the "hudson" profile is used. Also, the default Maven repositories are now the Sonatype ones which are then overriden in the "hudson" profile to the ones of ardor3d. --- ardor3d-distribution/pom.xml | 17 ------ ardor3d-examples/pom.xml | 49 ++++++++++------- pom.xml | 126 ++++++++++++++++++++++++------------------- 3 files changed, 100 insertions(+), 92 deletions(-) diff --git a/ardor3d-distribution/pom.xml b/ardor3d-distribution/pom.xml index c5eb44c..fad17fb 100644 --- a/ardor3d-distribution/pom.xml +++ b/ardor3d-distribution/pom.xml @@ -21,23 +21,6 @@ ${project.version} - - - diff --git a/ardor3d-examples/pom.xml b/ardor3d-examples/pom.xml index 10dd043..16321b0 100644 --- a/ardor3d-examples/pom.xml +++ b/ardor3d-examples/pom.xml @@ -31,26 +31,7 @@ - - - org.apache.maven.plugins - maven-assembly-plugin - - - bundle-project-sources - package - - single - - - - assembly.xml - - - - - - + @@ -255,6 +289,21 @@ hudson + + ardor3d-distribution + + + + Ardor3D-releases + Ardor3D releases + http://ardor3d.com:8081/nexus/content/repositories/releases + + + Ardor3D-snapshots + Ardor3D snapshots + http://ardor3d.com:8081/nexus/content/repositories/snapshots + + @@ -292,18 +341,6 @@ jar aggregate - - Copyright © {inceptionYear}-{currentYear} Ardor Labs. All Rights Reserved.]]> - - - http://docs.oracle.com/javase/6/docs/api/ - - true - true - private - ${basedir}${path.separator}src${path.separator}main${path.separator}java - UTF-8 - @@ -319,27 +356,6 @@ - - org.apache.felix - maven-bundle-plugin - true - - target/classes/META-INF - - ${project.groupId}.${project.artifactId} - JavaSE-1.6 - - - - - bundle-manifest - process-classes - - manifest - - - - -- cgit v1.2.3