Migrate to bootstrap maven plugin
Migrate certain samples to make use of the new bootstrap maven plugin Issue: #52091115
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user