cstamas opened a new pull request, #118: URL: https://github.com/apache/maven-release/pull/118
So, nudged the neglected plugin: * off plexus XML (it had _logic_ in there!), fully to JSR330 * off ancient sonatype mvn 3.0 packages to mvn 3.2.5 * off from Junit3 PlexusTestCase w/ XMLs to modern(er) Junit 4 and no XMLs * fixed all the "tweaks" happened in well hidden XML * reformat * cheers! All but two UTs pass that I cannot interpret: https://github.com/apache/maven-release/blob/85d973c87724aa2bc0698e6773dd9ce2a0fc8701/maven-release-manager/src/test/java/org/apache/maven/shared/release/versions/DefaultVersionInfoTest.java#L235-L239 https://github.com/apache/maven-release/blob/85d973c87724aa2bc0698e6773dd9ce2a0fc8701/maven-release-manager/src/test/java/org/apache/maven/shared/release/phase/GenerateReleasePomsPhaseTest.java Former currently does not even run (maven version != 3.0), while latter is most probably due bad diff, probably diff logic in UT needs more "no change" detection. All but one IT pass: [INFO] Building: projects/prepare/oddeven-policy/pom.xml [INFO] The build exited with code 1. See /home/cstamas/Worx/apache-maven/maven-release/maven-release-plugin/target/it/projects/prepare/oddeven-policy/build.log for details. [INFO] projects/prepare/oddeven-policy/pom.xml .......... FAILED (1.2 s) But this is due aether-util missing from classpath, will be fixed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org