Menu

Errors in maven pom

Anonymous
2010-09-24
2013-04-15
  • Anonymous

    Anonymous - 2010-09-24

    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

     
  • Alwin Ibba

    Alwin Ibba - 2010-09-24

    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.

     
  • Alwyn Schoeman

    Alwyn Schoeman - 2011-08-31

    Will it be possible for the MockRunner project to indeed publish to the Maven repository?

     

Log in to post a comment.

MongoDB Logo MongoDB