2016-03-09 75 views
2

我下載了PF演示從蠢貨:https://github.com/primefaces/showcase不能編譯PrimeFaces試玩

和運行MVN包,但收到以下消息:

[email protected]:~/study/PrimeFaces/showcase$ mvn package 
    [INFO] Scanning for projects... 
    [INFO]                   
    [INFO] ------------------------------------------------------------------------ 
    [INFO] Building primefaces-showcase 6.0-SNAPSHOT 
    [INFO] ------------------------------------------------------------------------ 
    Downloading: http://repository.primefaces.org/org/primefaces/themes/all-themes/1.0.10/all-themes-1.0.10.pom 
    Downloaded: http://repository.primefaces.org/org/primefaces/themes/all-themes/1.0.10/all-themes-1.0.10.pom (10 KB at 8.7 KB/sec) 
    Downloading: http://repository.primefaces.org/org/primefaces/themes/themes-project/1.0.10/themes-project-1.0.10.pom 
    Downloaded: http://repository.primefaces.org/org/primefaces/themes/themes-project/1.0.10/themes-project-1.0.10.pom (4 KB at 8.1 KB/sec) 
    Downloading: http://repository.primefaces.org/org/primefaces/primefaces/6.0-SNAPSHOT/maven-metadata.xml 
    Downloading: http://repository.primefaces.org/org/primefaces/primefaces/6.0-SNAPSHOT/primefaces-6.0-SNAPSHOT.pom 
    [WARNING] The POM for org.primefaces:primefaces:jar:6.0-SNAPSHOT is missing, no dependency information available 
    Downloading: http://repository.primefaces.org/org/primefaces/themes/all-themes/1.0.10/all-themes-1.0.10.jar 
    Downloading: http://repository.primefaces.org/org/primefaces/primefaces/6.0-SNAPSHOT/primefaces-6.0-SNAPSHOT.jar 
    Downloaded: http://repository.primefaces.org/org/primefaces/themes/all-themes/1.0.10/all-themes-1.0.10.jar (1335 KB at 72.0 KB/sec) 
    [INFO] ------------------------------------------------------------------------ 
    [INFO] BUILD FAILURE 
    [INFO] ------------------------------------------------------------------------ 
    [INFO] Total time: 21.563 s 
    [INFO] Finished at: 2016-03-08T16:30:14-08:00 
    [INFO] Final Memory: 11M/153M 
    [INFO] ------------------------------------------------------------------------ 
    [ERROR] Failed to execute goal on project showcase: Could not resolve dependencies for project org.primefaces:showcase:war:6.0-SNAPSHOT: Could not find artifact org.primefaces:primefaces:jar:6.0-SNAPSHOT in prime-repo (http://repository.primefaces.org) -> [Help 1] 
    [ERROR] 
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. 
    [ERROR] Re-run Maven using the -X switch to enable full debug logging. 
    [ERROR] 
    [ERROR] For more information about the errors and possible solutions, please read the following articles: 
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException 

回答

0

陳列櫃引用的POM到primefaces 6.0在primefaces sftp服務器上的快照jar。 據我所見,沒有辦法得到這個罐子。我會建議你使用預生成展示戰爭的文件,並把它應用服務器showcase download

+0

您也可以建議在本地構建6.0-SNAPSHOT。那麼你有這個罐子。 – Kukeltje

+0

是的,這是另一種選擇;) – ScreamingTree

+1

在我的情況下工作下載不是主要來源,但5.3版本。然後,我將POM從5.4-SNAPSHOT更改爲5.3,它的工作原理是:mvn clean,mvn package和mvn jetty:run – lukaszk