Skip to content

Commit 7614541

Browse files
authoredDec 12, 2021

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
<maven.compiler.target>1.8</maven.compiler.target>
7676
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7777
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
78+
<project.build.outputTimestamp>2017-12-12T00:39:30Z</project.build.outputTimestamp>
7879
<project.scm.id>github</project.scm.id>
7980

8081
<sonar.organization>openapitools</sonar.organization>
@@ -240,6 +241,7 @@
240241
<notree>true</notree>
241242
<nocomment>true</nocomment>
242243
<nohelp>true</nohelp>
244+
<notimestamp>true</notimestamp>
243245
</configuration>
244246
<executions>
245247
<execution>
@@ -267,6 +269,11 @@
267269
<artifactId>maven-source-plugin</artifactId>
268270
<version>3.2.1</version>
269271
</plugin>
272+
<plugin>
273+
<groupId>org.apache.maven.plugins</groupId>
274+
<artifactId>maven-jar-plugin</artifactId>
275+
<version>3.2.0</version>
276+
</plugin>
270277
<plugin>
271278
<groupId>org.apache.maven.plugins</groupId>
272279
<artifactId>maven-release-plugin</artifactId>

0 commit comments

Comments
 (0)
Please sign in to comment.