Skip to content

Commit

Permalink
Include jmxterm within deb package
Browse files Browse the repository at this point in the history
  • Loading branch information
varas committed Nov 7, 2019
1 parent c559499 commit 5b04b2f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,17 @@
<filemode>755</filemode>
</mapper>
</data>
<!-- jmxterm -->
<data>
<type>file</type>
<src>bin/jmxterm</src>
<dst>/usr/bin/${project.artifactId}/jmxterm</dst>
<mapper>
<type>perm</type>
<filemode>755</filemode>
</mapper>
</data>
<!-- doc -->
<data>
<type>file</type>
<src>README.md</src>
Expand Down Expand Up @@ -283,6 +294,7 @@
</source>
</sources>
</mapping>
<!-- jmxterm -->
<mapping>
<directory>/usr/lib/jmxterm</directory>
<sources>
Expand Down Expand Up @@ -312,6 +324,7 @@
</source>
</sources>
</mapping>
<!-- doc -->
<mapping>
<directory>/usr/share/doc/${project.artifactId}</directory>
<documentation>true</documentation>
Expand Down

0 comments on commit 5b04b2f

Please sign in to comment.