Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit e408413

Browse files
committed
fix manifest
1 parent 514b8c6 commit e408413

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,20 @@
3434
</configuration>
3535
</plugin>
3636

37+
<plugin>
38+
<groupId>org.apache.maven.plugins</groupId>
39+
<artifactId>maven-jar-plugin</artifactId>
40+
<version>3.2.0</version>
41+
<configuration>
42+
<archive>
43+
<manifestEntries>
44+
<Built-By>Ktt Development</Built-By>
45+
</manifestEntries>
46+
</archive>
47+
<skip>true</skip>
48+
</configuration>
49+
</plugin>
50+
3751
<plugin>
3852
<groupId>org.apache.maven.plugins</groupId>
3953
<artifactId>maven-source-plugin</artifactId>

0 commit comments

Comments
 (0)