maven-plugins icon indicating copy to clipboard operation
maven-plugins copied to clipboard

MDEPLOY-226: DeployAtEnd fails when module has extension

Open chonton opened this issue 7 years ago • 3 comments

MDEPLOY-225: DeployAtEnd fails when overriding skip MDEPLOY-224: Overriding deployAtEnd fails

chonton avatar Nov 19 '17 23:11 chonton

@chonton @tbroyer

I believe this solved the problem i was having with using https://github.com/tbroyer/gwt-maven-plugin

Any of my submodules using the plugin would not register with the deploy "count", and i'd end up short when doing the final comparison.

@khmarbaise

What's the timeframe to get this merged?

jdileonardo avatar Mar 20 '18 20:03 jdileonardo

The serialisation needs to be updated with XMLEncoder/XMLDecoder or else surefire/failsafe will fail as it reads all properties and expects String - see https://github.com/apache/maven-deploy-plugin/pull/1

robseidel avatar Aug 20 '18 06:08 robseidel

XMLEncoder/XMLDecoder will not work on the MavenProject member. Xpp3 has similar problems.
I believe this approach is not going to work without support from core or update to Surefire/Failsafe.

chonton avatar Aug 31 '18 21:08 chonton