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 install geoserver-exts #89

Open
tirzahweiss opened this issue Jun 18, 2015 · 0 comments
Open

cannot install geoserver-exts #89

tirzahweiss opened this issue Jun 18, 2015 · 0 comments

Comments

@tirzahweiss
Copy link

I am able to clone the repository onto my computer, but when I run 'mvn install', only the first build is successful. Everything after that is unsuccessful. I only want to install the mongodb plug-in right now.

Here is the output from the command line:

C:\Users\Tirzah\geoserver-exts>mvn install -pl mongodb -am
Picked up _JAVA_OPTIONS: -Xmx512M
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.opengeo:gt-ysld:jar:13-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.openg
eo:gt-ysld:${gt.version}, C:\Users\Tirzah\geoserver-exts\ysld\gt-ysld\pom.xml, l
ine 16, column 12
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten t
he stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support buildin
g such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] OpenGeo GeoServer Extensions
[INFO] MongoDB DataStore
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenGeo GeoServer Extensions 2.7-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- git-commit-id-plugin:2.1.8:revision (default) @ geoserver-exts ---
[INFO]
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ g
eoserver-exts >>>
[INFO]
[INFO] --- git-commit-id-plugin:2.1.8:revision (default) @ geoserver-exts ---
[INFO]
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ g
eoserver-exts <<<
[INFO]
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ geoserver-exts ---
[INFO]
[INFO] --- maven-dependency-plugin:2.8:copy-dependencies (default) @ geoserver-e
xts ---
[INFO]

[INFO] --- maven-install-plugin:2.4:install (default-install) @ geoserver-exts -

[INFO] Installing C:\Users\Tirzah\geoserver-exts\pom.xml to C:\Users\Tirzah.m2
repository\org\opengeo\geoserver-exts\2.7-SNAPSHOT\geoserver-exts-2.7-SNAPSHOT.p
om
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building MongoDB DataStore 2.7-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- git-commit-id-plugin:2.1.8:revision (default) @ gt-mongodb ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] OpenGeo GeoServer Extensions ....................... SUCCESS [ 14.293 s]
[INFO] MongoDB DataStore .................................. FAILURE [ 1.251 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19.432 s
[INFO] Finished at: 2015-06-18T10:20:15-04:00
[INFO] Final Memory: 21M/310M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal pl.project13.maven:git-commit-id-plugin:2.1.8:rev
ision (default) on project gt-mongodb: Execution default of goal pl.project13.ma
ven:git-commit-id-plugin:2.1.8:revision failed. NullPointerException -> [Help 1]

[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutio
nException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command

[ERROR] mvn -rf :gt-mongodb

C:\Users\Tirzah\geoserver-exts>

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

1 participant