File tree Expand file tree Collapse file tree
java-bigquery/google-cloud-bigquery-jdbc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ CONTAINER_NAME=jdbc
44PACKAGE_DESTINATION =$(PWD ) /drivers
55SRC ="$(PWD ) "
66skipSurefire ?= true
7- JDBC_DRIVER_VERSION : = $(shell mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
8- JDBC_JAR ? = $(PACKAGE_DESTINATION ) /google-cloud-bigquery-jdbc-$(JDBC_DRIVER_VERSION ) -all.jar
7+ JDBC_DRIVER_VERSION = $(shell mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
8+ JDBC_JAR = $(PACKAGE_DESTINATION ) /google-cloud-bigquery-jdbc-$(JDBC_DRIVER_VERSION ) -all.jar
99
1010
1111# no indendation for ifndef\endif due to their evaluation before execution
@@ -69,7 +69,7 @@ build-it-standalone:
6969 mvn -Dmaven.test.skip=true package -f pom-it.xml
7070
7171run-it-standalone :
72- java -cp $(JDBC_JAR ) :target-it/google-cloud-bigquery-jdbc-it-standalone-1.0-SNAPSHOT.jar org.junit.platform.console.ConsoleLauncher --select-class com.google.cloud.bigquery.jdbc.it.suites.ITDriverAgnosticTests
72+ java -cp $(JDBC_JAR ) :target-it/* org.junit.platform.console.ConsoleLauncher --select-class com.google.cloud.bigquery.jdbc.it.suites.ITDriverAgnosticTests
7373
7474
7575# Commands for dockerized environments
You can’t perform that action at this time.
0 commit comments