Skip to content

Commit a965b74

Browse files
committed
Merge pull request #3095 from wing328/fix_okhttp_pom
[Java][okhttp-gson] fix okhttp pom to remove dependency on gradle, sbt test
2 parents 9d6aff1 + 4ee483d commit a965b74

File tree

1 file changed

+0
-47
lines changed
  • modules/swagger-codegen/src/main/resources/Java/libraries/okhttp-gson

1 file changed

+0
-47
lines changed

modules/swagger-codegen/src/main/resources/Java/libraries/okhttp-gson/pom.mustache

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -105,53 +105,6 @@
105105
<target>1.7</target>
106106
</configuration>
107107
</plugin>
108-
<!-- For testing build.gradle, build.sbt, mvn javadoc:javadoc -->
109-
<plugin>
110-
<groupId>org.codehaus.mojo</groupId>
111-
<artifactId>exec-maven-plugin</artifactId>
112-
<version>1.2.1</version>
113-
<executions>
114-
<execution>
115-
<id>gradle-test</id>
116-
<phase>integration-test</phase>
117-
<goals>
118-
<goal>exec</goal>
119-
</goals>
120-
<configuration>
121-
<executable>gradle</executable>
122-
<arguments>
123-
<argument>check</argument>
124-
</arguments>
125-
</configuration>
126-
</execution>
127-
<execution>
128-
<id>sbt-test</id>
129-
<phase>integration-test</phase>
130-
<goals>
131-
<goal>exec</goal>
132-
</goals>
133-
<configuration>
134-
<executable>sbt</executable>
135-
<arguments>
136-
<argument>publishLocal</argument>
137-
</arguments>
138-
</configuration>
139-
</execution>
140-
<execution>
141-
<id>mvn-javadoc-test</id>
142-
<phase>integration-test</phase>
143-
<goals>
144-
<goal>exec</goal>
145-
</goals>
146-
<configuration>
147-
<executable>mvn</executable>
148-
<arguments>
149-
<argument>javadoc:javadoc</argument>
150-
</arguments>
151-
</configuration>
152-
</execution>
153-
</executions>
154-
</plugin>
155108
</plugins>
156109
</build>
157110
<dependencies>

0 commit comments

Comments
 (0)