aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-distribution
Commit message (Collapse)AuthorAgeFilesLines
* Keeps only the JogAmp backendJulien Gouesse2014-05-283-65/+0
|
* skipping pom deployment for distribution module by default (exceptneothemachine2013-07-261-0/+20
| | | hudson)
* don't exclude distribution module from build + some POM refactoringneothemachine2013-07-251-45/+50
| | | | this prevents that the version number isn't bumped when using maven-release-plugin
* [maven-release-plugin] prepare for next development iterationneothemachine2013-07-231-1/+1
|
* Prepared POMs for Maven Centralneothemachine2013-07-231-17/+0
| | | | | | 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.
* Cleaned up and fixed the pom.xml files.Vincent Cantin2013-04-071-82/+83
|
* Fixed assembly artifact exclusion bugneothemachine2013-02-173-5/+4
| | | | | see http://jira.codehaus.org/browse/MASSEMBLY-644 Updated ardor3d-examples to use 2.4 of maven-assembly-plugin
* added "all" assemblyneothemachine2013-02-172-0/+64
|
* excluded distribution artifacts from being installed to local reponeothemachine2013-02-171-1/+27
| | | added note on what to do when changing to Sonatype OSS
* added new distribution module which builds zips with all depsneothemachine2013-02-133-0/+165
also, simplified assembly exclusion filter in examples project