I have a project with a dependency on  activemq.  During the build, this
activemq dependency seems to introduce a dependency on javacc with what
looks like a bad version number, which cannot be located and breaks the
build.  Here's the output:

 

Missing:

----------

1) javacc:javacc:jar:${javacc_version}

 

  Try downloading the file manually from the project website.

 

  Then, install it using the command: 

      mvn install:install-file -DgroupId=javacc -DartifactId=javacc
-Dversion=${javacc_version} -Dpackaging=jar -Dfile=/path/to/file

 

  Alternatively, if you host your own repository you can deploy the file
there: 

      mvn deploy:deploy-file -DgroupId=javacc -DartifactId=javacc
-Dversion=${javacc_version} -Dpackaging=jar -Dfile=/path/to/file
-Durl=[url] -DrepositoryId=[id]

 

  Path to dependency: 

        1) com.troux:platform:jar:1.0

        2) activemq:activemq-core:jar:4.0-M3

        3) javacc:javacc:jar:${javacc_version}

 

 

Does this represent a problem with the deployed activemq-core POM in the
Maven repo?


http://www.troux.com/email
 
 

 
 

Reply via email to