How to install the Java artifact org.apache.maven.doxia.doxia-test-docs with Maven
Java
Maven
pom.xml
org.apache.maven.doxia
doxia-test-docs
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-test-docs</artifactId>
<version>1.9.1</version>
</dependency>
/dependencies>