Instead of adding the dependencies, can't we add the possibility to include
jdbc jars in the classpath?
something like this:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
<configuration>
....
<additionalClasspathElements>
<additionalClasspathElement>${itest.jdbc.jars}</additionalClasspathElement>
</additionalClasspathElements>
...
</configuration>
</plugin>
- MiniHS2 and postgresql jars Zsolt Miskolczi
- Re: MiniHS2 and postgresql jars Stamatis Zampetakis
- Re: MiniHS2 and postgresql jars László Bodor
- Re: MiniHS2 and postgresql jars Zoltán Rátkai
- Re: MiniHS2 and postgresql jars Stamatis Zampetakis
- Re: MiniHS2 and postgresql jars Denys Kuzmenko
- Re: MiniHS2 and postgresql j... László Bodor
- Re: MiniHS2 and postgres... Stamatis Zampetakis
- Re: MiniHS2 and postgres... Zsolt Miskolczi
- Re: MiniHS2 and postgres... Stamatis Zampetakis
- Re: MiniHS2 and postgres... Zoltán Rátkai
