Skip to content

eskatos/ruby-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ruby-maven-plugin

ruby-maven-plugin is a maven plugin to hook ruby scripts in the build

The project is hosted in maven central, to use it add the following snippet to your pom.xml:

<build>
  <plugins>
    <plugin>
      <groupId>org.codeartisans</groupId>
      <artifactId>ruby-maven-plugin</artifactId>
      <version>0.1</version>
    </plugin>
  </plugins>
</build>

Take a look at the example pom for usage example.


This code was previously hosted here.

About

hook ruby scripts in the build lifecycle

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages