maven 2 - Can maven3 runtime execute maven2 compatible pom.xml files -



maven 2 - Can maven3 runtime execute maven2 compatible pom.xml files -

some of our new projects have been migrated maven3 , of older projects still using maven2 compliant pom.xml files.

can maven3 runtime execute maven2 compatible pom.xml files also?

maven 3 compatible maven 2 configuration. there still incompatibilities.

for total list should check here there sometime problems plugins (as torsten suggested).

resources:

maven 3.x plugin compatibility matrix

on same topic:

switching maven3

maven-2 maven maven-3

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -