artifactId/groupId
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114515 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<project>
|
||||
<pomVersion>3</pomVersion>
|
||||
<name>Test project for Maven Deploy Plugin</name>
|
||||
@@ -10,35 +11,20 @@
|
||||
</organization>
|
||||
<inceptionYear>2002</inceptionYear>
|
||||
<package>net.nettec.marsh.begin</package>
|
||||
|
||||
<shortDescription>Marsh Begin TTS Maven</shortDescription>
|
||||
|
||||
<description>
|
||||
TTS Begin
|
||||
</description>
|
||||
|
||||
<description>TTS Begin</description>
|
||||
<url/>
|
||||
<issueTrackingUrl>
|
||||
http://bugzilla
|
||||
</issueTrackingUrl>
|
||||
<issueTrackingUrl>http://bugzilla</issueTrackingUrl>
|
||||
<siteAddress>www.nettec.net</siteAddress>
|
||||
<siteDirectory/>
|
||||
<distributionDirectory/>
|
||||
<repository>
|
||||
<connection>
|
||||
scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven
|
||||
</connection>
|
||||
<url>
|
||||
http://cvs.apache.org/viewcvs/maven/
|
||||
</url>
|
||||
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven</connection>
|
||||
<url>http://cvs.apache.org/viewcvs/maven/</url>
|
||||
</repository>
|
||||
|
||||
<versions/>
|
||||
|
||||
<mailingLists/>
|
||||
|
||||
<developers>
|
||||
|
||||
<developer>
|
||||
<name>Nathan Coast</name>
|
||||
<id>nathanc</id>
|
||||
@@ -47,10 +33,10 @@
|
||||
<role>Java Developer</role>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<id>commons-logging</id>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
<version>1.0.3</version>
|
||||
<url>http://jakarta.apache.org/commons/logging.html</url>
|
||||
</dependency>
|
||||
@@ -61,10 +47,7 @@
|
||||
<url>http://jakarta.apache.org/commons/logging.html</url>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
<nagEmailAddress>nathan.coast@nettec.net</nagEmailAddress>
|
||||
|
||||
</build>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user