We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c28d22 commit c5e0a44Copy full SHA for c5e0a44
1 file changed
pom.xml
@@ -163,13 +163,17 @@
163
<artifactId>jsonschema2pojo-maven-plugin</artifactId>
164
<version>1.2.2</version>
165
<configuration>
166
+ <!-- https://joelittlejohn.github.io/jsonschema2pojo/site/1.0.2/generate-mojo.html -->
167
<annotationStyle>none</annotationStyle>
168
<includeGeneratedAnnotation>false</includeGeneratedAnnotation>
169
<sourceType>yamlschema</sourceType>
170
<useJodaDates>false</useJodaDates>
171
<formatDateTimes>true</formatDateTimes>
172
<formatDates>true</formatDates>
173
<formatTimes>true</formatTimes>
174
+ <dateType>java.lang.String</dateType>
175
+ <dateTimeType>java.lang.String</dateTimeType>
176
+ <timeType>java.lang.String</timeType>
177
</configuration>
178
<executions>
179
<execution>
0 commit comments