瀏覽代碼

Remove include of maven-project-setup-options

Craig Walls 13 年之前
父節點
當前提交
47d53affd4
共有 2 個檔案被更改,包括 2 行新增6 行删除
  1. 2
    4
      README.md
  2. 0
    2
      README.src.md

+ 2
- 4
README.md 查看文件

@@ -25,7 +25,7 @@ What you'll need
25 25
 
26 26
  - About 15 minutes
27 27
  - A favorite text editor or IDE
28
- - [JDK 6][jdk] or better
28
+ - [JDK 6][jdk] or later
29 29
  - [Maven 3.0][mvn] or later
30 30
 
31 31
 [jdk]: http://www.oracle.com/technetwork/java/javase/downloads/index.html
@@ -52,7 +52,7 @@ To **skip the basics**, do the following:
52 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 57
 ### Create the directory structure
58 58
 
@@ -65,8 +65,6 @@ In a project directory of your choosing, create the following subdirectory struc
65 65
 
66 66
 ### Create a Maven POM
67 67
 
68
-> **ERROR:** Section 'maven-project-setup-options' not found
69
-
70 68
 `pom.xml`
71 69
 ```xml
72 70
 <?xml version="1.0" encoding="UTF-8"?>

+ 0
- 2
README.src.md 查看文件

@@ -39,8 +39,6 @@ Set up the project
39 39
 
40 40
 ### Create a Maven POM
41 41
 
42
-{!include#maven-project-setup-options}
43
-
44 42
     {!include:initial/pom.xml}
45 43
 
46 44
 {!include#bootstrap-starter-pom-disclaimer}