Hello, i am using Hibernate 3.3.1. (JBoss 5.1.0)
I tried to debug Hibernate for a possible bug. But the package "org.hibernate.hql.antlr" is empty. The package.html says
The classes in this package are generated from the ANTLR grammar files, do not register them into version control
How to create the package source code so that I can debug it?
when I run
> mvn install
....
Downloading:
http://repo1.maven.org/maven2/org/jboss ... -2.1.0.pom[INFO] Unable to find resource 'org.jboss.maven.plugins:maven-jdocbook-plugin:pom:2.1.0' in repository central (
http://repo1.maven.org/maven2)
Downloading:
http://repo1.maven.org/maven2/org/jboss ... -2.1.0.pom[INFO] Unable to find resource 'org.jboss.maven.plugins:maven-jdocbook-plugin:pom:2.1.0' in repository central (
http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).
Project ID: org.jboss.maven.plugins:maven-jdocbook-plugin
Reason: POM 'org.jboss.maven.plugins:maven-jdocbook-plugin' not found in repository: Unable to download the artifact from any repository
org.jboss.maven.plugins:maven-jdocbook-plugin:pom:2.1.0
from the specified remote repositories:
central (
http://repo1.maven.org/maven2)
for project org.jboss.maven.plugins:maven-jdocbook-plugin
Thanks for help.
Dave