Skip to content

Commit

Permalink
Revert "add mavengem repo"
Browse files Browse the repository at this point in the history
This reverts commit c356709.
mkristian committed Mar 8, 2016

Unverified

This user has not yet uploaded their public signing key.
1 parent c356709 commit b044f15
Showing 2 changed files with 0 additions and 15 deletions.
4 changes: 0 additions & 4 deletions lib/pom.rb
Original file line number Diff line number Diff line change
@@ -38,10 +38,6 @@ 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: 0 additions & 11 deletions lib/pom.xml
Original file line number Diff line number Diff line change
@@ -65,19 +65,8 @@ 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 b044f15

Please sign in to comment.