diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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> |