解决方案 »

  1.   

    SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
    SLF4J: Defaulting to no-operation (NOP) logger implementation
    SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
    [INFO] Scanning for projects...
    [WARNING] 
    [WARNING] Some problems were encountered while building the effective model for com.shopizer:sm-core:jar:2.0.0-SNAPSHOT
    [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.bsc.maven:maven-processor-plugin @ line 552, column 13
    [WARNING] 
    [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
    [WARNING] 
    [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
    [WARNING] 
    [INFO]                                                                         
    [INFO] ------------------------------------------------------------------------
    [INFO] Building sm-core 2.0.0-SNAPSHOT
    [INFO] ------------------------------------------------------------------------
    [INFO] 
    [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ sm-core ---
    [INFO] Deleting C:\Users\Xi\Desktop\shopizer-master\sm-core\target
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 0.784s
    [INFO] Finished at: Thu Feb 26 11:48:25 CST 2015
    [INFO] Final Memory: 5M/111M
    [INFO] ------------------------------------------------------------------------
    这个是具体的错误
      

  2.   

    论坛用的很多的就是ssh 。你这种的自己找找文档资料看看吧。
    Failed to load class "org.slf4j.impl.StaticLoggerBinder"
    类加载不到,你找找原因。 
      

  3.   

    在网上找到原因了,是缺少包,但是把包放进去依然是这个错误,网上关于shopizer这个开源框架的信息太少了,确实不像ssh
      

  4.   

    那么你看看是不是jar冲突,或者版本问题。。
      

  5.   

    你的包放到哪儿了,用mvn clean的时候,要把jar包放到本地仓库
      

  6.   


    包全部放在本地的.h2
    在本地的maven里面