summaryrefslogtreecommitdiff
path: root/trunk/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/pom.xml')
-rw-r--r--trunk/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/trunk/pom.xml b/trunk/pom.xml
index 5555e1f3..08bbc108 100644
--- a/trunk/pom.xml
+++ b/trunk/pom.xml
@@ -78,6 +78,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <project.maindir>${project.basedir}</project.maindir>
</properties>
<reporting>
@@ -186,7 +187,7 @@
</repository>
<repository>
<id>local-repo</id>
- <url>file://${project.basedir}/repo</url>
+ <url>file://${project.maindir}/repo</url>
</repository>
</repositories>
-</project> \ No newline at end of file
+</project>