From 926d6be531352efb4d417521a05311d48ff96e67 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 9 Jul 2015 13:44:11 +0100 Subject: [PATCH] Add parent pom so deployment works OOTB --- pom.xml | 179 ++------------------------------------------------------ 1 file changed, 6 insertions(+), 173 deletions(-) diff --git a/pom.xml b/pom.xml index 97aab6549..25f6c3f39 100644 --- a/pom.xml +++ b/pom.xml @@ -5,6 +5,12 @@ spring-cloud-streams-parent 1.0.0.BUILD-SNAPSHOT pom + + org.springframework.cloud + spring-cloud-build + 1.1.0.BUILD-SNAPSHOT + + http://projects.spring.io/spring-xd/ Pivotal Software, Inc. @@ -80,179 +86,6 @@ - - - - - ${basedir}/src/main/resources - true - - **/application.yml - **/application.properties - - - - ${basedir}/src/main/resources - - **/application.yml - **/application.properties - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - ${java.version} - ${java.version} - - - - org.apache.maven.plugins - maven-jar-plugin - - - - ${start-class} - true - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - **/*Tests.java - **/*Test.java - - - **/Abstract*.java - - - - - org.apache.maven.plugins - maven-war-plugin - - false - - - ${start-class} - true - - - - - - org.codehaus.mojo - exec-maven-plugin - - ${start-class} - - - - org.apache.maven.plugins - maven-resources-plugin - 2.6 - - - ${resource.delimiter} - - - - - pl.project13.maven - git-commit-id-plugin - 2.1.11 - - - - revision - - - - - true - yyyy-MM-dd'T'HH:mm:ssZ - true - ${project.build.outputDirectory}/git.properties - - - - - org.springframework.boot - spring-boot-maven-plugin - ${spring-boot.version} - - - - repackage - - - - - ${start-class} - - - - - org.apache.maven.plugins - maven-shade-plugin - - - org.springframework.boot - spring-boot-maven-plugin - ${spring-boot.version} - - - - true - true - - - *:* - - META-INF/*.SF - META-INF/*.DSA - META-INF/*.RSA - - - - - - - package - - shade - - - - - META-INF/spring.handlers - - - META-INF/spring.factories - - - META-INF/spring.schemas - - - - ${start-class} - - - - - - - - - spring-snapshots