Update guides using complete/pom.xml to instead use initial/pom.xml

This commit is contained in:
Greg Turnquist 2013-07-18 12:05:51 -04:00
parent f3ff1f34a8
commit f56b6ba306
2 changed files with 1 additions and 14 deletions

View File

@ -25,7 +25,7 @@ Set up the project
### Create a Maven POM
<@snippet path="pom.xml" prefix="complete"/>
<@snippet path="pom.xml" prefix="initial"/>
<@bootstrap_starter_pom_disclaimer/>

View File

@ -79,19 +79,6 @@ In a project directory of your choosing, create the following subdirectory struc
</dependency>
</dependencies>
<properties>
<start-class>hello.BatchConfiguration</start-class>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>spring-snapshots</id>