Yeah, I think we should simply re-add the possibility to add jars to
classpath, call it "itest.jdbc.jars" to preserve the old behavior and
parameter name.

Denys Kuzmenko <dkuzme...@apache.org> ezt írta (időpont: 2023. aug. 22., K,
12:43):

> 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>
>

Reply via email to