I am trying to follow the tutorial and it seems that maven just isn't working for me. I don't have clue what maven does. What do I need to do to get this going?
mvn exec:java -Dexec.mainClass="org.hsqldb.Server" -Dexec.args="-database.0 file:target/data/tutorial"
[INFO] Scanning for projects...
Downloading:
http://repo1.maven.org/maven2/org/jboss ... -2.0.0.pom[WARNING] Unable to get resource 'org.jboss.maven.plugins:maven-jdocbook-style-plugin:pom:2.0.0' from repository central (
http://repo1.maven.org/maven2): Error transferring file: repo1.maven.org
Downloading:
http://repo1.maven.org/maven2/org/jboss ... -2.0.0.pom[WARNING] Unable to get resource 'org.jboss.maven.plugins:maven-jdocbook-style-plugin:pom:2.0.0' from repository central (
http://repo1.maven.org/maven2): Error transferring file: repo1.maven.org
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).
Project ID: org.jboss.maven.plugins:maven-jdocbook-style-plugin
Reason: POM 'org.jboss.maven.plugins:maven-jdocbook-style-plugin' not found in repository: Unable to download the artifact from any repository
org.jboss.maven.plugins:maven-jdocbook-style-plugin:pom:2.0.0
from the specified remote repositories:
central (
http://repo1.maven.org/maven2)
for project org.jboss.maven.plugins:maven-jdocbook-style-plugin
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10 seconds
[INFO] Finished at: Fri Mar 19 23:17:26 PST 2010
[INFO] Final Memory: 1M/4M
[INFO] ------------------------------------------------------------------------