---测试jar上传
This commit is contained in:
@ -18,8 +18,8 @@
|
||||
<maven.compiler.source>${java.version}</maven.compiler.source>
|
||||
<maven.compiler.target>${java.version}</maven.compiler.target>
|
||||
<libServerUrl>http://10.10.2.102:9500</libServerUrl>
|
||||
<libServerUser>admin</libServerUser>
|
||||
<libServerPwd>Gas@Dev123</libServerPwd>
|
||||
<libServerUser>pcitc</libServerUser>
|
||||
<libServerPwd>K9$pQ3!zX7@rT2&w</libServerPwd>
|
||||
<ignoreUpload>false</ignoreUpload>
|
||||
</properties>
|
||||
|
||||
|
||||
@ -18,8 +18,10 @@
|
||||
<maven.compiler.source>${java.version}</maven.compiler.source>
|
||||
<maven.compiler.target>${java.version}</maven.compiler.target>
|
||||
<docker-image-name>pcitc/itc-pcitc-demo</docker-image-name>
|
||||
<libServerUrl>http://172.27.46.206:23117</libServerUrl>
|
||||
<ignoreUpload>false</ignoreUpload>
|
||||
<libServerUrl>http://10.10.2.102:9500/</libServerUrl>
|
||||
<libServerUser>pcitc</libServerUser>
|
||||
<libServerPwd>K9$pQ3!zX7@rT2&w</libServerPwd>
|
||||
<ignoreUpload>false</ignoreUpload>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@ -83,22 +85,6 @@
|
||||
<build>
|
||||
<finalName>app</finalName>
|
||||
<plugins>
|
||||
<!-- <plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<version>2.7.6</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>repackage</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<classifier>classes</classifier>
|
||||
<attach>false</attach>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin> -->
|
||||
<plugin>
|
||||
<groupId>com.geg</groupId>
|
||||
<artifactId>tanuki-boot-maven-plugin</artifactId>
|
||||
@ -108,6 +94,7 @@
|
||||
<ignoreUpload>${ignoreUpload}</ignoreUpload>
|
||||
<libServerUser>${libServerUser}</libServerUser>
|
||||
<libServerPwd>${libServerPwd}</libServerPwd>
|
||||
<appName>demo-service</appName>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
||||
Reference in New Issue
Block a user