Skip to content

Commit

Permalink
more gemspec config added
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Jun 27, 2010
1 parent 42f6e4b commit 63f16cf
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<id>rubygems</id>
<url>http://gems.saumya.de/releases</url>
</repository>
</repositories>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>sonatype-nexus-snapshots</id>
Expand All @@ -93,16 +93,24 @@
<artifactId>gem-maven-plugin</artifactId>
<version>${jruby.plugins.version}</version>
<extensions>true</extensions>
<configuration>
<date>2010-06-13</date>
<extraRdocFiles>History.txt,README.txt</extraRdocFiles>
<rdocOptions>--main,README.txt</rdocOptions>
<requirePaths>lib</requirePaths>
<rubyforgeProject>rack-datamapper</rubyforgeProject>
<rubygemsVersion>1.3.5</rubygemsVersion>
</configuration>
</plugin>
<plugin>
<groupId>de.saumya.mojo</groupId>
<artifactId>rspec-maven-plugin</artifactId>
<version>${jruby.plugins.version}</version>
<executions>
<executions>
<execution>
<goals><goal>test</goal></goals>
</execution>
</executions>
<goals><goal>test</goal></goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down

0 comments on commit 63f16cf

Please sign in to comment.