File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
test/src/test/java/mil/nga/giat/geowave/test/landsat Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1717 directories :
1818 - $HOME/.m2
1919install : " mvn -q clean install javadoc:aggregate -Dfindbugs.skip -Daccumulo.version=${ACCUMULO_VERSION} -Daccumulo.api=${ACCUMULO_API} -Dhbase.version=${HBASE_VERSION} -Dhadoop.version=${HADOOP_VERSION} -Dgeotools.version=${GEOTOOLS_VERSION} -Dgeoserver.version=${GEOSERVER_VERSION} -DskipITs=true -DskipTests=true -Dformatter.skip=true -P ${PLATFORM_VERSION}; .utility/build-docs-site.sh"
20- script : " mvn -q -T 2C verify -Daccumulo.version=${ACCUMULO_VERSION} -Daccumulo.api=${ACCUMULO_API} -Dhbase.version=${HBASE_VERSION} -Dhadoop.version=${HADOOP_VERSION} -Dgeotools.version=${GEOTOOLS_VERSION} -Dgeoserver.version=${GEOSERVER_VERSION} -P ${PLATFORM_VERSION}"
20+ script : " travis_wait 80 mvn -q -T 2C verify -Daccumulo.version=${ACCUMULO_VERSION} -Daccumulo.api=${ACCUMULO_API} -Dhbase.version=${HBASE_VERSION} -Dhadoop.version=${HADOOP_VERSION} -Dgeotools.version=${GEOTOOLS_VERSION} -Dgeoserver.version=${GEOSERVER_VERSION} -P ${PLATFORM_VERSION}"
2121before_install :
2222 - export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=192m -Dorg.slf4j.simpleLogger.defaultLogLevel=warn"
2323 - chmod +x .utility/push-javadoc-to-gh-pages.sh
Original file line number Diff line number Diff line change 726726 <name >BoundlessGeo Maven Repository</name >
727727 <url >http://repo.boundlessgeo.com/main</url >
728728 </repository >
729- <repository >
730- <id >geosolutions</id >
731- <name >GeoSolutions Repository</name >
732- <url >http://maven.geo-solutions.it</url >
733- </repository >
734729 <repository >
735730 <id >osgeo</id >
736731 <name >Open Source Geospatial Foundation Repository</name >
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ public void testMosaic()
208208 result ).getAsBufferedImage (),
209209 reference ,
210210 0 ,
211- 0.1 );
211+ 0.005 );
212212 MapProjection .SKIP_SANITY_CHECKS = false ;
213213 }
214214}
You can’t perform that action at this time.
0 commit comments