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 ta...@apache.org on 2005/05/24 03:28:09 UTC

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

taylor      2005/05/23 18:28:09

  Modified:    maven-plugin plugin.jelly plugin.properties
  Log:
  allow the production db to be stored elsewhere than in maven local plugin repo
  
  Revision  Changes    Path
  1.33      +1 -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.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- plugin.jelly	12 May 2005 20:58:27 -0000	1.32
  +++ plugin.jelly	24 May 2005 01:28:09 -0000	1.33
  @@ -55,7 +55,7 @@
               <pathelement path="${plugin.getDependencyPath('hsqldb')}"/>
             </classpath>
               <arg value="-database" />
  -            <arg value="${org.apache.jetspeed.plugin.root}/plugin-resources/Production" />
  +            <arg value="${org.apache.jetspeed.plugin.production.db}" />
               <arg value="-port" />
               <arg value="9001" />
               <arg value="-silent" />
  
  
  
  1.12      +2 -0      jakarta-jetspeed-2/maven-plugin/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/maven-plugin/plugin.properties,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- plugin.properties	31 Mar 2005 14:07:14 -0000	1.11
  +++ plugin.properties	24 May 2005 01:28:09 -0000	1.12
  @@ -72,5 +72,7 @@
   
   org.apache.jetspeed.copy.context=true
   
  +# override this to put your database elsewhere than the plugin repo
  +org.apache.jetspeed.plugin.production.db = ${org.apache.jetspeed.plugin.root}/plugin-resources/Production
   
   
  
  
  

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