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
commit5b4893e6cb80e9d6538f169b3c7c110446391cb0 (patch)
tree559a25747d6e13ef1c1b7c2f9beddbcb38c887fd
parent79b7162cdc389d13e30f1b8fae593026d9a869dc (diff)
downloadEssentials-5b4893e6cb80e9d6538f169b3c7c110446391cb0.tar
Essentials-5b4893e6cb80e9d6538f169b3c7c110446391cb0.tar.gz
Essentials-5b4893e6cb80e9d6538f169b3c7c110446391cb0.tar.lz
Essentials-5b4893e6cb80e9d6538f169b3c7c110446391cb0.tar.xz
Essentials-5b4893e6cb80e9d6538f169b3c7c110446391cb0.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>