diff options
Diffstat (limited to 'demo')
-rw-r--r-- | demo/pom.xml | 12 |
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> |