Skip to content

Commit

Permalink
[build] added repos for sonatype
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
mkristian committed Jan 19, 2015
1 parent bec17e9 commit 8d12cc8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ext/truffle/pom.rb
Expand Up @@ -17,3 +17,9 @@
snapshots 'false'
end
end

distribution_management do
snapshot_repository :id => 'sonatype-nexus-snapshots', :url => 'https://oss.sonatype.org/content/repositories/snapshots'
repository :id => 'sonatype-nexus-staging', :url => 'https://oss.sonatype.org/service/local/staging/deploy/maven2'
end

10 changes: 10 additions & 0 deletions ext/truffle/pom.xml
Expand Up @@ -6,6 +6,16 @@
<artifactId>openjdk-truffle</artifactId>
<version>0.6</version>
<name>Openjdk Truffle</name>
<distributionManagement>
<repository>
<id>sonatype-nexus-staging</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<properties>
<tesla.dump.pom>pom.xml</tesla.dump.pom>
</properties>
Expand Down

0 comments on commit 8d12cc8

Please sign in to comment.