First of all, you need to debug the problem:
cd reportng/
mvn -e clean install
-eenable error tracing. If everything is in order, it installwill only add the created jarjar file to your local repository .
Then it will be available as a dependency on any project:
<dependency>
<groupId>org.uncommons</groupId>
<artifactId>reportng</artifactId>
<version>1.1.4</version>
</dependency>
By the way:
Jar maven central, , , .