소스 검색

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

huangzhiyong 8 년 전
부모
커밋
9986dfe589
4개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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>