Skip to content

Commit 7255b0c

Browse files
committed
fixed
1 parent 68af262 commit 7255b0c

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

docs/modules/ROOT/pages/index.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -103,20 +103,20 @@ Here is an example to run `openapi-processor-spring` that explains the configura
103103
<plugin>
104104
<executions>
105105
<execution>
106-
<id>spring</id> <!-- 1 -->
107-
<phase>generate-sources</phase> <!-- 2 -->
106+
<id>spring</id> <!--1-->
107+
<phase>generate-sources</phase> <!--2-->
108108
109109
<configuration>
110-
<id>spring</id> <!-- 3 -->
110+
<id>spring</id> <!--3-->
111111
112-
<!-- 4
113-
<apiPath>${project.basedir}/src/api/openapi.yaml</apiPath>
112+
<!--
113+
<apiPath>${project.basedir}/src/api/openapi.yaml</apiPath> <!--4-->
114114
-->
115115
116-
<options> <!-- 5 -->
116+
<options> <!--5-->
117117
<values>
118-
<targetDir>${project.basedir}/target/generated-sources/openapi</targetDir> <!-- 6 -->
119-
<mapping>${project.basedir}/src/api/mapping.yaml</mapping> <!-- 7 -->
118+
<targetDir>${project.basedir}/target/generated-sources/openapi</targetDir> <!--6-->
119+
<mapping>${project.basedir}/src/api/mapping.yaml</mapping> <!--7-->
120120
<parser>OPENAPI4J</parser>
121121
<showWarnings>true</showWarnings>
122122
</values>
@@ -132,7 +132,7 @@ Here is an example to run `openapi-processor-spring` that explains the configura
132132
</configuration>
133133
134134
<goals>
135-
<goal>process</goal> <!-- 8 -->
135+
<goal>process</goal> <!--8-->
136136
</goals>
137137
</execution>
138138
</executions>

0 commit comments

Comments
 (0)