Skip to content

Commit f7bce23

Browse files
authored
chore: remove unused maven profile (googleapis#262)
This build profile is no longer needed, as it has been moved to the client library together with the general Connection API.
1 parent 3f37daf commit f7bce23

1 file changed

Lines changed: 0 additions & 35 deletions

File tree

java-spanner-jdbc/pom.xml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -321,41 +321,6 @@
321321
</plugins>
322322
</pluginManagement>
323323
</build>
324-
<profiles>
325-
<profile>
326-
<!-- Profile for generating new sql test scripts. See ConnectionImplGeneratedSqlScriptTest
327-
for more information. -->
328-
<id>generate-test-sql-scripts</id>
329-
<build>
330-
<plugins>
331-
<plugin>
332-
<groupId>org.codehaus.mojo</groupId>
333-
<artifactId>exec-maven-plugin</artifactId>
334-
<executions>
335-
<execution>
336-
<id>generateTestScripts</id>
337-
<phase>compile</phase>
338-
<goals>
339-
<goal>java</goal>
340-
</goals>
341-
<configuration>
342-
<mainClass>com.google.cloud.spanner.jdbc.SqlTestScriptsGenerator</mainClass>
343-
<systemProperties>
344-
<systemProperty>
345-
<key>do_log_statements</key>
346-
<value>true</value>
347-
</systemProperty>
348-
</systemProperties>
349-
<classpathScope>test</classpathScope>
350-
<skip>false</skip>
351-
</configuration>
352-
</execution>
353-
</executions>
354-
</plugin>
355-
</plugins>
356-
</build>
357-
</profile>
358-
</profiles>
359324
<reporting>
360325
<plugins>
361326
<plugin>

0 commit comments

Comments
 (0)