Ah, here is the problem: gt-app-schema has a compile (non-test) phase dependency on the tests jar:
<dependency> <groupId>org.geotools</groupId> <artifactId>gt-complex</artifactId> <version>${project.version}</version> <classifier>tests</classifier> </dependency> This causes gt-complex-*-test.jar to be included in the bin.zip. Adding <scope>test</scope> should fix; I will add to my to-do list. Kind regards, Ben. On 13/08/16 12:37, Ben Caradoc-Davies wrote: > But then why is gt-app-schema-*-tests.jar not present? It has the same > stanza in its pom.xml. > > Kind regards, > Ben. > > On 13/08/16 12:24, Devon Tucker wrote: >>> (2) gt-complex-16-M0-tests.jar is present. This is the only >>> *-tests.jar included >> in the bin-zip. I wonder why? >> >> Maybe something do do with the following? Only a guess. >> >> <!-- build test jar so that app-schema tests in GeoServer can use classes >> in GeoTools app-schema >> tests --> >> <plugin> >> <groupId>org.apache.maven.plugins</groupId> >> <artifactId>maven-source-plugin</artifactId> >> <executions> >> <execution> >> <phase>package</phase> >> <goals> >> <goal>test-jar</goal> >> </goals> >> </execution> >> </executions> >> </plugin> >> <plugin> >> <groupId>org.apache.maven.plugins</groupId> >> <artifactId>maven-jar-plugin</artifactId> >> <executions> >> <execution> >> <phase>package</phase> >> <goals> >> <goal>test-jar</goal> >> </goals> >> </execution> >> </executions> >> </plugin> >> >> >> On Fri, Aug 12, 2016 at 5:20 PM, Torben Barsballe < >> tbarsba...@boundlessgeo.com> wrote: >>> >>> Looks like my failed test refers to the JAI version, and is thus >> system-specific. Given that it works on other systems, I am not >> especially >> concerned about this failure (although I evedently need to the JAI >> version >> on my system) >>> >>> Torben >>> >>> On Fri, Aug 12, 2016 at 5:06 PM, Torben Barsballe < >> tbarsba...@boundlessgeo.com> wrote: >>>> >>>> I'm seeing this error in the gt-metadata module, but others are unable >> to reproduce: >>>> Failed tests: >>>> GeoToolsTest.testVersion:162 expected:<1.1.[3]> but was:<1.1.[2]> >>>> >>>> Torben >>>> >>>> On Fri, Aug 12, 2016 at 5:02 PM, Devon Tucker <devonrtuc...@gmail.com> >> wrote: >>>>> >>>>> Running a mvn install now. >>>>> >>>>> On Fri, Aug 12, 2016 at 4:50 PM, Torben Barsballe < >> tbarsba...@boundlessgeo.com> wrote: >>>>>> >>>>>> The GeoTools 16-M0 release artifacts available for testing from: >>>>>> http://ares.boundlessgeo.com/geotools/release/16-M0/ >>>>>> >>>>>> Torben >>>>>> >>>>>> >> ------------------------------------------------------------------------------ >> >>>>>> What NetFlow Analyzer can do for you? Monitors network bandwidth and >> traffic >>>>>> patterns at an interface-level. Reveals which users, apps, and >> protocols are >>>>>> consuming the most bandwidth. Provides multi-vendor support for >> NetFlow, >>>>>> J-Flow, sFlow and other flows. Make informed decisions using capacity >>>>>> planning reports. http://sdm.link/zohodev2dev >>>>>> _______________________________________________ >>>>>> GeoTools-Devel mailing list >>>>>> GeoTools-Devel@lists.sourceforge.net >>>>>> https://lists.sourceforge.net/lists/listinfo/geotools-devel >>>>>> >>>>> >>>> >>> >> >> >> >> ------------------------------------------------------------------------------ >> >> What NetFlow Analyzer can do for you? Monitors network bandwidth and >> traffic >> patterns at an interface-level. Reveals which users, apps, and >> protocols are >> consuming the most bandwidth. Provides multi-vendor support for NetFlow, >> J-Flow, sFlow and other flows. Make informed decisions using capacity >> planning reports. http://sdm.link/zohodev2dev >> >> >> >> _______________________________________________ >> GeoTools-Devel mailing list >> GeoTools-Devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/geotools-devel >> > -- Ben Caradoc-Davies <b...@transient.nz> Director Transient Software Limited <http://transient.nz/> New Zealand ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. http://sdm.link/zohodev2dev _______________________________________________ GeoTools-Devel mailing list GeoTools-Devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geotools-devel