From 3631ee2139ce91392877e7699c848cdceedcf205 Mon Sep 17 00:00:00 2001 From: cwardgar Date: Tue, 9 Feb 2016 16:55:43 -0700 Subject: [PATCH 1/2] Nuke Maven POMs. --- bufr/pom.xml | 106 ---- cdm-test/pom.xml | 188 ------- cdm/pom.xml | 196 ------- cdmvalidator/pom.xml | 153 ------ clcommon/pom.xml | 45 -- dap4/d4cdmclient/pom.xml | 51 -- dap4/d4cdmshared/pom.xml | 48 -- dap4/d4client/pom.xml | 134 ----- dap4/d4core/pom.xml | 15 - dap4/d4servletshared/pom.xml | 70 --- dap4/d4shared/pom.xml | 57 -- dap4/d4tests/pom.xml | 150 ------ dap4/d4ts/pom.xml | 66 --- dap4/d4tswar/pom.xml | 117 ----- grib/pom.xml | 112 ---- httpservices/pom.xml | 99 ---- it/pom.xml | 263 ---------- ncIdv/pom.xml | 127 ----- netcdf4/pom.xml | 41 -- opendap/dtswar/pom.xml | 110 ---- opendap/pom.xml | 151 ------ pom.xml | 986 ----------------------------------- tdcommon/pom.xml | 62 --- tdm/pom.xml | 157 ------ tds/pom.xml | 375 ------------- udunits/pom.xml | 72 --- ui/pom.xml | 398 -------------- visad/pom.xml | 101 ---- waterml/pom.xml | 90 ---- wmotables/pom.xml | 203 -------- 30 files changed, 4743 deletions(-) delete mode 100644 bufr/pom.xml delete mode 100644 cdm-test/pom.xml delete mode 100644 cdm/pom.xml delete mode 100644 cdmvalidator/pom.xml delete mode 100644 clcommon/pom.xml delete mode 100644 dap4/d4cdmclient/pom.xml delete mode 100644 dap4/d4cdmshared/pom.xml delete mode 100644 dap4/d4client/pom.xml delete mode 100644 dap4/d4core/pom.xml delete mode 100644 dap4/d4servletshared/pom.xml delete mode 100644 dap4/d4shared/pom.xml delete mode 100644 dap4/d4tests/pom.xml delete mode 100644 dap4/d4ts/pom.xml delete mode 100644 dap4/d4tswar/pom.xml delete mode 100644 grib/pom.xml delete mode 100644 httpservices/pom.xml delete mode 100644 it/pom.xml delete mode 100644 ncIdv/pom.xml delete mode 100644 netcdf4/pom.xml delete mode 100644 opendap/dtswar/pom.xml delete mode 100644 opendap/pom.xml delete mode 100644 pom.xml delete mode 100644 tdcommon/pom.xml delete mode 100644 tdm/pom.xml delete mode 100644 tds/pom.xml delete mode 100644 udunits/pom.xml delete mode 100644 ui/pom.xml delete mode 100644 visad/pom.xml delete mode 100644 waterml/pom.xml delete mode 100644 wmotables/pom.xml diff --git a/bufr/pom.xml b/bufr/pom.xml deleted file mode 100644 index dc04d86f41..0000000000 --- a/bufr/pom.xml +++ /dev/null @@ -1,106 +0,0 @@ - - - 4.0.0 - - - edu.ucar - thredds-parent - 4.6.2-SNAPSHOT - - - - - bufr - jar - BUFR IOSP - - Reading BUFR files with the NetCDF-java library. - - http://www.unidata.ucar.edu/software/netcdf-java/ - - - - John Caron - UCAR/UNIDATA - http://www.unidata.ucar.edu/ - - Java Developer - - - - - - - - - ${project.groupId} - cdm - - - - org.jdom - jdom2 - - - - net.jcip - jcip-annotations - - - - - com.beust - jcommander - - - - com.google.protobuf - protobuf-java - - - - - org.slf4j - slf4j-api - - - - org.slf4j - slf4j-jdk14 - test - - - - - src/test/java - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - ucar/nc2/iosp/bufr/Test*.java - - - - - - - - - - diff --git a/cdm-test/pom.xml b/cdm-test/pom.xml deleted file mode 100644 index 3ec2dd2da2..0000000000 --- a/cdm-test/pom.xml +++ /dev/null @@ -1,188 +0,0 @@ - - - 4.0.0 - - - edu.ucar - thredds-parent - 4.6.2-SNAPSHOT - - - cdm-test - jar - Test CDM (upc/share - Unidata only) - Classes for CDM unit and integration testing. - Relies on having access to cdmUnitTest directory, so can only be run at Unidata. - - - - - ${project.groupId} - cdm - test - - - - ${project.groupId} - bufr - test - - - - ${project.groupId} - grib - test - - - - ${project.groupId} - netcdf4 - test - - - - - ${project.groupId} - opendap - test - - - - ${project.groupId} - httpservices - test - - - - ${project.groupId} - visadCdm - test - - - - - ${project.groupId} - clcommon - test - - - - edu.wisc.ssec - visad - test - - - - org.apache.httpcomponents - httpclient - test - - - - org.apache.httpcomponents - httpcore - test - - - - commons-io - commons-io - test - - - - org.apache.commons - commons-compress - test - - - - org.tukaani - xz - test - - - - ${project.groupId} - jj2000 - test - - - - org.jdom - jdom2 - test - - - - - org.slf4j - slf4j-api - test - - - - org.slf4j - slf4j-jdk14 - test - - - - org.slf4j - jcl-over-slf4j - test - - - - - ${project.groupId} - cdm - test-jar - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - - thredds/catalog2/** - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - - org.apache.maven.plugins - maven-jar-plugin - - true - - - - jar-test-classes - package - - test-jar - - - - ucar/unidata/test/** - - - - - - - - - - - diff --git a/cdm/pom.xml b/cdm/pom.xml deleted file mode 100644 index dfe906286b..0000000000 --- a/cdm/pom.xml +++ /dev/null @@ -1,196 +0,0 @@ - - - 4.0.0 - - - edu.ucar - thredds-parent - 4.6.2-SNAPSHOT - - - - - cdm - - jar - CDM core library - - The NetCDF-Java Library is a Java interface to NetCDF files, - as well as to many other types of scientific data formats. - - http://www.unidata.ucar.edu/software/netcdf-java/documentation.htm - - - - ${project.groupId} - udunits - - - - ${project.groupId} - httpservices - - - - org.apache.httpcomponents - httpcore - - - - - joda-time - joda-time - - - - - org.jdom - jdom2 - - - - - net.jcip - jcip-annotations - - - - - org.quartz-scheduler - quartz - - - - - com.google.protobuf - protobuf-java - - - - com.google.guava - guava - - - - - com.beust - jcommander - - - - - org.slf4j - slf4j-api - - - - org.slf4j - slf4j-jdk14 - test - - - - org.slf4j - jcl-over-slf4j - - - - - - - - - - - - Oracle - Oracle Maven repository - http://download.oracle.com/maven - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - ${skipTests} - -Xmx2g -Dfile.encoding=UTF-8 - - - ucar/nc2/util/UnitTestCommon.java - - - - - - org.apache.maven.plugins - maven-jar-plugin - - true - - - - jar-test-classes - package - - test-jar - - - - ucar/unidata/test/** - ucar/nc2/util/** - ucar/nc2/test/util/** - - ucar/nc2/TestLocal.* - - - - - - - - org.apache.maven.plugins - maven-source-plugin - 2.1.1 - - - bundle-sources - package - - - jar-no-fork - - - - - - - - - - src/main/resources - - resources/nj22/** - resources/thredds/** - resources/wmo/** - - - - - - - src/test/resources - - thredds/** - - - - - - - - diff --git a/cdmvalidator/pom.xml b/cdmvalidator/pom.xml deleted file mode 100644 index 9ce8902dbb..0000000000 --- a/cdmvalidator/pom.xml +++ /dev/null @@ -1,153 +0,0 @@ - - - 4.0.0 - - - edu.ucar - thredds-parent - 4.5.2-SNAPSHOT - - - - - cdmvalidator - war - CDM validator webapp - - WMO tables for the NetCDF library. - - http://www.unidata.ucar.edu/software/netcdf-java/ - - - - - ${project.groupId} - cdm - - - ${project.groupId} - bufr - - - ${project.groupId} - grib - - - ${project.groupId} - udunits - - - ${project.groupId} - tds - war - - - - org.apache.httpcomponents - httpclient - - - org.apache.httpcomponents - httpcore - - - org.apache.httpcomponents - httpmime - - - - commons-fileupload - commons-fileupload - - - - org.jdom - jdom2 - - - org.quartz-scheduler - quartz - - - com.google.protobuf - protobuf-java - - - net.sf.ehcache - ehcache-core - runtime - - - je - com.sleepycat - - - - org.springframework - spring-webmvc - - - - - javax.servlet - javax.servlet-api - - - javax.servlet - jstl - - - - - org.slf4j - slf4j-api - - - - org.apache.logging.log4j - log4j-slf4j-impl - - - - org.apache.logging.log4j - log4j-core - - - - org.apache.logging.log4j - log4j-web - - - - org.slf4j - jcl-over-slf4j - - - - - cdmvalidator - - - - org.apache.maven.plugins - maven-war-plugin - - - - true - - - ${maven.build.timestamp} - - - - - - - - - diff --git a/clcommon/pom.xml b/clcommon/pom.xml deleted file mode 100644 index 9e344951f9..0000000000 --- a/clcommon/pom.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - 4.0.0 - - - edu.ucar - thredds-parent - 4.6.2-SNAPSHOT - - - clcommon - Client-side common library - - A collection of utilities needed client-side, including java.awt dependencies and assorted IOSPs. - - - - - ${project.groupId} - cdm - - - - org.jdom - jdom2 - - - - com.sleepycat - je - - - - - org.slf4j - slf4j-api - - - - org.slf4j - slf4j-jdk14 - test - - - diff --git a/dap4/d4cdmclient/pom.xml b/dap4/d4cdmclient/pom.xml deleted file mode 100644 index 5d7d3dbf53..0000000000 --- a/dap4/d4cdmclient/pom.xml +++ /dev/null @@ -1,51 +0,0 @@ - - -4.0.0 - - - edu.ucar - thredds-parent - 4.6.2-SNAPSHOT - ../../pom.xml - - -d4cdmclient -jar - - - - - - ${project.groupId} - d4core - - - ${project.groupId} - d4shared - - - ${project.groupId} - d4cdmshared - - - - ${project.groupId} - cdm - - - - - org.slf4j - slf4j-jdk14 - test - - - - diff --git a/dap4/d4cdmshared/pom.xml b/dap4/d4cdmshared/pom.xml deleted file mode 100644 index 400789317c..0000000000 --- a/dap4/d4cdmshared/pom.xml +++ /dev/null @@ -1,48 +0,0 @@ - - -4.0.0 - - - edu.ucar - thredds-parent - 4.6.2-SNAPSHOT - ../../pom.xml - - -d4cdmshared -jar - - - - - - ${project.groupId} - d4core - - - - ${project.groupId} - d4shared - - - - ${project.groupId} - cdm - - - - - org.slf4j - slf4j-jdk14 - test - - - - diff --git a/dap4/d4client/pom.xml b/dap4/d4client/pom.xml deleted file mode 100644 index 7ab65211e7..0000000000 --- a/dap4/d4client/pom.xml +++ /dev/null @@ -1,134 +0,0 @@ - - - 4.0.0 - - - - - edu.ucar - thredds-parent - 4.6.2-SNAPSHOT - ../../pom.xml - - - d4client - jar - - - - - - ${project.groupId} - d4core - - - - ${project.groupId} - d4shared - - - - - - com.beust - jcommander - - - - - - org.slf4j - slf4j-api - - - - org.slf4j - slf4j-jdk14 - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - dap4-${project.version} - - - org.apache.httpclient:httpcore - org.apache.httpclient:httpclient - org.apache.httpclient:httpmime - classworlds:classworlds - junit:junit - jmock:* - *:xml-apis - org.apache.maven:lib:tests - log4j:log4j:jar: - - - - - - *:* - - - AUTHORS - DATE - LICENCE - LICENSE - NOTICE - *.txt - *.xml - META-INF/DEPENDENCIES - META-INF/LICENSE - META-INF/NOTICE - META-INF/*.SF - META-INF/*.DSA - META-INF/*.RSA - META-INF/*.txt - META-INF/*.xml - - - - - - - META-INF/spring.handlers - - - META-INF/spring.schemas - - - - - - - - - - - - diff --git a/dap4/d4core/pom.xml b/dap4/d4core/pom.xml deleted file mode 100644 index cf23099e3f..0000000000 --- a/dap4/d4core/pom.xml +++ /dev/null @@ -1,15 +0,0 @@ - - -4.0.0 - - - edu.ucar - thredds-parent - 4.6.2-SNAPSHOT - ../../pom.xml - - -d4core -jar - - diff --git a/dap4/d4servletshared/pom.xml b/dap4/d4servletshared/pom.xml deleted file mode 100644 index b8a4ac2463..0000000000 --- a/dap4/d4servletshared/pom.xml +++ /dev/null @@ -1,70 +0,0 @@ - - -4.0.0 - - - edu.ucar - thredds-parent - 4.6.2-SNAPSHOT - ../../pom.xml - - -d4servletshared -jar - - - - - ${project.groupId} - d4core - - - ${project.groupId} - d4shared - - - ${project.groupId} - d4cdmshared - - - - - ${project.groupId} - netcdf4 - - - ${project.groupId} - cdm - - - - - javax.servlet - javax.servlet-api - - - - org.springframework - spring-web - - - - org.springframework - spring-context - - - - - org.slf4j - slf4j-api - - - - org.slf4j - slf4j-jdk14 - test - - - - - diff --git a/dap4/d4shared/pom.xml b/dap4/d4shared/pom.xml deleted file mode 100644 index 59da0ec50e..0000000000 --- a/dap4/d4shared/pom.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - 4.0.0 - - - edu.ucar - thredds-parent - 4.6.2-SNAPSHOT - ../../pom.xml - - - d4shared - jar - - - - - - ${project.groupId} - d4core - - - - ${project.groupId} - httpservices - - - - org.apache.httpcomponents - httpclient - - - - org.apache.httpcomponents - httpcore - - - - - org.slf4j - slf4j-jdk14 - test - - - - org.slf4j - jcl-over-slf4j - - - diff --git a/dap4/d4tests/pom.xml b/dap4/d4tests/pom.xml deleted file mode 100644 index 3f7d1091bd..0000000000 --- a/dap4/d4tests/pom.xml +++ /dev/null @@ -1,150 +0,0 @@ - - -4.0.0 - - - edu.ucar - thredds-parent - 4.6.2-SNAPSHOT - ../../pom.xml - - -d4tests -jar - - - - ${project.groupId} - d4core - test - - - ${project.groupId} - d4cdmclient - test - - - ${project.groupId} - d4shared - test - - - ${project.groupId} - d4servletshared - test - - - ${project.groupId} - d4ts - test - - - - - ${project.groupId} - cdm - test - - - ${project.groupId} - httpservices - test - - - ${project.groupId} - tds - classes - test - - - - - javax.servlet - javax.servlet-api - test - - - org.springframework - spring-test - test - - - - - org.slf4j - slf4j-api - test - - - - org.slf4j - slf4j-jdk14 - test - - - - - ${project.groupId} - cdm - test-jar - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - - - testCompile - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - UTF-8 - - - **/TestParserDMR.java - **/TestParserCE.java - **/TestNc4Iosp.java - **/TestServlet.java - **/TestServletConstraints.java - **/TestCDMClient.java - **/TestConstraints.java - **/TestDSR.java - - - - - unit-test - test - - test - - - false - - src/test/java/dap4/test/TestFrontPage.java - src/test/java/dap4/test/TestHyrax.java - src/test/java/dap4/test/TestSerial.java - src/test/java/dap4/test/TestDap4All.java - - - - - - - - - - - diff --git a/dap4/d4ts/pom.xml b/dap4/d4ts/pom.xml deleted file mode 100644 index ac906c0511..0000000000 --- a/dap4/d4ts/pom.xml +++ /dev/null @@ -1,66 +0,0 @@ - - -4.0.0 - - - edu.ucar - thredds-parent - 4.6.2-SNAPSHOT - ../../pom.xml - - -d4ts -jar - - - - ${project.groupId} - d4core - - - ${project.groupId} - d4servletshared - - - - - javax.servlet - javax.servlet-api - - - - - org.slf4j - slf4j-jdk14 - test - - - - - diff --git a/dap4/d4tswar/pom.xml b/dap4/d4tswar/pom.xml deleted file mode 100644 index 8d4773db87..0000000000 --- a/dap4/d4tswar/pom.xml +++ /dev/null @@ -1,117 +0,0 @@ - - -4.0.0 - - - edu.ucar - thredds-parent - 4.6.2-SNAPSHOT - ../../pom.xml - - -d4tswar -war - - - - - ${project.groupId} - d4core - - - ${project.groupId} - d4servletshared - - - ${project.groupId} - d4shared - - - ${project.groupId} - d4ts - - - - - ${project.groupId} - cdm - - - ${project.groupId} - netcdf4 - - - - - javax.servlet - javax.servlet-api - - - - - org.slf4j - slf4j-api - - - - org.apache.logging.log4j - log4j-slf4j-impl - - - - org.apache.logging.log4j - log4j-core - - - - org.apache.logging.log4j - log4j-web - - - - - - - org.apache.maven.plugins - maven-war-plugin - - d4ts - src/main/webapp/WEB-INF/web.xml - - - WEB-INF - ../d4tests/src/test/data/resources - - favicon.ico - - - - WEB-INF - src/main/webapp/WEB-INF - - log4j.xml - - - - WEB-INF/resources/testfiles - ../d4tests/src/test/data/resources/testfiles - - *.syn - *.nc - *.hdf5 - - - - WEB-INF/resources/testfiles/dmr - ../d4tests/src/test/data/resources/testfiles/dmr - - *.dmr - - - - - - - - - diff --git a/grib/pom.xml b/grib/pom.xml deleted file mode 100644 index 00bf37cc96..0000000000 --- a/grib/pom.xml +++ /dev/null @@ -1,112 +0,0 @@ - - - 4.0.0 - - - edu.ucar - thredds-parent - 4.6.2-SNAPSHOT - - - - - - grib - jar - GRIB IOSP and Feature Collection - - Decoder for the GRIB format. - - http://www.unidata.ucar.edu/software/netcdf-java/ - - - - - caron - John Caron - caron@unidata.ucar.edu - UCAR/UNIDATA - http://www.unidata.ucar.edu/ - - Java Developer - - - - Robb Kambic - UCAR/UNIDATA - http://www.unidata.ucar.edu/ - - Java Developer - - - - - - - - - ${project.groupId} - cdm - - - - com.google.protobuf - protobuf-java - - - - org.jdom - jdom2 - - - - org.jsoup - jsoup - - - - net.jcip - jcip-annotations - - - - ${project.groupId} - jj2000 - - - - com.google.guava - guava - - - - - org.slf4j - slf4j-api - - - - org.slf4j - slf4j-jdk14 - test - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - - - - - diff --git a/httpservices/pom.xml b/httpservices/pom.xml deleted file mode 100644 index 2a6d8e1c6f..0000000000 --- a/httpservices/pom.xml +++ /dev/null @@ -1,99 +0,0 @@ - - - 4.0.0 - - - edu.ucar - thredds-parent - 4.6.2-SNAPSHOT - - - - - httpservices - - jar - HttpClient Wrappers - http://www.unidata.ucar.edu/software/netcdf-java/documentation.htm - - - - - - net.jcip - jcip-annotations - - - - org.apache.httpcomponents - httpclient - - - - org.apache.httpcomponents - httpcore - - - - - org.slf4j - slf4j-api - - - - org.slf4j - slf4j-jdk14 - test - - - - org.slf4j - jcl-over-slf4j - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - - - org.apache.maven.plugins - maven-source-plugin - 2.1.1 - - - bundle-sources - package - - - jar-no-fork - - - - - - - - - - - diff --git a/it/pom.xml b/it/pom.xml deleted file mode 100644 index 0403ca00d0..0000000000 --- a/it/pom.xml +++ /dev/null @@ -1,263 +0,0 @@ - - - 4.0.0 - - - edu.ucar - thredds-parent - 4.6.2-SNAPSHOT - - - - - it - pom - Test Integration - - TDS - NetCDF-Java library integration Test module. This module contains all classes and settings - needed to test the NetCDF-Java library in a servlet container. - Starts up a TDS server and then sends requests to it. - Relies on having access to cdmUnitTest directory, so can only be run at Unidata. - - http://www.unidata.ucar.edu/software/tds/ - - - - - ${project.groupId} - cdm - test - - - - ${project.groupId} - clcommon - test - - - - ${project.groupId} - grib - test - - - - ${project.groupId} - httpservices - test - - - - ${project.groupId} - opendap - test - - - - ${project.groupId} - visadCdm - test - - - - jaxen - jaxen - test - - - - org.jdom - jdom2 - test - - - - commons-io - commons-io - test - - - - joda-time - joda-time - test - - - - org.apache.httpcomponents - httpcore - test - - - - org.apache.httpcomponents - httpclient - test - - - - org.apache.commons - commons-lang3 - test - - - - - com.restfuse - com.eclipsesource.restfuse - test - - - - ${project.groupId} - cdm - test-jar - - - - - org.slf4j - slf4j-jdk14 - test - - - - org.slf4j - jcl-over-slf4j - test - - - - - - src/test/java - - - - org.apache.maven.plugins - maven-compiler-plugin - - - - testCompile - - - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - /thredds/tds/* - - - - - - integration-test - - test - - - - - - - - org.codehaus.cargo - cargo-maven2-plugin - - - - start-container - pre-integration-test - - start - - - - stop-container - post-integration-test - - stop - - - - - - ${skipTests} - - 300000 - tomcat7x - - http://www.unidata.ucar.edu/software/thredds/apache-tomcat.tar.gz - ${project.build.directory}/downloads - ${project.build.directory}/extracts - - target/container.log - false - target/cargo.log - debug - - - - - -Dtds.content.root.path="/share/testdata/cdmUnitTest/it/content" -Xmx2024m -server -ea - 8081 - 8010 - 8006 - high - - - - - - ${project.basedir}/../tds/target/thredds.war - war - http://localhost:8081/thredds/catalog.html - - /thredds - - - - - - - - - - - diff --git a/ncIdv/pom.xml b/ncIdv/pom.xml deleted file mode 100644 index db8b9bd466..0000000000 --- a/ncIdv/pom.xml +++ /dev/null @@ -1,127 +0,0 @@ - - - 4.0.0 - - - edu.ucar - thredds-parent - 4.6.2-SNAPSHOT - - - - ncIdv - ncIdv Module - Package that generates a jar file for use in the IDV - http://www.unidata.ucar.edu/software/tds/ - - - - ${project.groupId} - cdm - - - ${project.groupId} - bufr - runtime - - - ${project.groupId} - grib - runtime - - - ${project.groupId} - clcommon - runtime - - - ${project.groupId} - netcdf4 - runtime - - - ${project.groupId} - opendap - runtime - - - ${project.groupId} - visadCdm - runtime - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - build-ncIdv - package - - shade - - - ncIdv-${project.version}-all - - - edu.ucar:ui - aopalliance:aopalliance - com.jgoodies:forms - commons-logging:commons-logging - jfree:* - org.springframework:* - org.bounce:* - c3p0:c3p0 - - - - - - *:* - - - nom/** - edu/wisc/** - visad/** - - - AUTHORS - DATE - LICENCE - LICENSE - NOTICE - *.txt - *.xml - META-INF/DEPENDENCIES - META-INF/LICENSE - META-INF/NOTICE - META-INF/*.SF - META-INF/*.DSA - META-INF/*.RSA - META-INF/*.txt - META-INF/*.xml - - - - - - - META-INF/spring.handlers - - - META-INF/spring.schemas - - - - - - - - - - diff --git a/netcdf4/pom.xml b/netcdf4/pom.xml deleted file mode 100644 index d1535e5a7a..0000000000 --- a/netcdf4/pom.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - 4.0.0 - - - thredds-parent - edu.ucar - 4.6.2-SNAPSHOT - - - netcdf4 - NetCDF-4 IOSP - An IOSP for NetCDF-4 that loads the C library to read and write files. - https://www.unidata.ucar.edu/software/netcdf/ - - - - ${project.groupId} - cdm - - - - net.java.dev.jna - jna - - - - - org.slf4j - slf4j-api - - - - org.slf4j - slf4j-jdk14 - test - - - - - diff --git a/opendap/dtswar/pom.xml b/opendap/dtswar/pom.xml deleted file mode 100644 index 72c98948f9..0000000000 --- a/opendap/dtswar/pom.xml +++ /dev/null @@ -1,110 +0,0 @@ - - - 4.0.0 - - - edu.ucar - thredds-parent - 4.6.2-SNAPSHOT - ../../pom.xml - - - - - dtswar - war - DAP Test Server (DTS) webapp - - DAP server to serve up DAP test cases. - - http://www.unidata.ucar.edu/software/netcdf-java/ - - - - Dennis Heimbigner - UCAR/UNIDATA - http://www.unidata.ucar.edu/ - - Java Developer - - - - Nathan Potter - OPeNDAP.org - http://www.opendap.org/ - - Java Developer - - - - - - - - ${project.groupId} - cdm - - - ${project.groupId} - opendap - - - - - javax.servlet - javax.servlet-api - - - javax.servlet - jstl - - - - - org.slf4j - slf4j-api - - - - org.apache.logging.log4j - log4j-slf4j-impl - - - - org.apache.logging.log4j - log4j-core - - - - org.apache.logging.log4j - log4j-web - - - - - dts - - - org.apache.maven.plugins - maven-war-plugin - - src\main\webapp\WEB-INF\web.xml - - - true - - - ${maven.build.timestamp} - - - - - - - - - diff --git a/opendap/pom.xml b/opendap/pom.xml deleted file mode 100644 index 217a9227e9..0000000000 --- a/opendap/pom.xml +++ /dev/null @@ -1,151 +0,0 @@ - - - 4.0.0 - - - edu.ucar - thredds-parent - 4.6.2-SNAPSHOT - - - - - - opendap - jar - OPeNDAP - - Open-source Project for a Network Data Access Protocol, modified for NetCDF purpose. - This artifact is a derivative work from the official OPeNDAP library (http://opendap.org), modified by UCAR. - The packages were renamed from "dods.*" to "opendap.*" and the groupID from "org.opendap" to "edu.ucar". - - http://opendap.org/ - - - OPeNDAP - http://opendap.org - - - - - LGPL 2.1 - http://scm.opendap.org/svn/trunk/Java-OPeNDAP/COPYRIGHT - repo - - - (MIT-style) netCDF C library license - http://www.unidata.ucar.edu/software/netcdf/copyright.html - repo - - - - - - caron - John Caron - caron@unidata.ucar.edu - UCAR/UNIDATA - http://www.unidata.ucar.edu/ - - Java Developer - - - - dmh - Dennis Heimbigner - dmh@unidata.ucar.edu - UCAR/UNIDATA - http://www.unidata.ucar.edu/ - - Java Developer - - - - - - - - - ${project.groupId} - cdm - - - ${project.groupId} - httpservices - - - javax.servlet - javax.servlet-api - - - org.jdom - jdom2 - - - org.apache.httpcomponents - httpclient - - - org.apache.httpcomponents - httpcore - - - net.jcip - jcip-annotations - - - - com.coverity.security - coverity-escapers - - - - - org.slf4j - slf4j-api - - - - org.slf4j - slf4j-jdk14 - test - - - - org.slf4j - jcl-over-slf4j - - - - - ${project.groupId} - cdm - test-jar - - - - - src/test/java - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - opendap/test/Test*.java - ucar/nc2/dods/Test*.java - - - - - - - - - diff --git a/pom.xml b/pom.xml deleted file mode 100644 index 58bb179bca..0000000000 --- a/pom.xml +++ /dev/null @@ -1,986 +0,0 @@ - - - - 4.0.0 - - - - - edu.ucar - thredds-parent - pom - 4.6.2-SNAPSHOT - Parent THREDDS and CDM modules - - The Unidata THREDDS project includes the netCDF-Java library (aka CDM) and - the THREDDS Data Server (TDS). - - http://www.unidata.ucar.edu/software/netcdf-java/ - - - UCAR/Unidata - http://www.unidata.ucar.edu/ - - 1999 - - - - (MIT-style) netCDF C library license - http://www.unidata.ucar.edu/software/netcdf/copyright.html - repo - - - - - - netcdf-java - http://www.unidata.ucar.edu/support/mailinglist/mailing-list-form.html - netcdf-java@unidata.ucar.edu - - - - - https://github.com/Unidata/thredds/ - scm:git:https://github.com/Unidata/thredds/ - scm:git:git@github.com:Unidata/thredds.git - HEAD - - - - - - caron - John Caron - caron@unidata.ucar.edu - UCAR/UNIDATA - http://www.unidata.ucar.edu/ - - Java Developer - - - - chastang - Julien Chastang - chastang@unidata.ucar.edu - UCAR/UNIDATA - http://www.unidata.ucar.edu/ - - Java Developer - - - - edavis - Ethan Davis - edavis@unidata.ucar.edu - UCAR/UNIDATA - http://www.unidata.ucar.edu/ - - Java Developer - - - - dmh - Dennis Heimbigner - dmh@unidata.ucar.edu - UCAR/UNIDATA - http://www.unidata.ucar.edu/ - - Java Developer - - - - emmerson - Steve Emmerson - steve@unidata.ucar.edu - UCAR/UNIDATA - http://www.unidata.ucar.edu/ - - Java Developer - - - - oxelson - Jennifer Ganter Oxelson - oxelson@unidata.ucar.edu - UCAR/UNIDATA - http://www.unidata.ucar.edu/ - - Java Developer - - - - mhermida - Marcos Hermida - mhermida@unidata.ucar.edu - UCAR/UNIDATA - http://www.unidata.ucar.edu/ - - Java Developer - - - - russ - Russel Rew - russ@unidata.ucar.edu - UCAR/UNIDATA - http://www.unidata.ucar.edu/ - - C Developer - - - - yuanho - Ho Yuan - yuanho@unidata.ucar.edu - UCAR/UNIDATA - http://www.unidata.ucar.edu/ - - Java Developer - - - - - - - - integration-test - - it - - - - - - - unidata-releases - UNIDATA Releases - https://artifacts.unidata.ucar.edu/content/repositories/unidata-releases/ - - - unidata-snapshots - UNIDATA Snapshots - https://artifacts.unidata.ucar.edu/content/repositories/unidata-snapshots/ - - - - - - unidata - THREDDS - https://artifacts.unidata.ucar.edu/content/repositories/unidata/ - - - unidata-3rdparty - https://artifacts.unidata.ucar.edu/content/repositories/unidata-3rdparty/ - - - - - - - - - ${project.groupId} - bufr - ${project.version} - - - ${project.groupId} - cdm - ${project.version} - - - ${project.groupId} - clcommon - ${project.version} - - - ${project.groupId} - grib - ${project.version} - - - ${project.groupId} - netcdf4 - ${project.version} - - - ${project.groupId} - httpservices - ${project.version} - - - ${project.groupId} - opendap - ${project.version} - - - ${project.groupId} - tdcommon - ${project.version} - - - ${project.groupId} - udunits - ${project.version} - - - ${project.groupId} - visadCdm - ${project.version} - runtime - - - ${project.groupId} - waterml - ${project.version} - - - ${project.groupId} - tds - ${project.version} - classes - - - - ${project.groupId} - d4core - ${project.version} - - - ${project.groupId} - d4shared - ${project.version} - - - ${project.groupId} - d4cdmshared - ${project.version} - - - ${project.groupId} - d4cdmclient - ${project.version} - - - ${project.groupId} - d4servletshared - ${project.version} - - - ${project.groupId} - d4ts - ${project.version} - - - - - org.springframework - spring-core - ${org.springframework.version} - - - - commons-logging - commons-logging - - - - - org.springframework - spring-context - ${org.springframework.version} - - - org.springframework - spring-beans - ${org.springframework.version} - - - org.springframework - spring-web - ${org.springframework.version} - - - org.springframework - spring-webmvc - ${org.springframework.version} - - - - - org.springframework.security - spring-security-config - ${org.springframework.security.version} - - - org.springframework.security - spring-security-taglibs - ${org.springframework.security.version} - - - - - com.coverity.security - coverity-escapers - ${coverity-escapers.version} - - - - - org.bounce - bounce - ${bounce.version} - - - org.imgscalr - imgscalr-lib - ${imgscalr-lib.version} - - - - - org.apache.xmlbeans - xmlbeans - ${xmlbeans.version} - - - - stax - stax-api - - - - - - org.n52.sensorweb - 52n-oxf-xmlbeans - ${org.n52.xmlbeans.version} - - - - - xerces - xercesImpl - - - - - - org.n52.sensorweb - 52n-xml-waterML-v20 - ${org.n52.common.xml.version} - - - - org.n52.sensorweb - 52n-xml-gml-v321 - ${org.n52.common.xml.version} - - - - org.n52.sensorweb - 52n-xml-sweCommon-v20 - ${org.n52.common.xml.version} - - - - org.n52.sensorweb - 52n-xml-om-v20 - ${org.n52.common.xml.version} - - - - org.n52.sensorweb - 52n-xml-sampling-v20 - ${org.n52.common.xml.version} - - - - - org.apache.httpcomponents - httpclient - ${httpclient.version} - - - - commons-logging - commons-logging - - - - - org.apache.httpcomponents - httpcore - ${httpcore.version} - - - - org.apache.httpcomponents - httpmime - ${httpmime.version} - - - - net.sf.ehcache - ehcache-core - ${net.sf.ehcache.version} - - - net.jcip - jcip-annotations - ${net.jcip.version} - - - org.jdom - jdom2 - ${org.jdom2.version} - - - com.sleepycat - je - ${com.sleepycat.version} - - - - net.java.dev.jna - jna - ${jna.version} - - - joda-time - joda-time - ${joda-time.version} - - - - - org.jsoup - jsoup - ${org.jsoup.version} - - - com.google.protobuf - protobuf-java - ${com.google.protobuf.version} - - - org.quartz-scheduler - quartz - ${org.quartz-scheduler.version} - - - edu.wisc.ssec - visad - ${visad.version} - - - - com.beust - jcommander - ${jcommander.version} - - - - org.apache.commons - commons-lang3 - ${org.apache.commons.commons-lang3} - - - com.google.guava - guava - ${com.google.guava.version} - - - - ${project.groupId} - jj2000 - ${edu.ucar.jj2000.version} - - - - - org.tukaani - xz - ${org.tukaani.xz.version} - - - - - org.jfree - jcommon - ${org.jfree.jcommon.version} - - - - org.jfree - jfreechart - ${org.jfree.jfreechart.version} - - - com.lowagie - itext - - - - - - com.jgoodies - jgoodies-forms - ${com.jgoodies.version} - - - - - commons-fileupload - commons-fileupload - ${commons-fileupload.version} - - - commons-io - commons-io - ${commons-io.version} - - - - org.apache.commons - commons-compress - ${commons-compress.version} - - - - oro - oro - ${oro.version} - - - - uk.ac.rdg.resc - ncwms - ${uk.ac.rdg.resc.ncwms.version} - - - - org.opengis - geoapi-pending - ${geoapi.version} - - - - - javax.servlet - javax.servlet-api - ${javax.servlet.version} - provided - - - javax.servlet - jstl - ${javax.servlet.jstl.version} - runtime - - - - - javax.validation - validation-api - ${javax.validation.version} - - - org.hibernate - hibernate-validator - ${org.hibernate.version} - runtime - - - - - jaxen - jaxen - ${jaxen.version} - runtime - - - - - EDS - threddsIso - ${eds.threddsIso.version} - runtime - - - - - ${project.groupId} - tds - ${project.version} - war - - - - - org.slf4j - slf4j-api - ${org.slf4j.version} - - - - org.slf4j - slf4j-jdk14 - ${org.slf4j.version} - runtime - - - - org.apache.logging.log4j - log4j-slf4j-impl - ${log4j.version} - runtime - - - - org.apache.logging.log4j - log4j-core - ${log4j.version} - runtime - - - - org.apache.logging.log4j - log4j-web - ${log4j.version} - runtime - - - - - - - org.slf4j - jcl-over-slf4j - ${org.slf4j.version} - runtime - - - - - org.apache.logging.log4j - log4j-api - ${log4j.version} - - - - - junit - junit - ${junit.version} - test - - - - org.springframework - spring-test - ${org.springframework.version} - test - - - - - org.hamcrest - hamcrest-core - ${hamcrest.version} - test - - - - - com.restfuse - com.eclipsesource.restfuse - ${restfuse.version} - test - - - - - httpunit - httpunit - ${httpunit.version} - test - - - - javax.servlet - servlet-api - - - jtidy - jtidy - - - - - - ${project.groupId} - cdm - ${project.version} - test - test-jar - - - - - - - - - junit - junit - - - - - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - ${maven-compiler-plugin.version} - - 1.7 - 1.7 - - - - - default-testCompile - test-compile - - testCompile - - - - - - - org.apache.maven.plugins - maven-jar-plugin - ${maven-jar-plugin.version} - - - - true - - - ${maven.build.timestamp} - - - - - - - org.apache.maven.plugins - maven-release-plugin - ${maven-release-plugin.version} - - v@{project.version} - - - - - org.apache.maven.plugins - maven-surefire-plugin - ${maven-surefire-plugin.version} - - ${skipTests} - -Dfile.encoding=UTF-8 - - - - **/*Test*.java - - - - Nothing - - - - - - org.apache.maven.plugins - maven-shade-plugin - ${maven-shade-plugin.version} - - - - org.apache.maven.plugins - maven-war-plugin - ${maven-war-plugin.version} - - - - - org.codehaus.cargo - cargo-maven2-plugin - ${cargo-plugin.version} - - - - - - - - org.apache.maven.plugins - maven-surefire-report-plugin - ${maven-surefire-plugin.version} - - - - - - - - - - - udunits - cdm - bufr - grib - opendap - opendap/dtswar - visad - ncIdv - ui - tdcommon - tds - tdm - cdm-test - it - netcdf4 - clcommon - httpservices - waterml - - - dap4/d4core - dap4/d4shared - dap4/d4client - dap4/d4cdmshared - dap4/d4cdmclient - dap4/d4servletshared - dap4/d4ts - dap4/d4tests - dap4/d4tswar - - - - - true - - - UTF-8 - UTF-8 - - - yyyyMMdd.HHmm - ${maven.build.timestamp} - - - 2.0-20130124 - 1.2.tds.4.6.1-SNAPSHOT - 3.1-M04 - 2.2.5 - 18.0 - 2.5.0 - 1.6.0 - 4.0.92 - 1.2.2 - 3.3.2 - 4.4.1 - 4.4.1 - 4.4.1 - 2.4 - 1.8.1 - 3.1.0 - 1.2 - 1.1.4 - 1.0.23 - 1.0.19 - 2.2 - 4.12 - 1.3 - 1.0.0 - 2.2 - 1.0 - 2.6.2 - 1.0.0.GA - 4.3.1.Final - 1.7.2 - 2.0.4 - 2.2.0 - 1.7.7 - 4.1.6.RELEASE - 3.2.5.RELEASE - 1.1.1 - 1.7 - 0.14 - 4.2 - 2.6.0 - 2.0.0-alpha.3.3 - 2.1.0 - 2.0.8 - 4.1.0 - 5.2 - 1.0 - 1.35 - - - 3.1 - 2.4 - 2.4.1 - 2.1 - 2.18.1 - 2.4 - - 1.4.5 - - - - diff --git a/tdcommon/pom.xml b/tdcommon/pom.xml deleted file mode 100644 index eeae6f373d..0000000000 --- a/tdcommon/pom.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - 4.0.0 - - - edu.ucar - thredds-parent - 4.6.2-SNAPSHOT - - - tdcommon - Server-side common library - - A collection of utilities needed server-side, including THREDDS catalog handling. - - - - - ${project.groupId} - cdm - - - - ${project.groupId} - grib - - - - - org.jdom - jdom2 - - - - - org.springframework - spring-core - - - - - org.slf4j - slf4j-api - - - - org.apache.logging.log4j - log4j-api - - - - org.apache.logging.log4j - log4j-core - compile - - - - org.slf4j - jcl-over-slf4j - - - diff --git a/tdm/pom.xml b/tdm/pom.xml deleted file mode 100644 index 0c8066dccb..0000000000 --- a/tdm/pom.xml +++ /dev/null @@ -1,157 +0,0 @@ - - - 4.0.0 - - - edu.ucar - thredds-parent - 4.6.2-SNAPSHOT - - - - - tdm - jar - THREDDS Data Manager (TDM) - - - - - ${project.groupId} - httpservices - - - - ${project.groupId} - cdm - - - - ${project.groupId} - grib - - - - ${project.groupId} - tdcommon - - - - - org.apache.httpcomponents - httpclient - - - - - org.jdom - jdom2 - - - - - org.springframework - spring-core - - - org.springframework - spring-context - - - - - org.slf4j - slf4j-api - - - - org.apache.logging.log4j - log4j-slf4j-impl - - - - org.apache.logging.log4j - log4j-core - - - - org.slf4j - jcl-over-slf4j - - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - build-TDM - package - - shade - - - tdm-4.6 - - - - commons-logging:commons-logging - edu.wisc:visad - - - - - - thredds.tdm.Tdm - - - META-INF/spring.handlers - - - META-INF/spring.schemas - - - - - - - *:* - - - AUTHORS - DATE - LICENCE - LICENSE - NOTICE - *.txt - *.xml - META-INF/DEPENDENCIES - META-INF/LICENSE - META-INF/NOTICE - META-INF/*.SF - META-INF/*.DSA - META-INF/*.RSA - META-INF/*.txt - META-INF/*.xml - - - - - - - - - - diff --git a/tds/pom.xml b/tds/pom.xml deleted file mode 100644 index a8ecbb6bf3..0000000000 --- a/tds/pom.xml +++ /dev/null @@ -1,375 +0,0 @@ - - - 4.0.0 - - - edu.ucar - thredds-parent - 4.6.2-SNAPSHOT - - - - - tds - war - THREDDS Data Server (TDS) - - The THREDDS Data Server (TDS) is a web server that provides catalog and - data access services for scientific data using OPeNDAP, OGC WCS and WMS, - HTTP, and other remote-data-access protocols. - - http://www.unidata.ucar.edu/software/tds/ - - - - ${project.groupId} - cdm - - - ${project.groupId} - clcommon - - - ${project.groupId} - grib - - - ${project.groupId} - netcdf4 - - - ${project.groupId} - opendap - - - ${project.groupId} - tdcommon - - - ${project.groupId} - visadCdm - - - ${project.groupId} - waterml - - - - - ${project.groupId} - d4core - - - ${project.groupId} - d4servletshared - - - - com.coverity.security - coverity-escapers - - - - - org.apache.httpcomponents - httpclient - - - org.apache.httpcomponents - httpcore - - - - commons-fileupload - commons-fileupload - - - - org.jdom - jdom2 - - - - org.quartz-scheduler - quartz - - - - org.apache.commons - commons-lang3 - - - - commons-io - commons-io - - - - net.jcip - jcip-annotations - - - - com.google.guava - guava - - - - joda-time - joda-time - - - - org.n52.sensorweb - 52n-xml-waterML-v20 - - - - - org.springframework - spring-core - - - org.springframework - spring-context - - - org.springframework - spring-beans - - - org.springframework - spring-web - - - org.springframework - spring-webmvc - - - - - - - - EDS - threddsIso - - - - - uk.ac.rdg.resc - ncwms - - - - org.opengis - geoapi-pending - - - - oro - oro - - - - javax.servlet - javax.servlet-api - - - javax.servlet - jstl - - - - - javax.validation - validation-api - - - org.hibernate - hibernate-validator - - - - - jaxen - jaxen - - - - - org.springframework - spring-test - - - - org.hamcrest - hamcrest-core - - - - httpunit - httpunit - - - - ${project.groupId} - cdm - test-jar - - - - - org.slf4j - slf4j-api - - - - org.apache.logging.log4j - log4j-slf4j-impl - - - - org.apache.logging.log4j - log4j-core - - - - org.apache.logging.log4j - log4j-web - - - - org.slf4j - jcl-over-slf4j - - - - - - thredds - - - - - false - ${basedir}/src/test/resources - - - false - ${basedir}/src/main/webapp - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - ${skipTests} - - thredds/cataloggen/** - - - thredds/dqc/**/*.java - - - - - - org.apache.maven.plugins - maven-war-plugin - - true - - - true - - - ${maven.build.timestamp} - - - - - WEB-INF/classes - true - ${basedir}/src/main/template - - **/tds.properties - - - - docs - true - ${basedir} - - README.txt - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - /thredds/tds/** - - - ${basedir}/src/main/webapp - ${basedir}/src/main/webapp/WEB-INF/classes - - - - - - - - - diff --git a/udunits/pom.xml b/udunits/pom.xml deleted file mode 100644 index b4c24c9d6d..0000000000 --- a/udunits/pom.xml +++ /dev/null @@ -1,72 +0,0 @@ - - - 4.0.0 - - - edu.ucar - thredds-parent - 4.6.2-SNAPSHOT - - - udunits - jar - UDUNITS - http://www.unidata.ucar.edu/software/udunits/ - - The ucar.units Java package is for decoding and encoding - formatted unit specifications (e.g. "m/s"), converting numeric values - between compatible units (e.g. between "m/s" and "knot"), and for - performing arithmetic operations on units (e.g. dividing one unit by - another, raising a unit to a power). - - - - UTF-8 - - - - - emmerson - Steve Emmerson - http://www.unidata.ucar.edu/staff/steve/ - - - - - - - joda-time - joda-time - - - - net.jcip - jcip-annotations - - - - - - diff --git a/ui/pom.xml b/ui/pom.xml deleted file mode 100644 index 66696e79f3..0000000000 --- a/ui/pom.xml +++ /dev/null @@ -1,398 +0,0 @@ - - - 4.0.0 - - - edu.ucar - thredds-parent - 4.6.2-SNAPSHOT - - - - - ui - jar - ToolsUI - Provides a graphical interface to much of the functionality in the CDM library. - http://www.unidata.ucar.edu/software/tds/ - - - - ${project.groupId} - cdm - - - ${project.groupId} - clcommon - - - ${project.groupId} - bufr - - - ${project.groupId} - grib - - - ${project.groupId} - netcdf4 - - - ${project.groupId} - opendap - - - ${project.groupId} - waterml - - - ${project.groupId} - httpservices - - - - net.sf.ehcache - ehcache-core - - - org.jdom - jdom2 - - - org.springframework - spring-context - - - org.jfree - jcommon - - - org.jfree - jfreechart - - - com.jgoodies - jgoodies-forms - - - - org.apache.httpcomponents - httpclient - - - org.apache.httpcomponents - httpcore - - - - org.bounce - bounce - - - - org.imgscalr - imgscalr-lib - - - - org.apache.commons - commons-lang3 - - - - org.n52.sensorweb - 52n-oxf-xmlbeans - - - - com.google.guava - guava - - - - - org.slf4j - slf4j-api - - - - org.slf4j - slf4j-jdk14 - - - - org.slf4j - jcl-over-slf4j - - - - - ${project.groupId} - cdm - test-jar - - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - - true - - true - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - build-toolsUI - package - - shade - - - toolsUI-${project.version} - - - - commons-logging:commons-logging - edu.wisc:visad - - - - - - *:* - - - AUTHORS - DATE - LICENCE - LICENSE - NOTICE - *.txt - *.xml - META-INF/DEPENDENCIES - META-INF/LICENSE - META-INF/NOTICE - META-INF/*.SF - META-INF/*.DSA - META-INF/*.RSA - META-INF/*.txt - META-INF/*.xml - - - - - - - ucar.nc2.ui.ToolsUI - - - META-INF/spring.handlers - - - META-INF/spring.schemas - - - - - - - - build-netcdfAll - package - - shade - - - - - *:* - - - AUTHORS - DATE - LICENCE - LICENSE - NOTICE - *.txt - *.xml - META-INF/DEPENDENCIES - META-INF/LICENSE - META-INF/NOTICE - META-INF/*.SF - META-INF/*.DSA - META-INF/*.RSA - META-INF/*.txt - META-INF/*.xml - - - - wtf - netcdfAll-${project.version} - - - - edu.ucar:ui - aopalliance:aopalliance - com.jgoodies:* - commons-logging:commons-logging - org.jfree:* - org.springframework:* - org.bounce:* - edu.ucar:d4tswar - net.sf.ehcache:ehcache-core - org.apache.commons:commons-lang3 - org.slf4j:slf4j-jdk14 - org.imgscalr:imgscalr-lib - - edu.ucar:waterml - org.apache.xmlbeans:* - org.n52.sensorweb:* - net.sf.saxon:* - - - - - - META-INF/spring.handlers - - - META-INF/spring.schemas - - - - - - - - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - - - - - - - diff --git a/visad/pom.xml b/visad/pom.xml deleted file mode 100644 index 2519c3e6da..0000000000 --- a/visad/pom.xml +++ /dev/null @@ -1,101 +0,0 @@ - - - 4.0.0 - - - edu.ucar - thredds-parent - 4.6.2-SNAPSHOT - - - - visadCdm - jar - VisAD-based IOSPs - - Several netCDF-Java IOSPs that depend on the VisAD library including a - GEMPAK IOSP for grid, station, and sounding datasets; a McIDAS IOSP for - grid datasets; and an ADDE IOSP for image and station datasets. - - http://www.unidata.ucar.edu/software/netcdf-java/ - - - - - ${project.groupId} - cdm - - - - ${project.groupId} - grib - - - - edu.wisc.ssec - visad - - - - com.google.guava - guava - - - - - org.slf4j - slf4j-api - - - - org.slf4j - slf4j-jdk14 - test - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/waterml/pom.xml b/waterml/pom.xml deleted file mode 100644 index 18b2eb02cd..0000000000 --- a/waterml/pom.xml +++ /dev/null @@ -1,90 +0,0 @@ - - - 4.0.0 - - - thredds-parent - edu.ucar - 4.6.2-SNAPSHOT - - - waterml - jar - - NetCDF to WaterML Converter - Converts CDM DSGs to WaterML 2.0 timeseries and vice-versa. - http://www.unidata.ucar.edu/software/netcdf-java/ - - - - n52-releases - 52n Releases - http://52north.org/maven/repo/releases - - true - - - false - - - - - - - ${project.groupId} - cdm - - - - org.apache.xmlbeans - xmlbeans - - - - org.n52.sensorweb - 52n-oxf-xmlbeans - - - - org.n52.sensorweb - 52n-xml-waterML-v20 - - - - org.n52.sensorweb - 52n-xml-gml-v321 - - - - org.n52.sensorweb - 52n-xml-sweCommon-v20 - - - - org.n52.sensorweb - 52n-xml-om-v20 - - - - org.n52.sensorweb - 52n-xml-sampling-v20 - - - - com.google.guava - guava - - - - joda-time - joda-time - - - - - org.slf4j - slf4j-jdk14 - test - - - diff --git a/wmotables/pom.xml b/wmotables/pom.xml deleted file mode 100644 index 910a33a823..0000000000 --- a/wmotables/pom.xml +++ /dev/null @@ -1,203 +0,0 @@ - - - 4.0.0 - - - ${project.groupId} - thredds-parent - 4.5.2-SNAPSHOT - - - - - wmotables - war - WMO tables webapp - - WMO tables for the NetCDF library. - - http://www.unidata.ucar.edu/software/netcdf-java/ - - - - John Caron - UCAR/UNIDATA - http://www.unidata.ucar.edu/ - - Java Developer - - - - oxelson - Jennifer Ganter Oxelson - oxelson@unidata.ucar.edu - UCAR/UNIDATA - http://www.unidata.ucar.edu/ - - Java Developer - - - - - - - - ${project.groupId} - cdm - - - ${project.groupId} - bufr - - - ${project.groupId} - grib - - - - commons-dbcp - commons-dbcp - - - commons-fileupload - commons-fileupload - - - commons-io - commons-io - - - org.apache.commons - commons-lang3 - - - - org.apache.derby - derby - - - - - javax.validation - validation-api - - - org.hibernate - hibernate-validator - - - - javax.activation - activation - - - - cglib - cglib-nodep - - - - org.springframework - spring-web - - - - org.springframework - spring-jdbc - - - - org.springframework - spring-aop - - - - org.springframework - spring-expression - - - - org.springframework - spring-webmvc - - - - org.springframework.security - spring-security-config - - - - org.springframework.security - spring-security-taglibs - - - - - javax.servlet - javax.servlet-api - - - - javax.servlet - jstl - - - - taglibs - standard - - - - - org.slf4j - slf4j-api - - - - org.apache.logging.log4j - log4j-slf4j-impl - - - - org.apache.logging.log4j - log4j-core - - - - org.apache.logging.log4j - log4j-web - - - - org.slf4j - jcl-over-slf4j - - - - - wmotables - - - - org.apache.maven.plugins - maven-war-plugin - - - - true - - - ${maven.build.timestamp} - - - - - - - - - From 4d5a48c9bd7d2d7e8d10313806e38339720485ea Mon Sep 17 00:00:00 2001 From: cwardgar Date: Wed, 10 Feb 2016 02:05:56 -0700 Subject: [PATCH 2/2] Fixed test that relied on presence of pom.xml file. --- .../TestCrawlableDataset.java | 40 ++++++++----------- 1 file changed, 17 insertions(+), 23 deletions(-) diff --git a/cdm/src/test/java/thredds/crawlabledataset/TestCrawlableDataset.java b/cdm/src/test/java/thredds/crawlabledataset/TestCrawlableDataset.java index 4ee7a157d9..6652ed1acd 100644 --- a/cdm/src/test/java/thredds/crawlabledataset/TestCrawlableDataset.java +++ b/cdm/src/test/java/thredds/crawlabledataset/TestCrawlableDataset.java @@ -33,12 +33,17 @@ package thredds.crawlabledataset; import org.junit.Test; -import static org.junit.Assert.*; -import java.util.List; -import java.util.Iterator; -import java.util.ArrayList; +import java.io.File; import java.io.IOException; +import java.net.URISyntaxException; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.Iterator; +import java.util.List; + +import static org.junit.Assert.assertTrue; +import static org.junit.Assert.assertFalse; /** * A description @@ -48,18 +53,13 @@ */ public class TestCrawlableDataset { - @Test public void testEmptyPath() { String path = ""; CrawlableDataset crDs = checkCrDs( path, path); - if ( crDs.exists() ) - { - assertTrue( "Unexpected exist()==true for CrDs(\"\").", - false); - } + assertFalse("Unexpected exist()==true for CrDs(\"\").", crDs.exists()); } @Test @@ -69,23 +69,17 @@ public void testRootPath() String name = ""; CrawlableDataset crDs = checkCrDs( path, name ); - if ( ! crDs.exists() ) - { - assertTrue( "CrDs(\"/\") doesn't exist.", - false ); - } - + assertTrue("CrDs(\"/\") doesn't exist.", crDs.exists()); } @Test - public void testDotPath() - { - String path = "."; - String name = "."; - List results = new ArrayList(); - results.add( "pom.xml" ); + public void testResourcePath() throws URISyntaxException { + File iospResourcesDir = new File(getClass().getResource("/resources/nj22/iosp").toURI()); + String path = iospResourcesDir.getAbsolutePath(); + String name = iospResourcesDir.getName(); + List expectedChildrenNames = Arrays.asList("ghcnm.ncml", "igra-monthly.ncml", "igra-por.ncml"); - checkCrDsChildren( path, name, results ); + checkCrDsChildren(path, name, expectedChildrenNames); } // ToDo Get test working with manufactured directory.