diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2014-04-12 17:55:28 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2014-04-12 17:55:28 +0200 |
commit | bfcfcf5e3b4301bc94c27f47bfda61693edf3595 (patch) | |
tree | d6eedd800b1b34fd66ccbd86e5f215aaa40ccd3d /demo | |
download | calamus-bfcfcf5e3b4301bc94c27f47bfda61693edf3595.tar.gz calamus-bfcfcf5e3b4301bc94c27f47bfda61693edf3595.tar.bz2 calamus-bfcfcf5e3b4301bc94c27f47bfda61693edf3595.tar.xz calamus-bfcfcf5e3b4301bc94c27f47bfda61693edf3595.zip |
wip
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> |