On 01/17/2012 02:12 AM, Sridhar Iyer wrote: > Hi, > > oozie has the following snippet in its pom file: > > <groupId>org.apache.maven.plugins</groupId> >> <artifactId>maven-enforcer-plugin</artifactId> >> <inherited>false</inherited> >> <configuration> >> <rules> >> <requireMavenVersion> >> <version>[3.0.0,)</version> > > This causes the build to fail with maven2(present in lucid repos). After > installing maven3, the setup goes through but is still using maven2 repo. > Is this correct or should this requirement be fixed to use maven 2? > > Thanks, > Sridhar >
Maven3 and 2 use the same format for their repositories. I just confirmed this with Andrew as well. So it's not an issue
