FamilySearch / gedcom5-conversion

Utilities for GEDCOM 5.5 to GEDCOM X Conversion
Other
32 stars 22 forks source link

Maven build is failing #12

Closed ijabz closed 8 years ago

ijabz commented 8 years ago

I cloned a new copy, then ran mvn install which fails as follows:

C:\Code\genealogy\gedcom5-conversion>mvn install [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.gedcomx:gedcom5-conversion:jar:1.0.1.M1-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 66, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 75, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ line 92, column 15 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building gedcom5-conversion 1.0.1.M1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [WARNING] The POM for org.gedcomx:gedcomx-fileformat:jar:1.0.0.M1 is missing, no dependency information available [WARNING] The POM for org.folg.gedcom:gedcom:jar:1.1 is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.474s [INFO] Finished at: Thu May 12 17:04:40 BST 2016 [INFO] Final Memory: 5M/415M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project gedcom5-conversion: Could not resolve dependencies for project org.gedcomx:gedcom5-conversion:jar:1.0.1.M1-SNAPSHOT: T he following artifacts could not be resolved: org.gedcomx:gedcomx-fileformat:jar:1.0.0.M1, org.folg.gedcom:gedcom:jar:1.1: Failure to find org.gedcomx:gedcomx-f ileformat:jar:1.0.0.M1 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval o f central has elapsed or updates are forced -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [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 read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

stoicflame commented 8 years ago

Thanks for the report. Fixed now.

githamar commented 8 years ago

Hey, I'm glad to hear it's fixed. Thanks so much for your work.

On Friday, May 13, 2016, Ryan Heaton notifications@github.com wrote:

Thanks for the report. Fixed now.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/FamilySearch/gedcom5-conversion/issues/12#issuecomment-219155205