Skip to content

Commit

Permalink
updated generated poms
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Jul 25, 2014
1 parent cf6179d commit 526d2b7
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions maven/jruby-jars/pom.xml
Expand Up @@ -58,28 +58,6 @@ freezing to) a specific jruby-complete jar version.</description>
<directory>${basedir}/pkg</directory>
<finalName>jruby-jars-9000.dev</finalName>
<plugins>
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
<configuration>
<projectsDirectory>src/it</projectsDirectory>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
<preBuildHookScript>setup.bsh</preBuildHookScript>
<postBuildHookScript>verify.bsh</postBuildHookScript>
</configuration>
<executions>
<execution>
<id>integration-test</id>
<goals>
<goal>install</goal>
<goal>run</goal>
</goals>
<configuration>
<settingsFile>${basedir}/src/it/settings.xml</settingsFile>
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>de.saumya.mojo</groupId>
<artifactId>gem-maven-plugin</artifactId>
Expand Down

0 comments on commit 526d2b7

Please sign in to comment.