Skip to content

Commit

Permalink
Remove Built-By
Browse files Browse the repository at this point in the history
  • Loading branch information
rcx committed Apr 30, 2017
1 parent 3dd4290 commit 5529259
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,17 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Built-By>JDA</Built-By>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 5529259

Please sign in to comment.