Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[lyo-dev] Fwd: Thread: [ERROR] No plugin found for prefix ’jetty’ in the current project and in the plugin groups ...

Hello, I am trying to understand samples and having difficulties to run org.eclipse.lyo.oslc4j.build project. I tried different eclipse versions on different systems but I keep receiving same error message. Since it is one of the first things I need to do, I am just stuck here. Any help would be appreciated!

This is the link that I am following step by step http://open-services.net/resources/tutorials/integrating-products-with-oslc/running-the-examples/

And here is the message from console:

[INFO] Scanning for projects…

[WARNING]

[WARNING] Some problems were encountered while building the effective model for org.eclipse.lyo.oslc4j.core:oslc4j-registry:war:3.0.0-SNAPSHOT

[WARNING] ‘build.plugins.plugin.version’ for org.mortbay.jetty:jetty-maven-plugin is missing. @ line 115, column 21

[WARNING]

[WARNING] Some problems were encountered while building the effective model for org.eclipse.lyo.oslc4j.core:oslc4j- utils:jar:3.0.0-SNAPSHOT

[WARNING] ‘build.plugins.plugin.version’ for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ line 72, column 12

[WARNING] ‘build.plugins.plugin.version’ for org.apache.maven.plugins:maven-source-plugin is missing. @ line 58, column 12

[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] Reactor Build Order:

[INFO]

[INFO] OSLC4J Core

[INFO] OSLC4J Jena Provider

[INFO] OSLC4J JSON4J Provider

[INFO] OSLC4J Wink Application

[INFO] OSLC4J Registry

[INFO] OSLC4J Query

[INFO] OSLC TRS Toolkit

[INFO] OSLC4J Utilities

[INFO] OSLC4J Build

[INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml

[INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml

[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (13 KB at 18.5 KB/sec)

[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 KB at 28.9 KB/sec)

[INFO] ————————————————————————

[INFO] Reactor Summary:

[INFO]

[INFO] OSLC4J Core ………………………………… SKIPPED

[INFO] OSLC4J Jena Provider ………………………… SKIPPED

[INFO] OSLC4J JSON4J Provider ………………………. SKIPPED

[INFO] OSLC4J Wink Application ……………………… SKIPPED

[INFO] OSLC4J Registry …………………………….. SKIPPED

[INFO] OSLC4J Query ……………………………….. SKIPPED

[INFO] OSLC TRS Toolkit ……………………………. SKIPPED

[INFO] OSLC4J Utilities ……………………………. SKIPPED

[INFO] OSLC4J Build ……………………………….. SKIPPED

[INFO] ————————————————————————

[INFO] BUILD FAILURE

[INFO] ————————————————————————

[INFO] Total time: 2.441 s

[INFO] Finished at: 2014-09-12T22:36:20+01:00

[INFO] Final Memory: 10M/78M

[INFO] ————————————————————————

[ERROR] No plugin found for prefix ‘jetty’ in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (C:\Users\user.m2\repository), central (http://repo.maven.apache.org/maven2)] -> [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/NoPluginFoundForPrefixException


Best regards
Didem



Back to the top