Details
Description
Since HADOOP-14364 we have a SNAPSHOT dependency in the main pom.xml:
+ <dependency> + <groupId>org.apache.maven.doxia</groupId> + <artifactId>doxia-module-markdown</artifactId> + <version>1.8-SNAPSHOT</version> + </dependency>
Most probably because some feature was missing from last released doxia markdown module.
-I propose to lock down the version and use a fixed instance from the snapshot version. -
UPDATE: in the meantime doxia 1.8 has been released. Snapshot artifacts could not been dowloaded any more:
IMHO Hadoop can be built without changing it to 1.8 fix version.