Merge pull request #515 from broadinstitute/ks_picard_maven_update_svn
Updated picard build script to run svn up, removed usage of rt.jar
This commit is contained in:
commit
238bf4e71d
7
pom.xml
7
pom.xml
|
|
@ -205,13 +205,6 @@
|
||||||
<annotationProcessors>
|
<annotationProcessors>
|
||||||
<annotationProcessor>com.google.java.contract.core.apt.AnnotationProcessor</annotationProcessor>
|
<annotationProcessor>com.google.java.contract.core.apt.AnnotationProcessor</annotationProcessor>
|
||||||
</annotationProcessors>
|
</annotationProcessors>
|
||||||
<compilerArguments>
|
|
||||||
<!--
|
|
||||||
For com.sun.istack.internal. Because bootclasspath is set to include rt.jar, now jce.jar must be set for the Oracle only javax.crypto also.
|
|
||||||
TODO: This Sun internal tool usage needs to be removed ASAP!
|
|
||||||
-->
|
|
||||||
<bootclasspath>${java.home}/lib/rt.jar:${java.home}/lib/jce.jar</bootclasspath>
|
|
||||||
</compilerArguments>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue