Author: olamy
Date: Fri Jan 25 21:47:27 2013
New Revision: 1438735

URL: http://svn.apache.org/viewvc?rev=1438735&view=rev
Log:
fix more links

Modified:
    maven/jxr/trunk/pom.xml
    maven/jxr/trunk/src/site/apt/examples/java.apt
    maven/jxr/trunk/src/site/apt/index.apt

Modified: maven/jxr/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/jxr/trunk/pom.xml?rev=1438735&r1=1438734&r2=1438735&view=diff
==============================================================================
--- maven/jxr/trunk/pom.xml (original)
+++ maven/jxr/trunk/pom.xml Fri Jan 25 21:47:27 2013
@@ -131,6 +131,18 @@ under the License.
           </reportSet>
         </reportSets>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.9</version>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>aggregate</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
     </plugins>
   </reporting>
 </project>

Modified: maven/jxr/trunk/src/site/apt/examples/java.apt
URL: 
http://svn.apache.org/viewvc/maven/jxr/trunk/src/site/apt/examples/java.apt?rev=1438735&r1=1438734&r2=1438735&view=diff
==============================================================================
--- maven/jxr/trunk/src/site/apt/examples/java.apt (original)
+++ maven/jxr/trunk/src/site/apt/examples/java.apt Fri Jan 25 21:47:27 2013
@@ -34,7 +34,7 @@ Using Maven JXR in Java
 
 * Transforming Java Packages
 
- JXR handles several options like an input/output encoding. See the 
{{{./apidocs/org/apache/maven/jxr/JXR.html}API}}
+ JXR handles several options like an input/output encoding. See the 
{{{../apidocs/org/apache/maven/jxr/JXR.html}API}}
  for more information.
 
 +------+

Modified: maven/jxr/trunk/src/site/apt/index.apt
URL: 
http://svn.apache.org/viewvc/maven/jxr/trunk/src/site/apt/index.apt?rev=1438735&r1=1438734&r2=1438735&view=diff
==============================================================================
--- maven/jxr/trunk/src/site/apt/index.apt (original)
+++ maven/jxr/trunk/src/site/apt/index.apt Fri Jan 25 21:47:27 2013
@@ -44,7 +44,7 @@ Maven JXR
  * Easy configuration for color, style or template
 
  * Fully integrated with Maven: plugins are available for 
{{{http://maven.apache.org/maven-1.x/plugins/jxr/}Maven 1}}
- and {{{http://maven.apache.org/plugins/maven-jxr-plugin/}Maven 2}}
+ and {{{./maven-jxr-plugin/}Maven 2}}
 
 * Brief History
 


Reply via email to