Update guides using complete/pom.xml to instead use initial/pom.xml
This commit is contained in:
parent
f3ff1f34a8
commit
f56b6ba306
@ -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/>
|
||||
|
||||
|
13
README.md
13
README.md
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user