summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 5dc12a4..af94f88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,10 +16,18 @@
</modules>
<repositories>
+<!-- because SOME FUCKING REASON, subprojects search repo in their own dir, which of course does not work.
+Gradle does similar shit.
+What the fuck is wrong with these build systems???
+-->
<repository>
<id>my-local-repo</id>
<url>file://${project.basedir}/repo</url>
</repository>
+ <repository>
+ <id>my-local-repo-extrawurst</id>
+ <url>file://${project.basedir}/../repo</url>
+ </repository>
</repositories>
<properties>