Update for Java 11
[ccsdk/parent.git] / springboot / spring-boot-setup / pom.xml
index fe5a295..d41913b 100644 (file)
                             <encoding>UTF-8</encoding>
                         </configuration>
                     </execution>
-                    <execution>
-                        <id>create-springboot25-parent-pom</id>
-                        <goals>
-                            <goal>copy-resources</goal>
-                        </goals><!-- here the phase you need -->
-                        <phase>validate</phase>
-                        <configuration>
-                            <outputDirectory>../springboot25</outputDirectory>
-                            <resources>
-                                <resource>
-                                    <directory>src/main/resources</directory>
-                                    <includes>
-                                        <include>pom-template.xml</include>
-                                    </includes>
-                                    <filtering>true</filtering>
-                                </resource>
-                            </resources>
-                            <escapeString>\</escapeString>
-                            <filters>
-                                <filter>${basedir}/src/main/properties/springboot25.properties</filter>
-                            </filters>
-                            <encoding>UTF-8</encoding>
-                        </configuration>
-                    </execution>
                 </executions>
             </plugin>
             <plugin>
                             <destinationFile>../springboot2/pom.xml</destinationFile>
                         </configuration>
                     </execution>
-                    <execution>
-                        <id>rename-springboot25-parent-pom</id>
-                        <phase>validate</phase>
-                        <goals>
-                            <goal>rename</goal>
-                        </goals>
-                        <configuration>
-                            <sourceFile>../springboot25/pom-template.xml</sourceFile>
-                            <destinationFile>../springboot25/pom.xml</destinationFile>
-                        </configuration>
-                    </execution>
                 </executions>
             </plugin>
         </plugins>