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

Reply via email to