Browse Source

pom修改,指定打包插件版本

huangzhiyong 7 years ago
parent
commit
9986dfe589
4 changed files with 4 additions and 0 deletions
  1. 1 0
      hos-arbiter/pom.xml
  2. 1 0
      hos-broker/pom.xml
  3. 1 0
      hos-dfs/pom.xml
  4. 1 0
      hos-rest/pom.xml

+ 1 - 0
hos-arbiter/pom.xml

@ -73,6 +73,7 @@
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <version>${spring-boot-version}</version>
                <executions>
                    <execution>
                        <goals>

+ 1 - 0
hos-broker/pom.xml

@ -153,6 +153,7 @@
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <version>${spring-boot-version}</version>
                <executions>
                    <execution>
                        <goals>

+ 1 - 0
hos-dfs/pom.xml

@ -57,6 +57,7 @@
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <version>${spring-boot-version}</version>
                <executions>
                    <execution>
                        <goals>

+ 1 - 0
hos-rest/pom.xml

@ -107,6 +107,7 @@
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <version>${spring-boot-version}</version>
                <executions>
                    <execution>
                        <goals>