summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index cc0315d..9c4003c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,6 +21,20 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
+<!-- to avoid MDEPLOY-50 -->
+<distributionManagement>
+ <repository>
+ <id>repo</id>
+ <name>Repository Name</name>
+ <url>scp://host/path/to/repo</url>
+ </repository>
+ <snapshotRepository>
+ <id>repo</id>
+ <name>Repository Name</name>
+ <url>scp://host/path/to/repo</url>
+ </snapshotRepository>
+</distributionManagement>
+
<build>
<defaultGoal>install</defaultGoal>
<sourceDirectory>src</sourceDirectory>