Hello all,

I have come across a rather interesting situation; the Jaxb2-Maven-Plugin 
is ready for a release sporting - among other things - Java 11 and Http 
Proxy support.
However, I cannot generate the site due to a cobertura-related error where 
it seems that the Cobertura-Maven-Plugin by default attempts to instrument 
the integration tests of the plugin.

This seems to fail, and hence the site cannot be properly generated.
What is the workaround here?

The simplest way to check is to clone the repo at 
([email protected]:mojohaus/jaxb2-maven-plugin.git), build the plugin and 
build the site.
Building the site is done using:

*mvn -Pmojo-release clean deploy*

.. which eventually fires the ITs and generates the following (which is 
only generated by the site plugin; not the building of the plugin iself):

Caused by: java.lang.NoClassDefFoundError: 
net/sourceforge/cobertura/coveragedata/LightClassmapListener
    at java.lang.Class.getDeclaredMethods0 (Native Method)
    at java.lang.Class.privateGetDeclaredMethods (Class.java:2701)
    at java.lang.Class.getDeclaredMethods (Class.java:1975)
    at com.google.inject.spi.InjectionPoint.getInjectionPoints 
(InjectionPoint.java:688)
    at com.google.inject.spi.InjectionPoint.forInstanceMethodsAndFields 
(InjectionPoint.java:380)
    at 
com.google.inject.internal.ConstructorBindingImpl.getInternalDependencies 
(ConstructorBindingImpl.java:164)
    at com.google.inject.internal.InjectorImpl.getInternalDependencies 
(InjectorImpl.java:613)

--
+==============================+
| Bästa hälsningar,
| [sw. "Best regards"]
|
| Lennart Jörelid
| EAI Architect & Integrator
|
| jGuru Europe AB
| Mölnlycke - Kista
|
| Email: [email protected]
| URL:   www.jguru.se
| Phone
| (skype):    jgurueurope
| (intl):     +46 708 507 603
| (domestic): 0708 - 507 603
+==============================+


-- 
You received this message because you are subscribed to the Google Groups 
"mojohaus-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojohaus-dev/a06d5a26-d73c-4d51-9981-074ba46fa12a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to