Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

MDEPLOY-226: DeployAtEnd fails when module has extension #138

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from
Open

MDEPLOY-226: DeployAtEnd fails when module has extension #138

wants to merge 1 commit into from

Conversation

chonton
Copy link
Member

@chonton chonton commented Nov 19, 2017

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

MDEPLOY-225: DeployAtEnd fails when overriding skip
MDEPLOY-224: Overriding deployAtEnd fails
@jdileonardo
Copy link

@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?

@robseidel
Copy link

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

@chonton
Copy link
Member Author

chonton commented Aug 31, 2018

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants