File tree Expand file tree Collapse file tree 1 file changed +0
-47
lines changed
modules/swagger-codegen/src/main/resources/Java/libraries/okhttp-gson Expand file tree Collapse file tree 1 file changed +0
-47
lines changed Original file line number Diff line number Diff line change 105
105
<target >1.7</target >
106
106
</configuration >
107
107
</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 >
155
108
</plugins >
156
109
</build >
157
110
<dependencies >
You can’t perform that action at this time.
0 commit comments