Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find gs-mvt-2.6.2.jar #2

Closed
mohayemin opened this issue May 14, 2015 · 4 comments
Closed

Cannot find gs-mvt-2.6.2.jar #2

mohayemin opened this issue May 14, 2015 · 4 comments

Comments

@mohayemin
Copy link

The readme mentions gs-mvt-2.6.2.jar. However, It cannot be found anywhere.

@emplexed
Copy link
Owner

The Jar File gs-mvt-2.6.2.jar is the result of the maven build process of the package. Currently there is no built version of gs-mvt-2.6.2.jarin the repository. You have to check out the project and run e.g. maven:package. The result should be a target folder in the project where the gs-mvt-2.6.2.jar can be found.

@kaktus40
Copy link

Hello after trying to generate a package, I had the following error:

[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for org.geoserver.extension:gs-mvt:2.6.2: Failure to find org.geoserver:extension:pom:2.6.2 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 13, column 13

@stefan0722
Copy link
Collaborator

Unfortunately the Geoserver is not part of the central maven repository anymore, because it moved to GitGub. But the boundless maven repository provides the source of current versions of the geoserver. You can include the repository in your global maven file or add it to the gs-mvt.pom.
Alternatively it is possible to download the geoserver source from GitHub, build it and deploy it in your local maven repository.

@stefan0722
Copy link
Collaborator

Provided the plugin as JAR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants