How to install the Java artifact org.jboss.forge.forge-addon-container-tests with Maven
Java
Maven
pom.xml
org.jboss.forge
forge-addon-container-tests
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.jboss.forge</groupId>
<artifactId>forge-addon-container-tests</artifactId>
<version>2.0.0.Alpha4</version>
</dependency>
/dependencies>