show mailing lists on the site

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@193102 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-06-23 07:40:37 +00:00
parent 9ea44973f8
commit 43ef215e5e
5 changed files with 19 additions and 5 deletions

View File

@ -2,7 +2,7 @@
<parent>
<artifactId>maven</artifactId>
<groupId>org.apache.maven</groupId>
<version>2.0-alpha-2</version>
<version>2.0-alpha-3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-site</artifactId>
@ -15,4 +15,13 @@
<url>scp://minotaur.apache.org/www/maven.apache.org/maven2</url>
</site>
</distributionManagement>
<reporting>
<!-- TODO: disable dependencies -->
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
</plugin>
</plugins>
</reporting>
</project>

View File

@ -37,6 +37,8 @@ Brett Porter
* Improvements to the Ant tasks
* Better plugin management, with the ability to select specific versions for use
* Various plugin improvements
This release is very near to being feature complete, and the next release will be a feature complete beta-1.

View File

@ -188,9 +188,9 @@
<p>
You can also join us on IRC at
<code>irc.codehaus.org</code>on
<code>#maven2</code>. This is available both
<code>#maven</code>. This is available both
over
<a href="irc://irc.codehaus.org/#maven2">IRC</a>and
<a href="irc://irc.codehaus.org/#maven">IRC</a>and
<a href="http://irc.codehaus.org/">HTTP</a>for those behind firewalls (enter
<code>#maven2</code>in the
<i>Channel</i>box).

View File

@ -40,6 +40,7 @@
<item name="Ant Tasks" href="/ant-tasks.html"/>
<item name="APT Reference" href="/apt-format.html"/>
</menu>
${reports}
<menu name="Developers">
<item name="Documentation Needed" href="/docs-required.html"/>
<item name="Building Maven 2.0" href="/building.html"/>

View File

@ -25,13 +25,15 @@
<name>Maven User List</name>
<subscribe>users-subscribe@maven.apache.org</subscribe>
<unsubscribe>users-unsubscribe@maven.apache.org</unsubscribe>
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=users@maven.apache.org</archive>
<post>users@maven.apache.org</post>
<archive>http://mail-archives.apache.org/mod_mbox/maven-users</archive>
</mailingList>
<mailingList>
<name>Maven Developer List</name>
<subscribe>dev-subscribe@maven.apache.org</subscribe>
<unsubscribe>dev-unsubscribe@maven.apache.org</unsubscribe>
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=dev@maven.apache.org</archive>
<post>dev@maven.apache.org</post>
<archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
</mailingList>
</mailingLists>
<developers>