File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 97
97
<link >https://docs.oracle.com/javase/11/docs/api/</link >
98
98
<link >https://docs.jboss.org/hibernate/orm/6.4/javadocs/</link >
99
99
</links >
100
+ <notimestamp >true</notimestamp >
100
101
</configuration >
102
+ <executions >
103
+ <execution >
104
+ <id >attach-javadocs</id >
105
+ <phase >package</phase >
106
+ <goals >
107
+ <goal >jar</goal >
108
+ </goals >
109
+ </execution >
110
+ </executions >
101
111
</plugin >
102
112
<plugin >
103
113
<groupId >io.smallrye</groupId >
402
412
<project .reporting.outputEncoding>utf-8</project .reporting.outputEncoding>
403
413
<project .build.sourceEncoding>utf-8</project .build.sourceEncoding>
404
414
<hibernate .version>6.4.2.Final</hibernate .version>
415
+ <project .build.outputTimestamp>2024-01-02T20:11:00Z</project .build.outputTimestamp>
405
416
</properties >
406
417
407
418
</project >
You can’t perform that action at this time.
0 commit comments