Zoey76
5 سال پیش
|
@@ -0,0 +1,21 @@
|
|
|
+image: maven:3.6.3-jdk-11-slim
|
|
|
+
|
|
|
+pipelines:
|
|
|
+ default:
|
|
|
+ - step:
|
|
|
+ caches:
|
|
|
+ - maven
|
|
|
+ script:
|
|
|
+ - mvn install
|
|
|
+ artifacts:
|
|
|
+ - target/*.zip
|
|
|
+ - step:
|
|
|
+ deployment: Production
|
|
|
+ script:
|
|
|
+ - pipe: atlassian/ftp-deploy:0.2.3
|
|
|
+ variables:
|
|
|
+ USER: $FTP_USER
|
|
|
+ PASSWORD: $FTP_PASSWORD
|
|
|
+ SERVER: $FTP_HOST
|
|
|
+ REMOTE_PATH: $FTP_REMOTE_PATH
|
|
|
+ LOCAL_PATH: 'target/'
|
|
@@ -137,7 +137,7 @@
|
|
|
<goal>single</goal>
|
|
|
</goals>
|
|
|
<configuration>
|
|
|
- <finalName>l2jcli</finalName>
|
|
|
+ <finalName>l2jcli-${project.version}</finalName>
|
|
|
<appendAssemblyId>false</appendAssemblyId>
|
|
|
<descriptors>
|
|
|
<descriptor>src/main/assembly/zip.xml</descriptor>
|