I have checked out Apache Archiva Redback and the compile is failing when I do mvn install
because Apache RAT is failing and I haven't changed anything yet.
You can disable RAT by adding -Drat.skip=true
to your maven command line.
You can config it in your pom file.
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With