I've tried running m2eclipse tests with 3.4.0-SNAPSHOT maven. There are several failures.
1. src/x/resources-filtered addition, which we will need to adhere to when 3.4.0 gets released. 2. https://github.com/apache/maven/commit/508e16e23d66de09893d1eb52dff6a1c5ca019b3#diff-9cdcbb55d918f0d251c34a5e2fd863e8R168 The change above causes the source to have the path to the pom.xml duplicated, in my test case it's "D:\work\eclipse\eclipse-rcp-mars-sr1\ws2\test\testproject\pom.xml [D:\work\eclipse\eclipse-rcp-mars-sr1\ws2\test\testproject\pom.xml]" M2e is looking at this source when generating error markers for pom files in the workspace and with 3.4 it's not doing it correctly, since the value is no longer one single path. Can somebody describe what possible values could this new "X [Y]" format contain when X and Y are not the same? There are more failures, but I'll need to look at them more closely. 2016-06-12 23:40 GMT+03:00 Karl Heinz Marbaise <[email protected]>: > Hi to all Maven users, > > based on the issues which have been found with the first one here is > another chance to help . > > It would be nice if those who have found issues to retest their scenarios. > > Is someone of you willing to do some testing on the current state of > development for the upcoming Maven 3.4.0 release? > > Please be aware of this *** This is not an official release *** > > I have created downloadable packages which are available from here: > > Windows: https://s.apache.org/bnAi, > Linux: https://s.apache.org/TrbK > > > Every kind of feedback is helpful. > > This is only a current state of development (Git hash: > 92334a1dd9f2f3df77b3c039be7742ea19a8ee81) to get some feedback from the > community... > > The current list of changes can be seen in the issue tracker: > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20fixVersion%20%3D%203.4.0 > > > Kind regards > Karl Heinz Marbaise > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Regards, Anton.
