Merge "Make distributionManagement reference groups"
authorTony Tkacik <ttkacik@cisco.com>
Tue, 21 Jan 2014 13:29:37 +0000 (13:29 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 21 Jan 2014 13:29:37 +0000 (13:29 +0000)
1  2 
pom.xml

diff --combined pom.xml
index 44690ce2dc43b4a842d84dbfe18f96d7be58f424,f770c4720bb7f1d3a936aa2c5c0f8a033d9b1dd9..66d9e506e0dea33d3c7b4121bd59c56bf923b1ce
+++ b/pom.xml
                  <version>${mockito.version}</version>
                  <scope>test</scope>
              </dependency>
 +            <dependency>
 +                <groupId>org.slf4j</groupId>
 +                <artifactId>slf4j-simple</artifactId>
 +                <version>${slf4j.version}</version>
 +                <scope>test</scope>
 +            </dependency>
  
              <!-- Supporting Libraries -->
              <dependency>
          </dependencies>
      </dependencyManagement>
  
 +    <dependencies>
 +        <dependency>
 +            <groupId>org.slf4j</groupId>
 +            <artifactId>slf4j-simple</artifactId>
 +        </dependency>
 +    </dependencies>
 +
      <distributionManagement>
          <!-- OpenDayLight Released artifact -->
          <repository>
-             <id>opendaylight-release</id>
-             <url>${nexusproxy}/repositories/opendaylight.release/</url>
+             <id>opendaylight-mirror</id>
+             <name>opendaylight-mirror</name>
+             <url>${nexusproxy}/groups/public/</url>
          </repository>
-         <!-- OpenDayLight Snapshot artifact -->
-         <snapshotRepository>
-             <id>opendaylight-snapshot</id>
-             <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
-         </snapshotRepository>
          <site>
              <id>${project.artifactId}-site</id>
              <url>./</url>
                      <groupId>org.apache.maven.plugins</groupId>
                      <artifactId>maven-release-plugin</artifactId>
                      <version>${maven.release.version}</version>
 +
 +                    <!-- Since we have a maven plugin, we need to install it -->
 +                    <configuration>
 +                        <preparationGoals>clean install</preparationGoals>
 +                        <completionGoals>clean install</completionGoals>
 +                    </configuration>
                  </plugin>
              </plugins>
          </pluginManagement>