diff options
Diffstat (limited to 'ardor3d-distribution/pom.xml')
-rw-r--r-- | ardor3d-distribution/pom.xml | 17 |
1 files changed, 0 insertions, 17 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 @@ <version>${project.version}</version> </dependency> </dependencies> - - <!-- TODO adapt when switching to Sonatype OSS - When switching to Sonatype OSS, the parent pom will use Sonatype OSS repos - in its distributionManagement block. As the zips of this module shouldn't be deployed to - Sonatype/Central but rather to Ardor3D's own repo, the repos have to be overridden here: --> - <!--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--> <build> <plugins> |