Merge lp:~tjoneslo/akiban-server/update-pom-repository into lp:~akiban-technologies/akiban-server/trunk

Proposed by Thomas Jones-Low
Status: Merged
Approved by: Thomas Jones-Low
Approved revision: 2662
Merged at revision: 2662
Proposed branch: lp:~tjoneslo/akiban-server/update-pom-repository
Merge into: lp:~akiban-technologies/akiban-server/trunk
Diff against target: 47 lines (+20/-10)
1 file modified
pom.xml (+20/-10)
To merge this branch: bzr merge lp:~tjoneslo/akiban-server/update-pom-repository
Reviewer Review Type Date Requested Status
Akiban Technologies Pending
Review via email: mp+165757@code.launchpad.net

Description of the change

Update the pom file to deploy to the correct repository.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'pom.xml'
2--- pom.xml 2013-04-16 00:56:31 +0000
3+++ pom.xml 2013-05-25 19:25:30 +0000
4@@ -38,16 +38,16 @@
5 </properties>
6
7 <distributionManagement>
8- <snapshotRepository>
9- <id>akiban</id>
10- <name>akiban-snapshots</name>
11- <url>http://akiban.artifactoryonline.com/akiban/libs-snapshots-local</url>
12- </snapshotRepository>
13- <repository>
14- <id>akiban</id>
15- <name>akiban-releases</name>
16- <url>http://akiban.artifactoryonline.com/akiban/libs-releases-local</url>
17- </repository>
18+ <repository>
19+ <id>AlibanLocal</id>
20+ <name>Akiban Local release repository</name>
21+ <url>http://sneezy:8095/nexus/content/repostories/releases/</url>
22+ </repository>
23+ <snapshotRepository>
24+ <id>AkibanLocal</id>
25+ <name>Akiban Local Snapshot Repository</name>
26+ <url>http://sneezy:8095/nexus/content/repositories/snapshots/</url>
27+ </snapshotRepository>
28 </distributionManagement>
29
30 <dependencies>
31@@ -237,6 +237,16 @@
32 </resource>
33 </resources>
34 <plugins>
35+ <plugin>
36+ <groupId>org.sonatype.plugins</groupId>
37+ <artifactId>nexus-staging-maven-plugin</artifactId>
38+ <version>1.2</version>
39+ <extensions>true</extensions>
40+ <configuration>
41+ <serverId>AkibanLocal</serverId>
42+ <nexusUrl>http://sneezy:8095/nexus/</nexusUrl>
43+ </configuration>
44+ </plugin>
45 <plugin>
46 <groupId>org.apache.maven.plugins</groupId>
47 <artifactId>maven-resources-plugin</artifactId>

Subscribers

People subscribed via source and target branches