Killed sonatype repository; it's failed me too many times at this point.
Temporarily disabled contracts in integrationtests until we can find the cause of the new error that's cropping up for Ryan. git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5967 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
93d6e17762
commit
44b98bed8c
|
|
@ -676,7 +676,7 @@
|
|||
<jvmarg value="-Djava.io.tmpdir=${java.io.tmpdir}" />
|
||||
<!-- needs to be if -->
|
||||
<jvmarg value="-javaagent:lib/cofoja.jar"/>
|
||||
<jvmarg value="-Dcom.google.java.contract.log.contract=false"/>
|
||||
<!--jvmarg value="-Dcom.google.java.contract.log.contract=false"/-->
|
||||
<!-- <jvmarg value="-Xdebug"/> -->
|
||||
<!-- <jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"/> -->
|
||||
<classpath>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@
|
|||
<ibiblio name="reflections-repo" m2compatible="true" root="http://reflections.googlecode.com/svn/repo" />
|
||||
<ibiblio name="java.net" m2compatible="false" root="http://download.java.net/maven/1/" pattern="[organisation]/jars/[artifact]-[revision].[ext]"/>
|
||||
<ibiblio name="maven2-repository.dev.java.net" m2compatible="true" root="http://download.java.net/maven/2/" />
|
||||
<ibiblio name="sonatype" m2compatible="true" root="https://oss.sonatype.org/content/repositories/snapshots" />
|
||||
</resolvers>
|
||||
<modules>
|
||||
<module organisation="edu.mit.broad" resolver="projects" />
|
||||
|
|
@ -25,7 +24,6 @@
|
|||
<module organisation="javax.mail" resolver="java.net" />
|
||||
<module organisation="javax.activation" resolver="java.net" />
|
||||
<module organisation="net.java.dev.jna" resolver="maven2-repository.dev.java.net" />
|
||||
<module organisation="com.google.code.caliper" resolver="sonatype" />
|
||||
<module organisation="com.google.code.gson" revision="1.7-SNAPSHOT" resolver="sonatype" />
|
||||
<module organisation="com.google.code.caliper" resolver="projects" />
|
||||
</modules>
|
||||
</ivysettings>
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -0,0 +1,3 @@
|
|||
<ivy-module version="1.0">
|
||||
<info organisation="com.google.code.caliper" module="caliper" revision="1.0-SNAPSHOT" status="integration" publication="20110609114800" />
|
||||
</ivy-module>
|
||||
Loading…
Reference in New Issue