Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
seaferring
Contributor
Contributor

Maven Build Error

It astounds me that the code on github.com does not compile cleanly.

 

# mvn clean install
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.talend.studio:org.talend.designer.components.localprovider:eclipse-plugin:6.2.0
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-clean-plugin is missing. @ line 20, column 17
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.talend.studio:org.talend.mdm.workbench:eclipse-plugin:6.2.0
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-clean-plugin is missing. @ line 19, column 21
[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] Computing target platform for MavenProject: org.talend.studio:org.talend.demo.bigdata.ce.nl:6.2.0 @ C:\dev\talend-open-source\tbd-studio-se\i18n\plugins\org.talend.demo.bigdata.ce.nl\pom.xml
[INFO] Resolving dependencies of MavenProject: org.talend.studio:org.talend.demo.bigdata.ce.nl:6.2.0 @ C:\dev\talend-open-source\tbd-studio-se\i18n\plugins\org.talend.demo.bigdata.ce.nl\pom.xml
[INFO] {osgi.os=win32, osgi.ws=win32, org.eclipse.update.install.features=true, osgi.arch=x86}
[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: org.talend.demo.bigdata.ce.nl 6.2.0.qualifier
[ERROR]   Missing requirement: org.talend.core.runtime 6.2.0.qualifier requires 'bundle org.eclipse.jdt.core 0.0.0' but it could not be found
[ERROR]   Cannot satisfy dependency: org.talend.demo.bigdata.ce 6.2.0.qualifier depends on: bundle org.talend.core.runtime 6.0.0
[ERROR]   Cannot satisfy dependency: org.talend.demo.bigdata.ce.nl 6.2.0.qualifier depends on: bundle org.talend.demo.bigdata.ce 0.0.0
[ERROR]
[ERROR] See http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
[ERROR] Cannot resolve dependencies of MavenProject: org.talend.studio:org.talend.demo.bigdata.ce.nl:6.2.0 @ C:\dev\talend-open-source\tbd-studio-se\i18n\plugins\org.talend.demo.bigdata.ce.nl\pom.xml: See log for details -> [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/MavenExecutionException

This implies that the Eclipse SDK (org.eclipse.jdt.core) needs to be somewhere in the classpath, yet no indication of this requirement is anywhere in the documentation.

 

Anyone have any ideas?

Labels (1)
2 Replies
Anonymous
Not applicable

Which repo are you working from?

seaferring
Contributor
Contributor
Author