Skip to content

Commit

Permalink
Ensure that plugin RPMs will be built for Linux
Browse files Browse the repository at this point in the history
Fixes #3657
  • Loading branch information
Jochen Schalanda committed Mar 27, 2017
1 parent 76924be commit fc9d62c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions graylog-plugin-parent/pom.xml
Expand Up @@ -154,6 +154,8 @@
<artifactId>rpm-maven-plugin</artifactId>
<configuration>
<group>Application/Internet</group>
<needarch>noarch</needarch>
<targetOS>linux</targetOS>
<prefixes>
<prefix>/usr</prefix>
</prefixes>
Expand Down

0 comments on commit fc9d62c

Please sign in to comment.