Hey,
I checked out the latest sources from github (basex and basex-api).
In eclipse basex works fine, but eclipse shows errors when building basex-api. The maven container isn't initialized correctly.
some error from the output:
16.09.11 12:07:15 MESZ: Maven Builder: FULL_BUILD requireFullBuild
16.09.11 12:07:15 MESZ: [WARN]
16.09.11 12:07:15 MESZ: [WARN] Some problems were encountered while building the effective model for org.basex:basex-api:jar:6.8-SNAPSHOT
16.09.11 12:07:15 MESZ: [WARN] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 106, column 15
16.09.11 12:07:15 MESZ: [WARN] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 118, column 15
16.09.11 12:07:15 MESZ: [WARN] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 114, column 15
16.09.11 12:07:15 MESZ: [WARN]
16.09.11 12:07:15 MESZ: [WARN] It is highly recommended to fix these problems because they threaten the stability of your build.
16.09.11 12:07:15 MESZ: [WARN]
16.09.11 12:07:15 MESZ: [WARN] For this reason, future Maven versions might no longer support building such malformed projects.
I tried it on my mac (lion, maven 3.0) and on ubuntu.
Any ideas?
thanks in advance!
Lukas