You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jm...@apache.org on 2005/02/17 06:07:47 UTC

svn commit: r154125 - in struts/core/trunk: maven.xml project.properties

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: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org