jruby9-exec-maven-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.torquebox.mojo</groupId>
<artifactId>jruby9-exec-maven-plugin</artifactId>
<version>0.3.1</version>
</dependency><?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>jruby9</artifactId>
<groupId>org.torquebox.mojo</groupId>
<version>0.3.1</version>
</parent>
<artifactId>jruby9-exec-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>JRuby9 Exec Maven Mojo</name>
<dependencies>
<dependency>
<groupId>org.torquebox.mojo</groupId>
<artifactId>jruby9-common</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>