You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by we...@apache.org on 2004/09/27 20:31:02 UTC

cvs commit: jakarta-jetspeed-2/maven-plugin plugin.jelly maven.xml

weaver      2004/09/27 11:31:02

  Modified:    maven-plugin plugin.jelly maven.xml
  Log:
  Recent changes to the entity dependencies broke the maven-plugin.  I have adjust the maven.xml and jelly.xml to compensate for this.
  
  Revision  Changes    Path
  1.18      +7 -1      jakarta-jetspeed-2/maven-plugin/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/maven-plugin/plugin.jelly,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- plugin.jelly	26 Aug 2004 15:33:15 -0000	1.17
  +++ plugin.jelly	27 Sep 2004 18:31:02 -0000	1.18
  @@ -107,7 +107,13 @@
     <goal name="jetspeed2:build.portal"> 
     	
     	  <copy todir="${basedir}/etc/project-dependencies" overwrite="true" failonerror="true">
  -         <fileset dir="${org.apache.jetspeed.plugin.root}/plugin-resources/etc/project-dependencies" />            	       	       
  +         <fileset dir="${org.apache.jetspeed.plugin.root}/plugin-resources/etc/project-dependencies" />
  +     </copy>
  +     <copy todir="${basedir}/etc/project-resources" overwrite="true" failonerror="true">
  +         <fileset dir="${org.apache.jetspeed.plugin.root}/plugin-resources/etc/project-resources" />
  +     </copy>
  +     <copy todir="${basedir}/etc/project-reports" overwrite="true" failonerror="true">
  +         <fileset dir="${org.apache.jetspeed.plugin.root}/plugin-resources/etc/project-reports" />
        </copy>
        <copy file="${org.apache.jetspeed.plugin.root}/plugin-resources/locator.ent" tofile="${basedir}/locator.ent" overwrite="true" failonerror="true"/> 
     	
  
  
  
  1.9       +7 -1      jakarta-jetspeed-2/maven-plugin/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/maven-plugin/maven.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- maven.xml	28 Jul 2004 13:29:52 -0000	1.8
  +++ maven.xml	27 Sep 2004 18:31:02 -0000	1.9
  @@ -21,7 +21,13 @@
            
    <preGoal name="java:jar-resources">
    	 <copy todir="target/classes/plugin-resources/etc/project-dependencies" overwrite="true" failonerror="true">
  -         <fileset dir="../etc/project-dependencies" />            	       	       
  +         <fileset dir="../etc/project-dependencies" />
  +     </copy>
  +     <copy todir="target/classes/plugin-resources/etc/project-resources" overwrite="true" failonerror="true">
  +         <fileset dir="../etc/project-resources" />              	       	       
  +     </copy>
  +     <copy todir="target/classes/plugin-resources/etc/project-reports" overwrite="true" failonerror="true">
  +         <fileset dir="../etc/project-reports" />   
        </copy>
        <copy file="../locator.ent" tofile="${basedir}/target/classes/plugin-resources/locator.ent" overwrite="true" failonerror="true"/> 
    	 <attainGoal name="copyDb" />
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org