Commits
md_5 authored 151fa1cb1fc
89 89 | </executions> |
90 90 | </plugin> |
91 91 | <plugin> |
92 92 | <groupId>org.apache.maven.plugins</groupId> |
93 93 | <artifactId>maven-jar-plugin</artifactId> |
94 94 | <version>3.0.2</version> |
95 95 | <configuration> |
96 96 | <archive> |
97 97 | <manifestEntries> |
98 98 | <Main-Class>org.spigotmc.builder.Bootstrap</Main-Class> |
99 + | <Implementation-Title>BuildTools</Implementation-Title> |
99 100 | <Implementation-Version>${describe}</Implementation-Version> |
100 101 | </manifestEntries> |
101 102 | </archive> |
102 103 | </configuration> |
103 104 | </plugin> |
104 105 | <plugin> |
105 106 | <groupId>org.apache.maven.plugins</groupId> |
106 107 | <artifactId>maven-shade-plugin</artifactId> |
107 108 | <version>3.1.0</version> |
108 109 | <executions> |