Hi,
so now I have moved a step forward...
But:
Now I get
TRACE: Sisu - Potential problem: com.soebes.maven.extensions.xyz.XYZ
java.lang.NoClassDefFoundError:
org/apache/maven/shared/artifact/deploy/ArtifactDeployerException
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2499)
at java.lang.Class.getDeclaredFields(Class.java:1811)
but the given class is contained in the jar of the
maven-artifact-transfer jar ?
with the code:
@Named
@Singleton
public class XYZ
extends AbstractEventSpy
{
private final Logger LOGGER = LoggerFactory.getLogger( getClass() );
@Inject
private ArtifactDeployer deployer;
public XYZ()
{
}
Another good idea / hint?
Kind regards
Karl Heinz Marbaise
On 04/09/16 20:29, Karl Heinz Marbaise wrote:
Hi Igor,
On 04/09/16 19:40, Igor Fedorenko wrote:
Sisu does not print component lookup exceptions by default, you need to
run jvm with -Dsisu.debug system property to see them (and ton of other
sisu debug information).
Yes much of information but those contained the right information which
I needed to brought me find my problem...Missed to shaded my extensions
with dependencies. ;-(...
Thank you very much..
Kind regards
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org