java blazeDS maven JAR包沒法下載方案

    一直在網上沒找着blazeDS JAR 公共庫, 項目構建時沒法構建,公共庫上沒有JAR包,索性手動安裝JAR包 flex

問題解決,固然這樣不能解決團隊成員JAR包的供用依賴,但若是本身搭建私服 spa

    執行如下命令: code

mvn install:install-file -Dpackaging=jar -DgroupId=com.adobe.blazeds -Dversion=4.0.0.14931 -DartifactId=blazeds-common -Dfile=flex-messaging-common.jar mvn install:install-file -Dpackaging=jar -DgroupId=com.adobe.blazeds -Dversion=4.0.0.14931 -DartifactId=blazeds-core -Dfile=flex-messaging-core.jar mvn install:install-file -Dpackaging=jar -DgroupId=com.adobe.blazeds -Dversion=4.0.0.14931 -DartifactId=blazeds-opt -Dfile=flex-messaging-opt.jar mvn install:install-file -Dpackaging=jar -DgroupId=com.adobe.blazeds -Dversion=4.0.0.14931 -DartifactId=blazeds-proxy -Dfile=flex-messaging-proxy.jar mvn install:install-file -Dpackaging=jar -DgroupId=com.adobe.blazeds -Dversion=4.0.0.14931 -DartifactId=blazeds-remoting -Dfile=flex-messaging-remoting.jar mvn install:install-file -Dpackaging=jar -DgroupId=com.adobe.blazeds -Dversion=4.0.0.14931 -DartifactId=blazeds-rds-server -Dfile=flex-rds-server.jar


  把JAR放至對應./m2/repository/com/adobe/blazeds下


      如: blazeds-core-4.0.0.14931.jar 放至./m2/repository/com/adobe/blazeds/blazeds-core/4.0.0.14931/ server

     完成後,在項目下執行mvn clean compile 問題解決 rem

相關文章
相關標籤/搜索