Updated Branches: refs/heads/master cb18a5290 -> 7e95c05e8
temporally enabled kiwi repo again (just for getting a plugin with -Pinstaller) while OSSRH-5638 is solved Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/7e95c05e Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/7e95c05e Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/7e95c05e Branch: refs/heads/master Commit: 7e95c05e856a7f25906165cc6934d3387a84fafc Parents: cb18a52 Author: Sergio Fernández <[email protected]> Authored: Wed Mar 13 08:51:44 2013 +0100 Committer: Sergio Fernández <[email protected]> Committed: Wed Mar 13 08:51:44 2013 +0100 ---------------------------------------------------------------------- launchers/marmotta-installer/pom.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/7e95c05e/launchers/marmotta-installer/pom.xml ---------------------------------------------------------------------- diff --git a/launchers/marmotta-installer/pom.xml b/launchers/marmotta-installer/pom.xml index c45de08..798d357 100644 --- a/launchers/marmotta-installer/pom.xml +++ b/launchers/marmotta-installer/pom.xml @@ -41,6 +41,14 @@ <MARMOTTA_ROOT>${project.basedir}/../../</MARMOTTA_ROOT> </properties> + <pluginRepositories> + <pluginRepository> + <id>snml</id> + <name>Salzburg NewMediaLab Repository</name> + <url>http://devel.kiwi-project.eu:8080/nexus/content/groups/public/</url> + </pluginRepository> + </pluginRepositories> + <build> <!-- this makes maven to compile and package your related izpack sources into a predictable name and location ie your target directory's ${project.artifactId}.jar, to that you can configure your izpack descriptor
