mirror of https://github.com/apache/maven.git
o Adding <ciManagement> info.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163195 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
185e04924f
commit
234efe2f78
19
pom.xml
19
pom.xml
|
@ -25,11 +25,15 @@
|
||||||
<url>scp://login.ibiblio.org//public/html/maven</url>
|
<url>scp://login.ibiblio.org//public/html/maven</url>
|
||||||
</repository>
|
</repository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
|
<ciManagement>
|
||||||
|
<nagEmailAddress>m2-dev@maven.apache.org</nagEmailAddress>
|
||||||
|
</ciManagement>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-components/${pom.artifactId}</connection>
|
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-components/</connection>
|
||||||
<developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-components/${pom.artifactId}</developerConnection>
|
<developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-components/</developerConnection>
|
||||||
<url>http://cvs.apache.org/viewcvs.cgi/maven-components/${pom.artifactId}</url>
|
<url>http://cvs.apache.org/viewcvs.cgi/maven-components/</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
|
@ -79,8 +83,13 @@
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>plexus</groupId>
|
<groupId>plexus</groupId>
|
||||||
<artifactId>plexus</artifactId>
|
<artifactId>plexus-artifact-container</artifactId>
|
||||||
<version>0.17-SNAPSHOT</version>
|
<version>1.0-alpha-1-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>plexus</groupId>
|
||||||
|
<artifactId>plexus-utils</artifactId>
|
||||||
|
<version>1.0-alpha-1-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>xstream</groupId>
|
<groupId>xstream</groupId>
|
||||||
|
|
Loading…
Reference in New Issue