Author: jmitchell Date: Wed Feb 16 21:07:44 2005 New Revision: 154125 URL: http://svn.apache.org/viewcvs?view=rev&rev=154125 Log: fix core build to install the jar when doing 'dist'
Modified: struts/core/trunk/maven.xml struts/core/trunk/project.properties Modified: struts/core/trunk/maven.xml URL: http://svn.apache.org/viewcvs/struts/core/trunk/maven.xml?view=diff&r1=154124&r2=154125 ============================================================================== --- struts/core/trunk/maven.xml (original) +++ struts/core/trunk/maven.xml Wed Feb 16 21:07:44 2005 @@ -2,6 +2,10 @@ xmlns:j="jelly:core" xmlns:ant="jelly:ant"> + <preGoal name="dist"> + <attainGoal name="jar:install"/> + </preGoal> + <preGoal name="xdoc:jelly-transform"> <attainGoal name="html2xdoc"/> Modified: struts/core/trunk/project.properties URL: http://svn.apache.org/viewcvs/struts/core/trunk/project.properties?view=diff&r1=154124&r2=154125 ============================================================================== --- struts/core/trunk/project.properties (original) +++ struts/core/trunk/project.properties Wed Feb 16 21:07:44 2005 @@ -20,8 +20,10 @@ # display the date on the site maven.xdoc.date = left + # Display the version the web site is documenting maven.xdoc.version = ${pom.currentVersion} + # Days to report in the change log maven.changelog.range=30 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]