Annoyingly, the version of JarJar in Maven Central is old and buggy. The latest

version has helpfully not been uploaded to Maven Central, but to the JBoss
Maven repository. Anyway, this should fix problems with narya-tools-full.jar.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6230 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2010-10-23 17:36:09 +00:00
parent 0e134f41b3
commit 7d12fe98c5
+3 -1
View File
@@ -215,8 +215,10 @@
</jar>
<!-- build a batteries-included jar for our tools -->
<property name="url.part" value="https://repository.jboss.org/nexus/service/local"/>
<artifact:dependencies pathId="jarjar.classpath">
<dependency groupId="com.tonicsystems" artifactId="jarjar" version="0.6"/>
<remoteRepository id="jboss" url="${url.part}/repositories/thirdparty-releases/content/"/>
<dependency groupId="com.google.code" artifactId="jarjar" version="1.0"/>
</artifact:dependencies>
<artifact:dependencies filesetId="tools.fileset">
<dependency groupId="com.samskivert" artifactId="jmustache" version="1.0"/>