So I want to work with DynamicJasper 5.0.0. I copy their dependency and repository as is described on their webpage.
<repositories>
<repository>
<id>fdvsolution.public</id>
<url>http://archiva.fdvs.com.ar/repository/public1/</url>
</repository>
</repositories>
<dependency>
<groupId>ar.com.fdvs</groupId>
<artifactId>DynamicJasper</artifactId>
<version>5.0.0</version>
</dependency>
I am getting a Missing artifact ar.com.fdvs:DynamicJasper:jar:5.0.0
error in my pom. I don't understand why its not showing up since I have included the repository in my pom.
I solved this, it had nothing to do with the repository or the dependency, I had to alter my .m2 settings.xml file to allow this repository to be seen.