File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments