6
6
<modelVersion >4.0.0</modelVersion >
7
7
<groupId >com.contentstack.sdk</groupId >
8
8
<artifactId >java</artifactId >
9
- <version >1.5.4 </version >
9
+ <version >1.5.6 </version >
10
10
<packaging >jar</packaging >
11
-
12
11
<name >contentstack-java</name >
13
12
<description >Java SDK for Contentstack Content Delivery API, Contentstack is a headless CMS with an API-first approach
14
13
</description >
118
117
<!--
119
118
# Run tests and generate .xml reports
120
119
mvn test
121
-
122
120
# Convert .xml reports into .html report, but without the CSS or images
123
121
mvn surefire-report:report-only
124
-
125
122
# Put the CSS and images where they need to be without the rest of the
126
123
# time-consuming stuff
127
124
mvn surefire-report:report site -DgenerateReports=false
172
169
</goals >
173
170
<configuration >
174
171
<additionalOptions >-Xdoclint:none</additionalOptions >
175
- <!-- <javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>-->
172
+ <!-- <javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>-->
176
173
<use >false</use >
177
174
<use >false</use >
178
175
<source >1.8</source >
194
191
<groupId >org.apache.maven.plugins</groupId >
195
192
<artifactId >maven-site-plugin</artifactId >
196
193
<version >3.3</version >
197
- <!-- <configuration>-->
198
- <!-- <reportPlugins>-->
199
- <!-- <plugin>-->
200
- <!-- <groupId>org.apache.maven.plugins</groupId>-->
201
- <!-- <artifactId>maven-javadoc-plugin</artifactId>-->
202
- <!-- <configuration>-->
203
- <!-- <!–suppress UnresolvedMavenProperty –>-->
204
- <!-- <additionalparam>${javadoc.opts}</additionalparam>-->
205
- <!-- </configuration>-->
206
- <!-- </plugin>-->
207
- <!-- </reportPlugins>-->
208
- <!-- </configuration>-->
194
+ <!-- <configuration>-->
195
+ <!-- <reportPlugins>-->
196
+ <!-- <plugin>-->
197
+ <!-- <groupId>org.apache.maven.plugins</groupId>-->
198
+ <!-- <artifactId>maven-javadoc-plugin</artifactId>-->
199
+ <!-- <configuration>-->
200
+ <!-- <!–suppress UnresolvedMavenProperty –>-->
201
+ <!-- <additionalparam>${javadoc.opts}</additionalparam>-->
202
+ <!-- </configuration>-->
203
+ <!-- </plugin>-->
204
+ <!-- </reportPlugins>-->
205
+ <!-- </configuration>-->
209
206
</plugin >
210
207
211
208
<!--
294
291
<goals >
295
292
<goal >report</goal >
296
293
</goals >
294
+
297
295
</execution >
298
296
</executions >
299
297
</plugin >
300
298
301
299
</plugins >
302
300
</build >
303
301
304
- </project >
302
+ </project >
0 commit comments