mirror of https://github.com/apache/maven.git
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:
parent
9ea44973f8
commit
43ef215e5e
|
@ -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>
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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).
|
||||
|
|
|
@ -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"/>
|
||||
|
|
6
pom.xml
6
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue