This is an automated email from the ASF dual-hosted git repository.
chanjarster pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-toolkit.git
The following commit(s) were added to refs/heads/master by this push:
new 4b69ff6 [SCB-1620] optimize the configuration of the oas-generator
4b69ff6 is described below
commit 4b69ff6c3fcb0cf318903ca12330ff1e316aa547
Author: kakulisen <[email protected]>
AuthorDate: Mon Nov 25 17:22:08 2019 +0800
[SCB-1620] optimize the configuration of the oas-generator
Signed-off-by: kakulisen <[email protected]>
---
oas-generator/pom.xml | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/oas-generator/pom.xml b/oas-generator/pom.xml
index f5dae84..5dbfd3e 100644
--- a/oas-generator/pom.xml
+++ b/oas-generator/pom.xml
@@ -33,13 +33,4 @@
</modules>
<artifactId>oas-generator</artifactId>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
</project>
\ No newline at end of file