[GitHub] robseidel commented on issue #1: fix DeployAtEnd failures

2018-09-10 Thread GitBox
robseidel commented on issue #1: fix DeployAtEnd failures URL: https://github.com/apache/maven-deploy-plugin/pull/1#issuecomment-419800283 As I've written before, this PR can be fixed without breaking other stuff by using any form of serialization: Just use the following class:

[GitHub] robseidel commented on issue #1: fix DeployAtEnd failures

2018-05-04 Thread GitBox
robseidel commented on issue #1: fix DeployAtEnd failures URL: https://github.com/apache/maven-deploy-plugin/pull/1#issuecomment-386595160 The serialization seems the easiest approach. I've written a quick & dirty modification to serialize/deserialize with XMLEncoder/XMLDecoder - which

[GitHub] robseidel commented on issue #1: fix DeployAtEnd failures

2018-05-04 Thread GitBox
robseidel commented on issue #1: fix DeployAtEnd failures URL: https://github.com/apache/maven-deploy-plugin/pull/1#issuecomment-386595160 The serialization seems the easiest approach. I've written a quick & dirty modification to serialize/deserialize with XMLEncoder/XMLDecoder - which

[GitHub] robseidel commented on issue #1: fix DeployAtEnd failures

2018-05-04 Thread GitBox
robseidel commented on issue #1: fix DeployAtEnd failures URL: https://github.com/apache/maven-deploy-plugin/pull/1#issuecomment-386595160 The serialization seems the easiest approach. I've written a quick & dirty modification to serialize/deserialize with XMLEncoder/XMLDecoder - which

[GitHub] robseidel commented on issue #1: fix DeployAtEnd failures

2018-01-29 Thread GitBox
robseidel commented on issue #1: fix DeployAtEnd failures URL: https://github.com/apache/maven-deploy-plugin/pull/1#issuecomment-361500100 Great work. The Deploy Maven Plugin 2.8.2 deployAtEnd feature is not working with Maven 3 due to the different class realms