Migrate to bootstrap maven plugin

Migrate certain samples to make use of the new bootstrap maven plugin

Issue: #52091115
This commit is contained in:
Phillip Webb
2013-06-20 14:14:52 -07:00
parent 19b392bb3d
commit 665d07ad74
9 changed files with 43 additions and 93 deletions

View File

@@ -8,10 +8,7 @@
<version>0.5.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-bootstrap-data-sample</artifactId>
<packaging>jar</packaging>
<properties>
<start-class>org.springframework.bootstrap.sample.data.DataBootstrapApplication</start-class>
</properties>
<packaging>executable-jar</packaging>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
@@ -69,14 +66,4 @@
<scope>runtime</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>