Skip to content

Commit 2b6c1ae

Browse files
🪴 pom.xml updated
1 parent ec9c83a commit 2b6c1ae

File tree

1 file changed

+5
-71
lines changed

1 file changed

+5
-71
lines changed

pom.xml

Lines changed: 5 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.contentstack</groupId>
66
<artifactId>cms</artifactId>
77
<name>contentstack-management-java</name>
8-
<version>0.0.1</version>
8+
<version>0.0.1-SNAPSHOT</version>
99
<description>Contentstack Java Management SDK for Content Management API,
1010
Contentstack is a headless CMS with an API-first approach
1111
</description>
@@ -172,15 +172,7 @@
172172
<artifactId>maven-jxr-plugin</artifactId>
173173
<version>3.0.0</version>
174174
</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+
184176
<plugin>
185177
<groupId>org.apache.maven.plugins</groupId>
186178
<artifactId>maven-surefire-report-plugin</artifactId>
@@ -207,36 +199,13 @@
207199
</execution>
208200
</executions>
209201
</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>-->
236202

237203
<plugin>
238204
<groupId>org.apache.maven.plugins</groupId>
239205
<artifactId>maven-javadoc-plugin</artifactId>
206+
<configuration>
207+
<source>8</source>
208+
</configuration>
240209
<executions>
241210
<execution>
242211
<id>attach-javadocs</id>
@@ -245,11 +214,6 @@
245214
</goals>
246215
</execution>
247216
</executions>
248-
<configuration>
249-
<additionalOptions>
250-
<additionalOption>-Xdoclint:none</additionalOption>
251-
</additionalOptions>
252-
</configuration>
253217
</plugin>
254218
<plugin>
255219
<groupId>org.apache.maven.plugins</groupId>
@@ -310,36 +274,6 @@
310274
<artifactId>jacoco-maven-plugin</artifactId>
311275
<version>${jococo-plugin.version}</version>
312276
</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-
<!-- &lt;!&ndash; include tags &ndash;&gt;-->
337-
<!-- <groups>unit, api</groups>-->
338-
<!-- &lt;!&ndash; exclude tags &ndash;&gt;-->
339-
<!-- <excludedGroups>dontrun</excludedGroups>-->
340-
<!-- </configuration>-->
341-
<!-- </plugin>-->
342-
343277
</plugins>
344278

345279
<pluginManagement>

0 commit comments

Comments
 (0)