Am 28.01.2012 21:58, schrieb rcbandit:
> I'm developing web application with OSGI. I have a maven configuration error
> which I cannot find. This is the complete source code:
> http://uploading.com/files/8e5c9888/SH_27_test.zip/
>
> This is the POM file:
> [...]
>
> When I try to compile it with Netbeans I get this error:
> http://pastebin.com/whxuSb7V

I find this snippet in your pastebin:

 1.
    Failed to execute goal
    org.apache.felix:maven-bundle-plugin:2.3.6:bundle (default-bundle)
    on project SH_27-impl: Error(s) found in bundle configuration ->
    [Help 1]
 2.
    org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
    execute goal org.apache.felix:maven-bundle-plugin:2.3.6:bundle
    (default-bundle) on project SH_27-impl: Error(s) found in bundle
    configuration



This is an OSGI-related problem, not so much a maven-related one. The
maven-bundle-plugin complains about the "[OSGI] bundle configuration".
Please ask for assistance on the Apache Felix Users mailing list.

Best regards

Ansgar

Reply via email to