You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/01/20 08:02:39 UTC

svn commit: r370746 - /maven/maven-1/plugins/trunk/jxr/plugin.jelly

Author: ltheussl
Date: Thu Jan 19 23:02:37 2006
New Revision: 370746

URL: http://svn.apache.org/viewcvs?rev=370746&view=rev
Log:
Add default goal: jxr

Modified:
    maven/maven-1/plugins/trunk/jxr/plugin.jelly

Modified: maven/maven-1/plugins/trunk/jxr/plugin.jelly
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jxr/plugin.jelly?rev=370746&r1=370745&r2=370746&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jxr/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/jxr/plugin.jelly Thu Jan 19 23:02:37 2006
@@ -63,7 +63,11 @@
   <!-- C R O S S  R E F E R E N C E  S O U R C E S                        -->
   <!-- ================================================================== -->
 
-  <!-- Should we deprecate it to use only 'jxr' ? -->
+  <goal
+    name="jxr"
+    prereqs="maven-jxr-plugin:report"
+    description="Generate HTML cross reference sources"/>
+
   <goal
     name="maven-jxr-plugin:report"
     description="Generate HTML cross reference sources">