saigyo / fpm-maven-plugin

A Maven plugin to create system packages using FPM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fpm-maven-plugin

A Maven plugin to create system packages using FPM

  <plugin>
      <groupId>uk.me.ajmfulcher.fpmplugin</groupId>
      <artifactId>fpm-maven-plugin</artifactId>
      <configuration>
        <inputType>gem</inputType>
        <outputType>deb</outputType>
      </configuration>
      <executions>
        <execution>
            <id>run-fpm</id>
            <phase>package</phase>
            <goals>
                <goal>fpm</goal>
            </goals>
        </execution>
      </executions>
  </plugin>

About

A Maven plugin to create system packages using FPM


Languages

Language:Java 95.9%Language:Ruby 4.1%