You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 28, 2022. It is now read-only.
@@ -782,10 +782,10 @@ For the VS Code extension, manually create the output folder before you start th
782
782
783
783
For post-client or post-server stub generation, use a separate output folder forcode generation. Depending on the language and the generator type, the OpenAPI generator generates both source code files and build-related files. Some refactoring might be necessary. For example, move the generated source code to the proper source folder that already existsin the project. However, if your project is empty, the target output folder can be the root of the project, and you don’t need to do as much refactoring and merging.
784
784
785
-
For Eclipse, for Java-based code generators, the Open API wizards provide additional support to configure the project. It is recommended that the project's root folder is selected as the output folder of the generator so that `.java` files will be generated into the existing `src/main/java` and `src/test/java` folders. The wizard's default value of the output folder is the project's root folder. The wizard also performs some automatic configuration, including `pom.xml` file merging, and necessary updates to the project's classpath.
785
+
For Eclipse, for Java-based code generators, the OpenAPI wizards provide additional support to configure the project. It is recommended that the project's root folder is selected as the output folder of the generator so that `.java` files will be generated into the existing `src/main/java` and `src/test/java` folders. The wizard's default value of the output folder is the project's root folder. The wizard also performs some automatic configuration, including `pom.xml` file merging, and necessary updates to the project's classpath.
786
786
787
787
<!--
788
-
Action/Topic: Plugin execution validation error in the pom.xml file forOpen API tools
788
+
Action/Topic: Plugin execution validation error in the pom.xml file forOpenAPI Tools for Eclipse Codewind
0 commit comments