Skip to content

Commit

Permalink
Fix POM Parsing for WorldCretornica Repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fortifier42 committed Feb 11, 2016
1 parent 73aa1c5 commit 52bd0fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pom.xml
Expand Up @@ -52,10 +52,10 @@
<id>prism-repo</id>
<url>http://dhmc.us:8081/nexus/content/repositories/public/</url>
</repository>
<repository>
<id>worldcretornica-repo</id>
<url>http://ci.worldcretornica.com:8080/plugin/repository/everything/</url>
</repository>
<!--<repository>-->
<!--<id>worldcretornica-repo</id>-->
<!--<url>http://ci.worldcretornica.com:8080/plugin/repository/everything/</url>-->
<!--</repository>-->
</repositories>

<dependencies>
Expand Down Expand Up @@ -223,7 +223,8 @@
<groupId>com.worldcretornica</groupId>
<artifactId>PlotMe-Core</artifactId>
<version>0.17-SNAPSHOT</version>
<scope>provided</scope>
<scope>system</scope>
<systemPath>${basedir}/src/main/resources/PlotMe-Core.jar</systemPath>
</dependency>
<dependency>
<groupId>net.sacredlabyrinth.phaed</groupId>
Expand Down
Binary file added src/main/resources/PlotMe-Core.jar
Binary file not shown.

0 comments on commit 52bd0fd

Please sign in to comment.