Rafael Winterhalter

Results 738 comments of Rafael Winterhalter

Alright, better to construct a `File` and let the VM do the conversion. I am still messing with my build, I will try a release once it is stable again.

Yes, indeed, I assume that the Byte Buddy plugin is not on the right class path. Likely, I need to resolve the Maven plugin's class loader as a parent.

I was looking through Maven's APIs (the 10.000 that it offers) and I cannot really see how I can adjust it to give me optional dependencies or not. I only...

I see that there is a `getArtifacts` method in the Maven API where such filter elements are available. I will see how I can refactor Byte Buddy to include some...

Can you try the *with-optional-config* branch and possibly play a bit with it? I think this should make it possible to solve your issue. I am however not yet sure...

It's just a flag and a few lines of codes to add the optional support, so if it helps you, I am happy to add it. Does the branch solve...

Strangely enough, I am using the same sources for this discovery as I use for applying plugins. Do you have a simple reproducer? I would give `mvnDebug` a try then.

I gave it another try stepping through but it seems like this is built in in Maven's artifact resolver and cannot be changed.

Did you try registering a listener? It would show you any types being transformed or that fail. I recommend to also set disableClassFormatChanges.