gnodet opened a new pull request, #836: URL: https://github.com/apache/maven/pull/836
Restore compatibility with maven 3.x. This is causing some plugins to fail: ``` [ERROR] Failed to execute goal org.codehaus.mojo:flatten-maven-plugin:1.3.0:flatten (flatten) on project maven-super: Execution flatten of goal org.codehaus.mojo:flatten-maven-plugin:1.3.0:flatten failed: An API incompatibility was encountered while executing org.codehaus.mojo:flatten-maven-plugin:1.3.0:flatten: java.lang.NoSuchMethodError: 'void org.apache.maven.model.interpolation.MavenBuildTimestamp.<init>(java.util.Date, java.util.Properties)' ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
