8000 GitHub - ajmfulcher/fpm-maven-plugin: A Maven plugin to create system packages using FPM
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ajmfulcher/fpm-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0