Skip to content

Commit 2f93750

Browse files
committed
attach javadocs
1 parent e99c5e7 commit 2f93750

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,17 @@
9797
<link>https://docs.oracle.com/javase/11/docs/api/</link>
9898
<link>https://docs.jboss.org/hibernate/orm/6.4/javadocs/</link>
9999
</links>
100+
<notimestamp>true</notimestamp>
100101
</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>
101111
</plugin>
102112
<plugin>
103113
<groupId>io.smallrye</groupId>
@@ -402,6 +412,7 @@
402412
<project.reporting.outputEncoding>utf-8</project.reporting.outputEncoding>
403413
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
404414
<hibernate.version>6.4.2.Final</hibernate.version>
415+
<project.build.outputTimestamp>2024-01-02T20:11:00Z</project.build.outputTimestamp>
405416
</properties>
406417

407418
</project>

0 commit comments

Comments
 (0)