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
|
### Create a Maven POM
|
||||||
|
|
||||||
<@snippet path="pom.xml" prefix="complete"/>
|
<@snippet path="pom.xml" prefix="initial"/>
|
||||||
|
|
||||||
<@bootstrap_starter_pom_disclaimer/>
|
<@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>
|
</dependency>
|
||||||
</dependencies>
|
</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>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>spring-snapshots</id>
|
<id>spring-snapshots</id>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user