|
5 | 5 | <groupId>com.contentstack</groupId> |
6 | 6 | <artifactId>cms</artifactId> |
7 | 7 | <name>contentstack-management-java</name> |
8 | | - <version>0.0.1</version> |
| 8 | + <version>0.0.1-SNAPSHOT</version> |
9 | 9 | <description>Contentstack Java Management SDK for Content Management API, |
10 | 10 | Contentstack is a headless CMS with an API-first approach |
11 | 11 | </description> |
|
172 | 172 | <artifactId>maven-jxr-plugin</artifactId> |
173 | 173 | <version>3.0.0</version> |
174 | 174 | </plugin> |
175 | | - <!-- |
176 | | - # Run tests and generate .xml reports |
177 | | - mvn test |
178 | | - # Convert .xml reports into .html report, but without the CSS or images |
179 | | - mvn surefire-report:report-only |
180 | | - # Put the CSS and images where they need to be without the rest of the |
181 | | - # time-consuming stuff |
182 | | - mvn surefire-report:report site -DgenerateReports=false |
183 | | - --> |
| 175 | + |
184 | 176 | <plugin> |
185 | 177 | <groupId>org.apache.maven.plugins</groupId> |
186 | 178 | <artifactId>maven-surefire-report-plugin</artifactId> |
|
207 | 199 | </execution> |
208 | 200 | </executions> |
209 | 201 | </plugin> |
210 | | - <!-- <plugin>--> |
211 | | - <!-- <groupId>org.apache.maven.plugins</groupId>--> |
212 | | - <!-- <artifactId>maven-javadoc-plugin</artifactId>--> |
213 | | - <!-- <version>${maven-javadoc-plugin.version}</version>--> |
214 | | - <!-- <executions>--> |
215 | | - <!-- <execution>--> |
216 | | - <!-- <id>attach-javadocs</id>--> |
217 | | - <!-- <goals>--> |
218 | | - <!-- <goal>jar</goal>--> |
219 | | - <!-- </goals>--> |
220 | | - <!-- </execution>--> |
221 | | - <!-- </executions>--> |
222 | | - <!-- <configuration>--> |
223 | | - <!-- <docletArtifact>--> |
224 | | - <!-- <groupId>com.contentstack</groupId>--> |
225 | | - <!-- <artifactId>cms</artifactId>--> |
226 | | - <!-- <version>${sdk.version.snapshot}</version>--> |
227 | | - <!-- </docletArtifact>--> |
228 | | - <!-- <additionalOptions>--> |
229 | | - <!-- <additionalOption>-warning 101</additionalOption>--> |
230 | | - <!-- </additionalOptions>--> |
231 | | - <!-- <useStandardDocletOptions>false</useStandardDocletOptions>--> |
232 | | - <!-- <additionalJOption>-J-Xmx1024m</additionalJOption>--> |
233 | | - <!-- <doclint>none</doclint>--> |
234 | | - <!-- </configuration>--> |
235 | | - <!-- </plugin>--> |
236 | 202 |
|
237 | 203 | <plugin> |
238 | 204 | <groupId>org.apache.maven.plugins</groupId> |
239 | 205 | <artifactId>maven-javadoc-plugin</artifactId> |
| 206 | + <configuration> |
| 207 | + <source>8</source> |
| 208 | + </configuration> |
240 | 209 | <executions> |
241 | 210 | <execution> |
242 | 211 | <id>attach-javadocs</id> |
|
245 | 214 | </goals> |
246 | 215 | </execution> |
247 | 216 | </executions> |
248 | | - <configuration> |
249 | | - <additionalOptions> |
250 | | - <additionalOption>-Xdoclint:none</additionalOption> |
251 | | - </additionalOptions> |
252 | | - </configuration> |
253 | 217 | </plugin> |
254 | 218 | <plugin> |
255 | 219 | <groupId>org.apache.maven.plugins</groupId> |
|
310 | 274 | <artifactId>jacoco-maven-plugin</artifactId> |
311 | 275 | <version>${jococo-plugin.version}</version> |
312 | 276 | </plugin> |
313 | | - |
314 | | - <!-- <plugin>--> |
315 | | - <!-- <groupId>org.apache.maven.plugins</groupId>--> |
316 | | - <!-- <artifactId>maven-surefire-plugin</artifactId>--> |
317 | | - <!-- <version>2.22.2</version>--> |
318 | | - <!-- <configuration>--> |
319 | | - <!-- <properties>--> |
320 | | - <!-- <configurationParameters>--> |
321 | | - <!-- junit.jupiter.extensions.autodetection.enabled = true--> |
322 | | - <!-- junit.jupiter.testinstance.lifecycle.default = per_class--> |
323 | | - <!-- junit.jupiter.execution.parallel.enabled = true--> |
324 | | - <!-- junit.jupiter.execution.parallel.mode.default = concurrent--> |
325 | | - <!-- junit.jupiter.execution.parallel.config.fixed.parallelism--> |
326 | | - <!-- </configurationParameters>--> |
327 | | - <!-- </properties>--> |
328 | | - <!-- </configuration>--> |
329 | | - <!-- </plugin>--> |
330 | | - |
331 | | - <!-- <plugin>--> |
332 | | - <!-- <groupId>org.apache.maven.plugins</groupId>--> |
333 | | - <!-- <artifactId>maven-surefire-plugin</artifactId>--> |
334 | | - <!-- <version>3.0.0-M3</version>--> |
335 | | - <!-- <configuration>--> |
336 | | - <!-- <!– include tags –>--> |
337 | | - <!-- <groups>unit, api</groups>--> |
338 | | - <!-- <!– exclude tags –>--> |
339 | | - <!-- <excludedGroups>dontrun</excludedGroups>--> |
340 | | - <!-- </configuration>--> |
341 | | - <!-- </plugin>--> |
342 | | - |
343 | 277 | </plugins> |
344 | 278 |
|
345 | 279 | <pluginManagement> |
|
0 commit comments