Hey guys, This is an issue with repository settings. I left the "unique snapshots" feature turned on and then later turned it off. I'm going to clear out the repo and start seeding it again.
Sorry for the inconvenience. -Justin On Sat, Aug 16, 2014 at 1:57 AM, Andrea Aime <[email protected]> wrote: > On Sat, Aug 16, 2014 at 7:46 AM, Jody Garnett <[email protected]> > wrote: > >> I assume we have tried http://mojo.codehaus.org/javacc-maven-plugin/ >>> >> > Don't know we did. Afaik the javacc plugin we use was developed > before that mojo project existed. > > The mojo one works btw, I use it in GeoServer for some bits of the WCS 1.1 > parsing, but I'm not sure how much work would be involved in using > it in GeoTools also. > Here is the GeoServer usage, for reference: > > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>javacc-maven-plugin</artifactId> > <version>2.3</version> > <executions> > <execution> > <id>jjtree</id> > <goals> > <goal>jjtree</goal> > </goals> > <configuration> > > <sourceDirectory>src/main/java/org/geoserver/wcs/kvp/rangesubset</sourceDirectory> > > <outputDirectory>target/generated-sources/jjtree</outputDirectory> > </configuration> > </execution> > <execution> > <id>javacc</id> > <goals> > <goal>javacc</goal> > </goals> > <configuration> > > <sourceDirectory>target/generated-sources/jjtree/</sourceDirectory> > > <outputDirectory>target/generated-sources/javacc</outputDirectory> > </configuration> > </execution> > </executions> > </plugin> > > > Mauricio, do you know if we have any custom behavior that would make > it hard to switch to the mojo one? As far as I can see the jjtree-javacc > plugin is used only to build cql > > Cheers > Andrea > > -- > == > GeoServer Professional Services from the experts! Visit > http://goo.gl/NWWaa2 for more information. > == > > Ing. Andrea Aime > @geowolf > Technical Lead > > GeoSolutions S.A.S. > Via Poggio alle Viti 1187 > 55054 Massarosa (LU) > Italy > phone: +39 0584 962313 > fax: +39 0584 1660272 > mob: +39 339 8844549 > > http://www.geo-solutions.it > http://twitter.com/geosolutions_it > > ------------------------------------------------------- > -- Justin Deoliveira VP Engineering | Boundless <http://boundlessgeo.com/> [email protected] @boundlessgeo <http://twitter.com/boundlessgeo/>
------------------------------------------------------------------------------
_______________________________________________ GeoTools-Devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
