Skip to content

Commit

Permalink
Depend on system specific firefox version
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Nov 21, 2016
1 parent 19b72f6 commit 80cb0ca
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,15 @@

<build>
<defaultGoal>package</defaultGoal>

<extensions>
<extension>
<groupId>kr.motd.maven</groupId>
<artifactId>os-maven-plugin</artifactId>
<version>1.4.0.Final</version>
</extension>
</extensions>

<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -236,7 +245,7 @@
<groupId>org.mozilla</groupId>
<artifactId>firefox</artifactId>
<version>45.4.0esr</version>
<classifier>linux-x86_64</classifier>
<classifier>${os.detected.classifier}</classifier>
<type>tar.bz2</type>
</artifactItem>
</artifactItems>
Expand Down

0 comments on commit 80cb0ca

Please sign in to comment.