summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Ward <chris@chrisgward.com>2013-12-29 03:04:36 +1100
committerChris Ward <chris@chrisgward.com>2013-12-29 03:04:36 +1100
commit70371c3a81e7cf8622731f0d535e1cdd7fa40054 (patch)
treeaac593e8b9c95dd7308b6c5d72fca3c2c71ace0e
parent06dae78b9e98b0fec5fd25e34a2a98114eab99be (diff)
downloadEssentials-70371c3a81e7cf8622731f0d535e1cdd7fa40054.tar
Essentials-70371c3a81e7cf8622731f0d535e1cdd7fa40054.tar.gz
Essentials-70371c3a81e7cf8622731f0d535e1cdd7fa40054.tar.lz
Essentials-70371c3a81e7cf8622731f0d535e1cdd7fa40054.tar.xz
Essentials-70371c3a81e7cf8622731f0d535e1cdd7fa40054.zip
Add deploy plugin
-rw-r--r--pom.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 2ed91188c..1aafcc580 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,6 +46,17 @@
</repository>
</repositories>
+ <distributionManagement>
+ <snapshotRepository>
+ <id>esssnapshot</id>
+ <url>http://repo.ess3.net/content/repositories/esssnapshot</url>
+ </snapshotRepository>
+ <repository>
+ <id>essrelease</id>
+ <url>http://repo.ess3.net/content/repositories/essrelease</url>
+ </repository>
+ </distributionManagement>
+
<modules>
<module>Essentials</module>
<module>EssentialsAntiBuild</module>
@@ -259,6 +270,14 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.8.1</version>
+ <configuration>
+ <deployAtEnd>true</deployAtEnd>
+ </configuration>
+ </plugin>
</plugins>
<resources>
<resource>