Mockrunner does not use Maven, does not contain any pom.xml files and does not publish anything to the Maven repository. I don't know who uploaded Mockrunner to the Maven repository.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
i am building a project with maven has a dependency to mockrunner mockrunner-jdk1.6-j2ee1.3 version 0.4
The pom for this project in maven central has two dependencies that my system was not able to find:
<dependency>
<groupId>cglib-nodep</groupId>
<artifactId>cglib-nodep</artifactId>
<version>2.1_3</version>
</dependency>
The groupId should be cglib and not cglib-nodep
<dependency>
<groupId>jboss</groupId>
<artifactId>jboss-jee</artifactId>
<version>4.2.0.GA</version>
</dependency>
The artifact id should be jboss-j2ee
Max
Mockrunner does not use Maven, does not contain any pom.xml files and does not publish anything to the Maven repository. I don't know who uploaded Mockrunner to the Maven repository.
Will it be possible for the MockRunner project to indeed publish to the Maven repository?