Author: brett
Date: Thu Jun 23 00:40:37 2005
New Revision: 193102
URL: http://svn.apache.org/viewcvs?rev=193102&view=rev
Log:
show mailing lists on the site
Modified:
maven/components/trunk/maven-site/pom.xml
maven/components/trunk/maven-site/src/site/apt/release-notes.apt
maven/components/trunk/maven-site/src/site/fml/about.fml
maven/components/trunk/maven-site/src/site/site.xml
maven/components/trunk/pom.xml
Modified: maven/components/trunk/maven-site/pom.xml
URL:
http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/pom.xml?rev=193102&r1=193101&r2=193102&view=diff
==============================================================================
--- maven/components/trunk/maven-site/pom.xml (original)
+++ maven/components/trunk/maven-site/pom.xml Thu Jun 23 00:40:37 2005
@@ -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>
Modified: maven/components/trunk/maven-site/src/site/apt/release-notes.apt
URL:
http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/release-notes.apt?rev=193102&r1=193101&r2=193102&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/release-notes.apt (original)
+++ maven/components/trunk/maven-site/src/site/apt/release-notes.apt Thu Jun 23
00:40:37 2005
@@ -37,6 +37,8 @@
* 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.
Modified: maven/components/trunk/maven-site/src/site/fml/about.fml
URL:
http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/fml/about.fml?rev=193102&r1=193101&r2=193102&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/fml/about.fml (original)
+++ maven/components/trunk/maven-site/src/site/fml/about.fml Thu Jun 23
00:40:37 2005
@@ -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).
Modified: maven/components/trunk/maven-site/src/site/site.xml
URL:
http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/site.xml?rev=193102&r1=193101&r2=193102&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/site.xml (original)
+++ maven/components/trunk/maven-site/src/site/site.xml Thu Jun 23 00:40:37 2005
@@ -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"/>
Modified: maven/components/trunk/pom.xml
URL:
http://svn.apache.org/viewcvs/maven/components/trunk/pom.xml?rev=193102&r1=193101&r2=193102&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Thu Jun 23 00:40:37 2005
@@ -25,13 +25,15 @@
<name>Maven User List</name>
<subscribe>[EMAIL PROTECTED]</subscribe>
<unsubscribe>[EMAIL PROTECTED]</unsubscribe>
- <archive>http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]</archive>
+ <post>[email protected]</post>
+ <archive>http://mail-archives.apache.org/mod_mbox/maven-users</archive>
</mailingList>
<mailingList>
<name>Maven Developer List</name>
<subscribe>[EMAIL PROTECTED]</subscribe>
<unsubscribe>[EMAIL PROTECTED]</unsubscribe>
- <archive>http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]</archive>
+ <post>[email protected]</post>
+ <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
</mailingList>
</mailingLists>
<developers>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]