> I want to use maven to build jetspeed2 and I need to put "mysql" driver in
> maven "class-path" I read the maven installitionguid and also "getting
> start" page but I did'nt get the location that I should put my database
> diver calss????
Add it as dependency to your project.xml. Like this:
<dependencies>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>3.0.10-stable-bin</version>
</dependency>
Christian
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]