浏览代码

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>