Compare commits
2 Commits
25d6ad11a1
...
dea76d6da2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dea76d6da2 | ||
|
|
ea9fc9fad2 |
@@ -2,7 +2,7 @@
|
||||
|
||||
# 使用说明,用来提示输入参数
|
||||
usage() {
|
||||
echo "Usage: sh deploy.sh [port|base|modules|stop|rm]"
|
||||
echo "Usage: sh deploy.sh [port|base|modules|backend|frontend|stop|rm]"
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
||||
12
pom.xml
12
pom.xml
@@ -358,6 +358,18 @@
|
||||
<encoding>${project.build.sourceEncoding}</encoding>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>3.2.0</version>
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifestEntries>
|
||||
<Implementation-Version>${wfc.version}</Implementation-Version>
|
||||
</manifestEntries>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
|
||||
@@ -10,7 +10,10 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>wfc-modules-payment</artifactId>
|
||||
|
||||
<properties>
|
||||
<wfc-modules-payment.version>1.0.0</wfc-modules-payment.version>
|
||||
</properties>
|
||||
|
||||
<description>
|
||||
wfc-modules-payment
|
||||
</description>
|
||||
@@ -95,6 +98,18 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>3.2.0</version>
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifestEntries>
|
||||
<Implementation-Version>${wfc-modules-payment.version}</Implementation-Version>
|
||||
</manifestEntries>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user