DynamicJasper 5.0 Missing artifact

1.1k Views Asked by At

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.

1

There are 1 best solutions below

3
On

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.