diff options
Diffstat (limited to 'java')
| -rwxr-xr-x | java/pom.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/java/pom.xml b/java/pom.xml index 959d2df..44806d5 100755 --- a/java/pom.xml +++ b/java/pom.xml @@ -108,15 +108,13 @@ <uniqueVersion>false</uniqueVersion>
<id>msgpack.org</id>
<name>Repository at msgpack.org</name>
- <!-- Please Change Here for "mvn deploy", because cannot specify relative path -->
- <url>file:///Users/otakazuki/soft/website/maven2/</url>
+ <url>file://${project.build.directory}/website/maven2/</url>
</repository>
<snapshotRepository>
<uniqueVersion>true</uniqueVersion>
<id>msgpack.org</id>
<name>Repository at msgpack.org</name>
- <!-- Please Change Here for "mvn deploy", because cannot specify relative path -->
- <url>file:///Users/otakazuki/soft/website/maven2/</url>
+ <url>file://${project.build.directory}/website/maven2/</url>
</snapshotRepository>
</distributionManagement>
|
