summaryrefslogtreecommitdiff
path: root/demo/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'demo/pom.xml')
-rw-r--r--demo/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/demo/pom.xml b/demo/pom.xml
new file mode 100644
index 0000000..d113356
--- /dev/null
+++ b/demo/pom.xml
@@ -0,0 +1,12 @@
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>demo</groupId>
+ <artifactId>demo</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <distributionManagement>
+ <snapshotRepository>
+ <id>nexus</id>
+ <url>http://localhost:8081/nexus/content/repositories/snapshots/</url>
+ </snapshotRepository>
+ </distributionManagement>
+</project>