I try to build the oozie from the sources but failed to install. I want to install oozie and eagerly waiting to work with that .I am failing at this stage : when I given the cmd
The Codehaus hosting platform was ended, i.e., their public Maven repository is gone, too. You should try to follow their advice and add the following to your ~/.m2/settings.xml
file:
<repositories>
<repository>
<id>Codehaus repository</id>
<name>codehaus-mule-repo</name>
<url>
https://repository-master.mulesoft.org/nexus/content/groups/public/
</url>
<layout>default</layout>
</repository>
</repositories>
This should use a backup repository to get the missing dependency.
I’m not sure about the repository ID that needs to be used. I have used the one from the Oozie 3.3.2 POM above.