Changeset 12424


Ignore:
Timestamp:
Oct 13, 2011, 4:12:33 PM (13 years ago)
Author:
anthony43
Message:
  • added nexus configuration that allows a developer to push the artifacts to nexus.dahanne.net
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/jiwigo-ws-api/pom.xml

    r12416 r12424  
    6666        </plugins>
    6767  </build>
     68  <distributionManagement>
     69        <!-- use the following if you're not using a snapshot version. -->
     70        <repository>
     71                <id>nexus.dahanne.net</id>
     72                <name>RepositoryProxy</name>
     73                <url>http://nexus.dahanne.net/nexus/content/repositories/releases</url>
     74        </repository>
     75        <!-- use the following if you ARE using a snapshot version. -->
     76        <snapshotRepository>
     77                <id>nexus.dahanne.net</id>
     78                <name>RepositoryProxy</name>
     79                <url>http://nexus.dahanne.net/nexus/content/repositories/snapshots</url>
     80        </snapshotRepository>
     81</distributionManagement>
     82 
    6883</project>
Note: See TracChangeset for help on using the changeset viewer.