-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
In your project.properties/build.properties set this:
maven.eclipse.resources.addtoclasspath=true
http://maven.apache.org/reference/plugins/eclipse/properties.html
Works like a charm.
Jason
Buorn, Yoway wrote:
| A while back someone asked how to include
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Dan,
I use the following for this kind of stuff:
~
HTH,
Jason
dan tran wrote:
| Kenny,
|
| I have maven.dependency.classpath in my classpath.
|
| In verbose mode, maven how the classpath of the project calling the
| plugin. No sign of the classpath
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
This may not be what you are hoping for, but I just use Hibernate to
supply my jdbc connections for dbunit.
http://www.hibernate.org/hib_docs/api/net/sf/hibernate/Session.html
Session.connection()
It works great!
Jason
Todd Huss wrote:
| I keep my datab