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:
hanna 2011-06-09 16:07:02 +00:00
parent 93d6e17762
commit 44b98bed8c
4 changed files with 5 additions and 4 deletions

View File

@ -676,7 +676,7 @@
<jvmarg value="-Djava.io.tmpdir=${java.io.tmpdir}" /> <jvmarg value="-Djava.io.tmpdir=${java.io.tmpdir}" />
<!-- needs to be if --> <!-- needs to be if -->
<jvmarg value="-javaagent:lib/cofoja.jar"/> <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="-Xdebug"/> -->
<!-- <jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"/> --> <!-- <jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"/> -->
<classpath> <classpath>

View File

@ -11,7 +11,6 @@
<ibiblio name="reflections-repo" m2compatible="true" root="http://reflections.googlecode.com/svn/repo" /> <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="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="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> </resolvers>
<modules> <modules>
<module organisation="edu.mit.broad" resolver="projects" /> <module organisation="edu.mit.broad" resolver="projects" />
@ -25,7 +24,6 @@
<module organisation="javax.mail" resolver="java.net" /> <module organisation="javax.mail" resolver="java.net" />
<module organisation="javax.activation" resolver="java.net" /> <module organisation="javax.activation" resolver="java.net" />
<module organisation="net.java.dev.jna" resolver="maven2-repository.dev.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.caliper" resolver="projects" />
<module organisation="com.google.code.gson" revision="1.7-SNAPSHOT" resolver="sonatype" />
</modules> </modules>
</ivysettings> </ivysettings>

View File

@ -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>