Skip to content

Commit

Permalink
add mavengem repo
Browse files Browse the repository at this point in the history
mkristian committed Mar 8, 2016
1 parent cb99e74 commit c356709
Showing 2 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/pom.rb
Original file line number Diff line number Diff line change
@@ -38,6 +38,10 @@ def initialize( name, version )
repository( :url => 'http://oss.sonatype.org/content/repositories/staging',
:id => 'gem-staging' )

# for the gems
extension 'org.torquebox.mojo:mavengem-wagon:0.2.0'
repository :id => :mavengems, :url => 'mavengem:https://rubygems.org'

plugin( :clean,
:filesets => [ { :directory => '${basedir}/ruby/gems/shared/specifications/default',
:includes => [ '*' ] },
11 changes: 11 additions & 0 deletions lib/pom.xml
Original file line number Diff line number Diff line change
@@ -65,8 +65,19 @@ DO NOT MODIFIY - GENERATED CODE
<id>gem-staging</id>
<url>http://oss.sonatype.org/content/repositories/staging</url>
</repository>
<repository>
<id>mavengems</id>
<url>mavengem:https://rubygems.org</url>
</repository>
</repositories>
<build>
<extensions>
<extension>
<groupId>org.torquebox.mojo</groupId>
<artifactId>mavengem-wagon</artifactId>
<version>0.2.0</version>
</extension>
</extensions>
<plugins>
<plugin>
<artifactId>maven-clean-plugin</artifactId>

0 comments on commit c356709

Please sign in to comment.