2016-07-07 13 views
1

Ich versuche, ein Appfuse-Projekt mit Netbeans zu erstellen. Ich habe folgendes in die pom-Datei hinzugefügt:Artefakte sind nicht im lokalen Repository Fehler

mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-modular-struts -DremoteRepositories=http://static.appfuse.org/releases -DarchetypeVersion=2.0.2 -DgroupId=com.mycompany.app -DartifactId=myproject 

ich folgende Fehlermeldung erhalten, wenn ich versuche, das Projekt zu erstellen:

kann nicht Abhängigkeiten für Projekt com.mycompany beheben: myproject: Krieg: 1.0-SNAPSHOT: Es konnten keine Abhängigkeiten für [org.appfuse: appfuse-struts: pom: 3.5.0 (kompilieren), org.appfuse: appfuse-service: jar: 3.5.0 (kompilieren), org.appfuse: appfuse- Hibernate: jar: 3.5.0 (kompilieren), org.appfuse: appfuse-data-common: jar: 3.5.0 (kompilieren), commons-dbcp: commons-dbcp: jar: 1.4 (kompilieren), org.suhamail: subethasmtp -wiser: jar: 1.2 (Test), org.directwebremoting: dwr: jar: 2.0.10 (kompilieren), net.sf.ehcache: ehcache-web: jar: 2.0.4 (c ompile), net.sf.ehcache: ehcache-core: jar: 2.6.9 (Kompilieren), javax.servlet.jsp: jsp-api: jar: 2.1 (bereitgestellt), javax.servlet: javax.servlet-api: jar : 3.1.0 (bereitgestellt), javax.servlet: jstl: jar: 1.2 (kompilieren), struts-menu: struts-menu: jar: 2.4.3 (Laufzeit), org.apache.velocity: velocity-tools: jar: 2.0 (kompilieren), opensymphony: sitemesh: jar: 2.4.2 (Laufzeit), org.springframework.security:spring-security-taglibs:jar:3.2.5.RELEASE (kompilieren), org.springframework: spring-webmvc: jar : 4.1.3.RELEASE (kompilieren), org.tuckey: urlrewritefilter: jar: 4.0.3 (kompilieren), ro.isdc.wro4j: wro4j-core: jar: 1.7.5 (kompilieren), org.webjars: jquery- cookie: jar: 1.3.1 (kompilieren), org.webjars: bootstrap: jar: 3.3.1 (kompilieren), org.webjars: bootstrap-datepicker: jar: 1.3.1 (kompilieren), org.webjars: bootswatch-spacelab : jar: 3.3.1 + 2 (kompilieren), org.apache.logging.log4j: log4j-1.2-api: jar: 2.1 (Laufzeit), org.apache.logging.log4j: log4j-web: jar: 2.1 (Laufzeit), commons-lang: commons-lang: jar: 2.6 (kompilieren), org.springframework.security:spring-security-core:jar:3.2.5.RELEAS E (compile), org.springframework.security:spring-security-config:jar:3.2.5.RELEASE (compile), org.springframework.security:spring-security-ldap:jar:3.2.5.RELEASE (kompilieren) , org.aspectj: aspectjweaver: jar: 1.8.4 (kompilieren), org.aspectj: aspectjrt: jar: 1.8.4 (kompilieren), org.hamcrest: hamcrest-all: jar: 1.3 (test), junit: junit: jar: 4.12 (kompilieren?), org.slf4j: slf4j-api: jar: 1.7.7 (kompilieren), org.apache.logging.log4j: log4j-jcl: jar: 2.1 (kompilieren), org.apache.logging. log4j: log4j-slf4j-impl: jar: 2.1 (kompilieren), org.apache.logging.log4j: log4j-core: jar: 2.1 (kompilieren), org.jboss.logging: jboss-logging: jar: 3.2.0. Beta1 (kompilieren), mysql: mysql-connector-java: jar: 5.1.27 (kompilieren), org.springframework: spring-test: jar: 4.1.3.RELEASE (compile?)]: Fehler beim Lesen des Artefakt-Deskriptors für org .apache.commons: commons-lang3: jar: 3.3.2: Artefakt konnte nicht übertragen werden org.apache.commons: commons-lang3: pom: 3.3.2 von/nach central (http://repo.maven.apache.org/maven2): Fehler beim Übertragen der Datei: http://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom. Rückgabecode ist: 504, ReasonPhrase: Gateway Timeout. -> [Hilfe 1]

Antwort

Verwandte Themen