Author: brett Date: Sun Jun 15 19:27:58 2008 New Revision: 668041 URL: http://svn.apache.org/viewvc?rev=668041&view=rev Log: site and other updates
Added: incubator/nmaven/trunk/site/src/ incubator/nmaven/trunk/site/src/site/ incubator/nmaven/trunk/site/src/site/site.xml - copied, changed from r667518, maven/pom/trunk/maven/src/site/site.xml Modified: incubator/nmaven/trunk/pom.xml incubator/nmaven/trunk/site/general/pom.xml incubator/nmaven/trunk/site/general/src/site/apt/index.apt incubator/nmaven/trunk/site/general/src/site/site.xml incubator/nmaven/trunk/site/versioned/src/site/site.xml Modified: incubator/nmaven/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/pom.xml?rev=668041&r1=668040&r2=668041&view=diff ============================================================================== --- incubator/nmaven/trunk/pom.xml (original) +++ incubator/nmaven/trunk/pom.xml Sun Jun 15 19:27:58 2008 @@ -54,6 +54,13 @@ <otherArchive>http://www.nabble.com/nmaven-commits-f17656.html</otherArchive> </otherArchives> </mailingList> + <mailingList> + <name>NMaven Issues List</name> + <subscribe>[EMAIL PROTECTED]</subscribe> + <unsubscribe>[EMAIL PROTECTED]</unsubscribe> + <post>[EMAIL PROTECTED]</post> + <archive>http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/</archive> + </mailingList> </mailingLists> <scm> <url>http://svn.apache.org/viewvc/incubator/nmaven/trunk</url> @@ -64,12 +71,6 @@ <system>JIRA Bugtracking</system> <url>http://jira.codehaus.org/browse/NMAVEN</url> </issueManagement> - <licenses> - <license> - <name>Apache 2.0</name> - <url>LICENSE.txt</url> - </license> - </licenses> <developers> <developer> <name>Brett Porter</name> @@ -233,7 +234,7 @@ </dependency> </dependencies> <properties> - <mavenVersion>2.0.9-SNAPSHOT</mavenVersion> + <mavenVersion>2.0.9</mavenVersion> </properties> <dependencyManagement> <dependencies> Modified: incubator/nmaven/trunk/site/general/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/site/general/pom.xml?rev=668041&r1=668040&r2=668041&view=diff ============================================================================== --- incubator/nmaven/trunk/site/general/pom.xml (original) +++ incubator/nmaven/trunk/site/general/pom.xml Sun Jun 15 19:27:58 2008 @@ -38,4 +38,32 @@ <url>file://${basedir}/../../../www</url> </site> </distributionManagement> + <!-- repeated here so that *-site is not appended --> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/nmaven/trunk/</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/nmaven/trunk/</developerConnection> + <url>http://svn.apache.org/viewcvs.cgi/incubator/nmaven/trunk/</url> + </scm> + <reporting> + <excludeDefaults>true</excludeDefaults> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + <version>2.0.1</version> + <reportSets> + <reportSet> + <reports> + <report>issue-tracking</report> + <report>mailing-list</report> + <report>license</report> + <report>project-team</report> + <report>scm</report> + </reports> + </reportSet> + </reportSets> + </plugin> + </plugins> + </reporting> + </project> Modified: incubator/nmaven/trunk/site/general/src/site/apt/index.apt URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/site/general/src/site/apt/index.apt?rev=668041&r1=668040&r2=668041&view=diff ============================================================================== --- incubator/nmaven/trunk/site/general/src/site/apt/index.apt (original) +++ incubator/nmaven/trunk/site/general/src/site/apt/index.apt Sun Jun 15 19:27:58 2008 @@ -1,24 +1,40 @@ + ----- + About + ----- + About NMaven - NMaven provides Maven 2.x plugins to support building of .NET applications. + NMaven develops plugins and integration for Maven to make building and using .NET languages a first-class citizen in Maven. - [] +Getting Started with NMaven -Reporting Bugs/Requesting Features + To get started with the latest release of NMaven, follow the {{{0.15/getting-started.html} Getting Started Guide}} for the + latest release (0.15). + +Getting Involved with NMaven + + If the current release doesn't do everything you need, or you need some help getting started, join the NMaven Developers List + and get involved. - * {{{http://jira.codehaus.org/browse/NMAVEN} NMaven Issue Tracking}} + For more information, see the {{{mail-lists.html} mailing lists page}}. - * {{{mailto:[EMAIL PROTECTED] Post to Mailing List}} +Current Features and Roadmap -Site Info + The following features are available in the current development version: {{{0.16/features.html} 0.16 features}} + + A number of features are also in progress or planned for the future: {{{roadmap.html} development roadmap}} + +Reporting Bugs/Requesting Features - All information contained within this web-site is based on the latest work at - the {{{https://svn.apache.org/repos/asf/incubator/nmaven/trunk} SVN trunk }} + You can file requests in the {{{http://jira.codehaus.org/browse/NMAVEN} NMaven Issue Tracking}}. It is highly recommended + that you also join the NMaven Developers List (see above) and discuss or help out with the issue. - Documentation can be found here: + You may also try the current development builds, which are also the best place to get started with contributions. For more information, + see the {{{0.16/index.html} 0.16 sub-site}}. - * {{{0.16/index.html} 0.16 (Current trunk)}} +Older Versions - * {{{0.15/index.html} 0.15-incubating}} + In addition to the above, an older version of NMaven is still available. This contains additional functionality but is + not as well integration with Maven. Work is ongoing to migrate functionality to the current development version. - * {{{0.14/index.html} 0.14 (Unreleased snapshot)}} + For more information, see the {{{0.14/index.html} 0.14 sub-site}} Modified: incubator/nmaven/trunk/site/general/src/site/site.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/site/general/src/site/site.xml?rev=668041&r1=668040&r2=668041&view=diff ============================================================================== --- incubator/nmaven/trunk/site/general/src/site/site.xml (original) +++ incubator/nmaven/trunk/site/general/src/site/site.xml Sun Jun 15 19:27:58 2008 @@ -1,19 +1,17 @@ <project name="Apache NMaven"> <bannerRight> - <src>./images/apache-incubator-logo.png</src> + <name>Apache Incubator</name> + <src>http://incubator.apache.org/images/apache-incubator-logo.png</src> + <href>http://incubator.apache.org/</href> </bannerRight> <body> - <links> - <item name="Project Site" href="http://incubator.apache.org/projects/nmaven.html"/> - <item name="NMaven" href="http://incubator.apache.org/nmaven"/> - <item name="NMaven SVN" href="http://svn.apache.org/repos/asf/incubator/nmaven/"/> - <item name="Maven" href="http://maven.apache.org/"/> - <item name="Mono Project" href="http://www.mono-project.com/"/> - </links> <menu name="General Info"> <item name="About" href="index.html"/> + <item name="Getting Started" href="0.15/getting-started.html"/> + <item name="Features" href="0.15/features.html"/> + <item name="Roadmap" href="roadmap.html"/> + <item name="Mailing Lists" href="mail-lists.html" /> </menu> - ${reports} </body> -</project> \ No newline at end of file +</project> Copied: incubator/nmaven/trunk/site/src/site/site.xml (from r667518, maven/pom/trunk/maven/src/site/site.xml) URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/site/src/site/site.xml?p2=incubator/nmaven/trunk/site/src/site/site.xml&p1=maven/pom/trunk/maven/src/site/site.xml&r1=667518&r2=668041&rev=668041&view=diff ============================================================================== --- maven/pom/trunk/maven/src/site/site.xml (original) +++ incubator/nmaven/trunk/site/src/site/site.xml Sun Jun 15 19:27:58 2008 @@ -47,6 +47,11 @@ urchinTracker(); </script> </head> + <links> + <item name="Incubator Status" href="http://incubator.apache.org/projects/nmaven.html"/> + <item name="NMaven" href="http://incubator.apache.org/nmaven"/> + <item name="Maven" href="http://maven.apache.org/"/> + </links> <menu ref="reports" inherit="bottom" /> </body> </project> Modified: incubator/nmaven/trunk/site/versioned/src/site/site.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/site/versioned/src/site/site.xml?rev=668041&r1=668040&r2=668041&view=diff ============================================================================== --- incubator/nmaven/trunk/site/versioned/src/site/site.xml (original) +++ incubator/nmaven/trunk/site/versioned/src/site/site.xml Sun Jun 15 19:27:58 2008 @@ -4,18 +4,10 @@ </bannerRight> <body> - <links> - <item name="Project Site" href="http://incubator.apache.org/projects/nmaven.html"/> - <item name="NMaven" href="http://incubator.apache.org/nmaven"/> - <item name="NMaven SVN" href="http://svn.apache.org/repos/asf/incubator/nmaven/"/> - <item name="Maven" href="http://maven.apache.org/"/> - <item name="Mono Project" href="http://www.mono-project.com/"/> - </links> <menu name="General Info"> <item name="About" href="index.html"/> <item name="Features" href="features.html"/> <item name="Getting Started" href="getting-started.html"/> </menu> - ${reports} </body> -</project> \ No newline at end of file +</project>