Hier mal was Netbeans als Fehler ausspuckt:
###########################
NetBeans: Deploying on JettyServerInstance
profile mode: false
debug mode: false
force redeploy: true
JettyServerInstance
JettyServerInstance
cd /home/susi/tobago-adressbook/war; JAVA_HOME=/home/susi/jdk1.8.0_65 /home/susi/netbeans-8.1/java/maven/bin/mvn -Dnetbeans.deploy=true package
Scanning for projects...
Some problems were encountered while building the effective model for org.apache.myfaces.tobago:tobago-example-addressbook-war:war:1.0.22
'reporting.plugins.plugin.version' for org.codehaus.mojo:taglist-maven-plugin is missing. @ org.apache.myfaces.tobago:tobago:1.0.22, /home/susi/.m2/repository/org/apache/myfaces/tobago/tobago/1.0.22/tobago-1.0.22.pom, line 113, column 15
'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-checkstyle-plugin is missing. @ org.apache.myfaces.tobago:tobago:1.0.22, /home/susi/.m2/repository/org/apache/myfaces/tobago/tobago/1.0.22/tobago-1.0.22.pom, line 132, column 15
'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-report-plugin is missing. @ org.apache.myfaces.tobago:tobago:1.0.22, /home/susi/.m2/repository/org/apache/myfaces/tobago/tobago/1.0.22/tobago-1.0.22.pom, line 179, column 15
'reporting.plugins.plugin.version' for org.codehaus.mojo:clirr-maven-plugin is missing. @ org.apache.myfaces.tobago:tobago:1.0.22, /home/susi/.m2/repository/org/apache/myfaces/tobago/tobago/1.0.22/tobago-1.0.22.pom, line 232, column 15
'reporting.plugins.plugin.version' for org.codehaus.mojo:rat-maven-plugin is missing. @ org.apache.myfaces.tobago:tobago:1.0.22, /home/susi/.m2/repository/org/apache/myfaces/tobago/tobago/1.0.22/tobago-1.0.22.pom, line 297, column 15
It is highly recommended to fix these problems because they threaten the stability of your build.
For this reason, future Maven versions might no longer support building such malformed projects.
------------------------------------------------------------------------
Building Example Addressbook Webapp 1.0.22
------------------------------------------------------------------------
Downloading:
http://snapshots.repository.codehau.../plugins/maven-idea-plugin/maven-metadata.xml
Could not transfer metadata org.apache.maven.plugins:maven-idea-plugin/maven-metadata.xml from/to codehaus-snapshots (
http://snapshots.repository.codehaus.org/): snapshots.repository.codehaus.org: unknown error
Downloading:
http://snapshots.repository.codehaus.org/org/codehaus/mojo/clirr-maven-plugin/maven-metadata.xml
Could not transfer metadata org.codehaus.mojo:clirr-maven-plugin/maven-metadata.xml from/to codehaus-snapshots (
http://snapshots.repository.codehaus.org/): snapshots.repository.codehaus.org
The POM for org.apache.myfaces.tobago:tobago-example-addressbook-lib:jar:1.0.22 is missing, no dependency information available
------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 0.769s
Finished at: Fri Mar 17 20:02:58 CET 2017
Final Memory: 9M/106M
------------------------------------------------------------------------
Failed to execute goal on project tobago-example-addressbook-war: Could not resolve dependencies for project org.apache.myfaces.tobago:tobago-example-addressbook-war:war:1.0.22: Failure to find org.apache.myfaces.tobago:tobago-example-addressbook-lib:jar:1.0.22 in
http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.
For more information about the errors and possible solutions, please read the following articles:
[Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
###############
und das:
##############
ant -f /home/susi/java-libs/jetty-distribution-9.3.12.v20160915/demo-base/JettyServerInstance/jettybase -Druntime.encoding=UTF-8 -Dnpn.boot= -Dserver.debug.transport=dt_socket -Dstop.key=netbeans -Dstop.port=8180 -Ddebug.args.line=-Xdebug -Dserver.debug.port=4000 -Dstart.jar=/home/susi/java-libs/jetty-distribution-9.3.12.v20160915/start.jar -Dtarget=run run
pre-run:
WARNING: Missing Required File: ${jetty.base}/http:/repo1.maven.org/maven2/org/glassfish/javax.faces/2.2.5/javax.faces-2.2.5.jar:lib/jsf/javax.faces-2.2.5.jar
INFO: Base directory was modified
run:
WARNING: Missing Required File: ${jetty.base}/http:/repo1.maven.org/maven2/org/glassfish/javax.faces/2.2.5/javax.faces-2.2.5.jar:lib/jsf/javax.faces-2.2.5.jar
INFO: Base directory was modified
################
Hat jemand ein Tipp was ich machen muss ?