Andrea,
Thanks a lot. Got getools 2.5.3 build with the given maven option. But the developer guide (http://docs.codehaus.org/display/GEOT/2.5.3+Building+an+individual+module) still still indicates the maven.test.skip option. Should somebody change this site?
cheers, Frank
> Frank Gasdorf ha scritto:
> > Hello,
> >
> > I checked the out the 2.5.3 tagged version and started a build with
> > maven.test.skip=true option. The build failed with the following
> > error:
> >
> > Missing: ---------- 1) org.geotools:gt-jdbc-core:jar:tests:2.5.3
> >
> > Try downloading the file manually from the project website.
>
> -Dmaven.test.skip is no more the suggested way to build without
> tests in Maven, you should use -DskipTests, that will also build the
> test jars (but not run the tests).
>
> Cheers
> Andrea
>
|