Skip to content

Commit

Permalink
Removes Unknown file extension warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
efrancisworks authored and tdcmeehan committed Mar 13, 2024
1 parent 696f7f0 commit 1ff16a9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions presto-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,19 @@
</dependencies>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<configuration>
<excludes combine.children="append">
<exclude>**/CODENOTIFY</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.antlr</groupId>
Expand Down

0 comments on commit 1ff16a9

Please sign in to comment.