Author: gtrasuk
Date: Thu Dec 11 20:53:56 2014
New Revision: 1644763
URL: http://svn.apache.org/r1644763
Log:
The basic underpinnings are in place to build a site using Maven's site plugin.
Added:
river/river-rt-tools/trunk/src/
river/river-rt-tools/trunk/src/site/
river/river-rt-tools/trunk/src/site/markdown/
river/river-rt-tools/trunk/src/site/markdown/index.md
Modified:
river/river-rt-tools/trunk/ (props changed)
river/river-rt-tools/trunk/pom.xml
Propchange: river/river-rt-tools/trunk/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec 11 20:53:56 2014
@@ -0,0 +1 @@
+target
Modified: river/river-rt-tools/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/river/river-rt-tools/trunk/pom.xml?rev=1644763&r1=1644762&r2=1644763&view=diff
==============================================================================
--- river/river-rt-tools/trunk/pom.xml (original)
+++ river/river-rt-tools/trunk/pom.xml Thu Dec 11 20:53:56 2014
@@ -6,8 +6,29 @@
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>river-rt-tools</name>
+
+ <dependencyManagement>
+
+ </dependencyManagement>
+
<modules>
<module>start</module>
<module>tools</module>
</modules>
+
+ <reporting>
+ <plugins>
+ <plugin>
+
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.10.1</version>
+ <configuration>
+
+ <aggregate>true</aggregate>
+
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
</project>
\ No newline at end of file
Added: river/river-rt-tools/trunk/src/site/markdown/index.md
URL:
http://svn.apache.org/viewvc/river/river-rt-tools/trunk/src/site/markdown/index.md?rev=1644763&view=auto
==============================================================================
--- river/river-rt-tools/trunk/src/site/markdown/index.md (added)
+++ river/river-rt-tools/trunk/src/site/markdown/index.md Thu Dec 11 20:53:56
2014
@@ -0,0 +1,9 @@
+Run-time Tools for Apache River
+===============================
+
+This project contains libraries that are used at run-time in the Apache River
+SOA environment.
+
+The packages correspond to 'tools.jar' and 'start.jar' that are present in
+the JTSK distribution up until Apache River 2.2.2, after which they will be
+removed.