Skip to content

Commit

Permalink
Update externals/kyuubi-trino-engine/pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 authored Dec 9, 2024
1 parent c20c49a commit 0693d28
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions externals/kyuubi-trino-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,36 +98,6 @@

<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
<execution>
<id>add-scala-sources</id>
<goals>
<goal>add-source</goal>
</goals>
<phase>generate-sources</phase>
<configuration>
<sources>
<source>src/main/scala-${scala.binary.version}</source>
</sources>
</configuration>
</execution>
<execution>
<id>add-scala-test-sources</id>
<goals>
<goal>add-test-source</goal>
</goals>
<phase>generate-test-sources</phase>
<configuration>
<sources>
<source>src/test/scala-${scala.binary.version}</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
Expand Down

0 comments on commit 0693d28

Please sign in to comment.