Changeset 2 in Subversion Test Project for trunck/maven-test-project


Ignore:
Timestamp:
08/22/13 13:55:24 (12 years ago)
Author:
anonymous
Message:

Add <distributionManagement> to pom.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunck/maven-test-project/pom.xml

    r1 r2  
    8080    </build>
    8181
     82        <distributionManagement>
     83                <repository>
     84                        <id>releases</id>
     85                        <name>CSNS Nexus Release Repository</name>
     86                        <url>http://ccode.ihep.ac.cn:8080/nexus/content/repositories/releases/</url>
     87                </repository>
     88                <repository>
     89                        <id>snapshots</id>
     90                        <name>CSNS Nexus Release Repository</name>
     91                        <url>http://ccode.ihep.ac.cn:8080/nexus/content/repositories/snapshots/</url>
     92                </repository>
     93        </distributionManagement>
     94
    8295</project>
Note: See TracChangeset for help on using the changeset viewer.