亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

java wagon如何打包文件到不同服務器

發布時間:2020-09-24 11:31:08 來源:腳本之家 閱讀:133 作者:海底蒼鷹 欄目:編程語言

java需要編譯的,打包后文件要上傳到服務器。推薦二個辦法,

第一種,用jenkins,可以使用centos7 jenkins 發布vue ssr,編譯類的語言都可能過jenkins來發布,.net沒試過。

第二種,用wagon包來實現

1,修改pom.xml

<build> 
 <plugins> 
  <plugin> 
   <groupId>org.codehaus.mojo</groupId> 
   <artifactId>wagon-maven-plugin</artifactId> 
   <version>1.0</version> 
   <configuration> 
    <serverId>${profiles.active}</serverId> 
    <fromFile>target/test.jar</fromFile> 
    <url>scp://root@${profiles.url}/var/www/java/target</url> 
   </configuration> 
  </plugin> 
 </plugins> 
 <extensions> 
  <extension> 
   <groupId>org.apache.maven.wagon</groupId> 
   <artifactId>wagon-ssh</artifactId> 
   <version>2.8</version> 
  </extension> 
 </extensions> 
</build> 
 <profiles> 
 <profile> 
  <!-- staging --> 
  <id>nlj-staging</id> 
  <properties> 
   <profiles.active>nlj-staging</profiles.active> 
   <profiles.resource>staging</profiles.resource> 
   <profiles.url>10.0.0.12</profiles.url>    <profiles.updatePolicy>always</profiles.updatePolicy   </properties> 
  <activation> 
   <activeByDefault>true</activeByDefault> 
  </activation> 
 </profile> 
 <profile> 
  <id>nlj-bms-prod</id> 
  <properties> 
   <profiles.active>nlj-bms-prod</profiles.active>    <profiles.resource>production</profiles.resource> 
   <profiles.url>47.111.11.11</profiles.url>    <profiles.updatePolicy>always</profiles.updatePolicy>
  </properties> 
 </profile> 
</profiles> 

配置完,重新加載maven包。

2,打包,并上傳

# mvn clean package -Pnlj-staging -Dmaven.test.skip=true 
# mvn wagon:upload-single -Pnlj-staging 
。。。。。。。。。。。。。。省略。。。。。。。。。。。。。。 
[INFO] --- wagon-maven-plugin:1.0:upload-single (default-cli) @ test --- 
Password for root@10.0.0.12: ******* 
[INFO] Uploading: /Users/zhangying/Documents/www/target/test.jar scp://10.0.0.12/var/www/java/target/test.jar 
[INFO] ------------------------------------------------------------------------ 
[INFO] BUILD SUCCESS 
[INFO] ------------------------------------------------------------------------ 
[INFO] Total time: 40.392 s 
[INFO] Finished at: 2019-03-29T18:48:07+08:00 
[INFO] Final Memory: 14M/176M 
[INFO] ------------------------------------------------------------------------ 

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持億速云。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

新巴尔虎左旗| 平江县| 陇川县| 道孚县| 怀化市| 张家川| 美姑县| 盐边县| 宁津县| 阿合奇县| 榕江县| 平果县| 五寨县| 北流市| 阜城县| 商丘市| 外汇| 上栗县| 隆昌县| 德江县| 玉门市| 巍山| 闻喜县| 旌德县| 沅江市| 罗定市| 文登市| 舞阳县| 新泰市| 凌海市| 木里| 噶尔县| 古蔺县| 庄河市| 屯门区| 岳阳县| 沛县| 横山县| 龙海市| 从江县| 乌兰浩特市|