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 at...@apache.org on 2007/08/27 15:10:05 UTC

svn commit: r570100 - /portals/jetspeed-2/branches/JETSPEED-2.1.3/maven-plugin/plugin.jelly

Author: ate
Date: Mon Aug 27 06:10:04 2007
New Revision: 570100

URL: http://svn.apache.org/viewvc?rev=570100&view=rev
Log:
Fix small bug in maven-1 plugin which caused j2:db.create.test to fail if the test jdbc driver was not the same as the production jdbc driver

Modified:
    portals/jetspeed-2/branches/JETSPEED-2.1.3/maven-plugin/plugin.jelly

Modified: portals/jetspeed-2/branches/JETSPEED-2.1.3/maven-plugin/plugin.jelly
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/JETSPEED-2.1.3/maven-plugin/plugin.jelly?rev=570100&r1=570099&r2=570100&view=diff
==============================================================================
--- portals/jetspeed-2/branches/JETSPEED-2.1.3/maven-plugin/plugin.jelly (original)
+++ portals/jetspeed-2/branches/JETSPEED-2.1.3/maven-plugin/plugin.jelly Mon Aug 27 06:10:04 2007
@@ -1118,7 +1118,7 @@
         <pathelement path="${portal.target.dir}/WEB-INF/classes"/>
         <pathelement path="${maven.build.dest}"/>
         <pathelement path="${org.apache.jetspeed.plugin.root}"/>
-        <pathelement path="${org.apache.jetspeed.production.jdbc.drivers.path}"/>                          
+        <pathelement path="${org.apache.jetspeed.jdbc.drivers.path}"/>                          
       </classpath>
         <arg line="-I &quot;${DATAFILE}&quot; -a ./target/${org.apache.jetspeed.portal.artifactId} -b ${temp.assembly.dir}/boot/ -c ${temp.assembly.dir}/ -dc ${org.apache.jetspeed.database.driver} -ds ${org.apache.jetspeed.database.url} -du ${org.apache.jetspeed.database.user} -dp ${org.apache.jetspeed.database.password}"/>  
     </java>



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