Skip to content

Commit

Permalink
Merge e52533a into 1d41a60
Browse files Browse the repository at this point in the history
  • Loading branch information
TheIndifferent committed Dec 7, 2018
2 parents 1d41a60 + e52533a commit 47e25a4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Expand Up @@ -167,6 +167,17 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>com.spotify.futures</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
Expand Down

0 comments on commit 47e25a4

Please sign in to comment.