Parcourir la source

Remove include of maven-project-setup-options

Craig Walls il y a 13 ans
Parent
révision
47d53affd4
2 fichiers modifiés avec 2 ajouts et 6 suppressions
  1. 2
    4
      README.md
  2. 0
    2
      README.src.md

+ 2
- 4
README.md Voir le fichier

25
 
25
 
26
  - About 15 minutes
26
  - About 15 minutes
27
  - A favorite text editor or IDE
27
  - A favorite text editor or IDE
28
- - [JDK 6][jdk] or better
28
+ - [JDK 6][jdk] or later
29
  - [Maven 3.0][mvn] or later
29
  - [Maven 3.0][mvn] or later
30
 
30
 
31
 [jdk]: http://www.oracle.com/technetwork/java/javase/downloads/index.html
31
 [jdk]: http://www.oracle.com/technetwork/java/javase/downloads/index.html
52
 Set up the project
52
 Set up the project
53
 ------------------
53
 ------------------
54
 
54
 
55
-First you set up a basic build script. You can use any build system you like when building apps with Spring, but the code you need to work with [Maven](https://maven.apache.org) and [Gradle](http://gradle.org) is included here. If you're not familiar with either, refer to our [Getting Started with Maven](../gs-maven/README.md) or [Getting Started with Gradle](../gs-gradle/README.md) guides.
55
+First you set up a basic build script. You can use any build system you like when building apps with Spring, but the code you need to work with [Maven](https://maven.apache.org) and [Gradle](http://gradle.org) is included here. If you're not familiar with either, refer to [Getting Started with Maven](../gs-maven/README.md) or [Getting Started with Gradle](../gs-gradle/README.md).
56
 
56
 
57
 ### Create the directory structure
57
 ### Create the directory structure
58
 
58
 
65
 
65
 
66
 ### Create a Maven POM
66
 ### Create a Maven POM
67
 
67
 
68
-> **ERROR:** Section 'maven-project-setup-options' not found
69
-
70
 `pom.xml`
68
 `pom.xml`
71
 ```xml
69
 ```xml
72
 <?xml version="1.0" encoding="UTF-8"?>
70
 <?xml version="1.0" encoding="UTF-8"?>

+ 0
- 2
README.src.md Voir le fichier

39
 
39
 
40
 ### Create a Maven POM
40
 ### Create a Maven POM
41
 
41
 
42
-{!include#maven-project-setup-options}
43
-
44
     {!include:initial/pom.xml}
42
     {!include:initial/pom.xml}
45
 
43
 
46
 {!include#bootstrap-starter-pom-disclaimer}
44
 {!include#bootstrap-starter-pom-disclaimer}