You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you confirm this bug? Is this really a bug of groovy-maven-plugin or is there a general bug in maven 4.0 resolving backslashes in POM (CDATA sections)?
p.s.: Using double quotes vs. single quotes for the regex string literal does not make any difference. It works with 3.9 and fails with 4.0.
The text was updated successfully, but these errors were encountered:
I haven't been able to verify, but it seems highly likely that the CDATA handling in Maven 4 is problematic. Though do you see the same behavior with w/o CDATA, maybe CDATA is not the real issue here, the issue is that its attempting to do string escaping when its interpolating?
I haven't been able to verify, but it seems highly likely that the CDATA handling in Maven 4 is problematic. Though do you see the same behavior with w/o CDATA, maybe CDATA is not the real issue here, the issue is that its attempting to do string escaping when its interpolating?
I have tested maven4 update (4.0.0-rc1) and found that
groovy-maven-plugin
stops working after this update:With maven 3.9 (e.g.
3.9.6
or3.9.9
) this used to work fine.Configuration:
Can you confirm this bug? Is this really a bug of
groovy-maven-plugin
or is there a general bug in maven 4.0 resolving backslashes in POM (CDATA sections)?p.s.: Using double quotes vs. single quotes for the regex string literal does not make any difference. It works with 3.9 and fails with 4.0.
The text was updated successfully, but these errors were encountered: