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,7 +8,7 @@
<version>0.5.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-bootstrap-xml-sample</artifactId>
<packaging>jar</packaging>
<packaging>executable-jar</packaging>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>