We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8513443 commit 73a1694Copy full SHA for 73a1694
1 file changed
pom.xml
@@ -29,7 +29,19 @@
29
30
<build>
31
<finalName>${project.artifactId}</finalName>
32
- <plugins>
+ <plugins>
33
+ <plugin>
34
+ <groupId>org.apache.maven.plugins</groupId>
35
+ <artifactId>maven-jar-plugin</artifactId>
36
+ <version>3.4.2</version>
37
+ <configuration>
38
+ <archive>
39
+ <manifestEntries>
40
+ <paperweight-mappings-namespace>mojang</paperweight-mappings-namespace>
41
+ </manifestEntries>
42
+ </archive>
43
+ </configuration>
44
+ </plugin>
45
<plugin>
46
<groupId>org.apache.maven.plugins</groupId>
47
<artifactId>maven-checkstyle-plugin</artifactId>
0 commit comments