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">