o we need to inherit the mailing lists from a parent

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@511264 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2007-02-24 12:16:23 +00:00
parent a0f829c3d2
commit 6d5c4b14b1
1 changed files with 1 additions and 31 deletions

View File

@ -45,38 +45,10 @@
<system>jira</system> <system>jira</system>
<url>http://jira.codehaus.org/browse/MNG</url> <url>http://jira.codehaus.org/browse/MNG</url>
</issueManagement> </issueManagement>
<mailingLists>
<mailingList>
<name>Maven User List</name>
<subscribe>users-subscribe@maven.apache.org</subscribe>
<unsubscribe>users-unsubscribe@maven.apache.org</unsubscribe>
<post>users@maven.apache.org</post>
<archive>http://mail-archives.apache.org/mod_mbox/maven-users</archive>
<otherArchives>
<otherArchive>http://www.mail-archive.com/users@maven.apache.org/</otherArchive>
<otherArchive>http://www.nabble.com/Maven---Users-f178.html</otherArchive>
</otherArchives>
</mailingList>
<mailingList>
<name>Maven Developer List</name>
<subscribe>dev-subscribe@maven.apache.org</subscribe>
<unsubscribe>dev-unsubscribe@maven.apache.org</unsubscribe>
<post>dev@maven.apache.org</post>
<archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
</mailingList>
<mailingList>
<name>Maven Commits List</name>
<subscribe>commits-subscribe@maven.apache.org</subscribe>
<unsubscribe>commits-unsubscribe@maven.apache.org</unsubscribe>
<post>commits@maven.apache.org</post>
<archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
</mailingList>
</mailingLists>
<modules> <modules>
<module>core-integration-testing-plugins</module> <module>core-integration-testing-plugins</module>
<module>core-integration-testing-support</module> <module>core-integration-testing-support</module>
</modules> </modules>
<distributionManagement> <distributionManagement>
<repository> <repository>
<id>apache.releases</id> <id>apache.releases</id>
@ -87,12 +59,10 @@
<url>${repositoryUrl}</url> <url>${repositoryUrl}</url>
</snapshotRepository> </snapshotRepository>
</distributionManagement> </distributionManagement>
<!-- TODO this needs to be improved, right now it doesn't deploy to releases repo --> <!-- TODO this needs to be improved, right now it doesn't deploy to releases repo -->
<properties> <properties>
<repositoryUrl>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</repositoryUrl> <repositoryUrl>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</repositoryUrl>
</properties> </properties>
<profiles> <profiles>
<profile> <profile>
<id>mode-local-offline</id> <id>mode-local-offline</id>