File tree 3 files changed +31
-0
lines changed
3 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -19,3 +19,4 @@ test-output
19
19
benchmark_outputs
20
20
* .pyc
21
21
* .class
22
+ .checkstyle
Original file line number Diff line number Diff line change 700
700
<ignore />
701
701
</action >
702
702
</pluginExecution >
703
+ <pluginExecution >
704
+ <pluginExecutionFilter >
705
+ <groupId >io.takari.maven.plugins</groupId >
706
+ <artifactId >presto-maven-plugin</artifactId >
707
+ <versionRange >[0,)</versionRange >
708
+ <goals >
709
+ <goal >generate-service-descriptor</goal >
710
+ </goals >
711
+ </pluginExecutionFilter >
712
+ <action >
713
+ <ignore />
714
+ </action >
715
+ </pluginExecution >
716
+ <pluginExecution >
717
+ <pluginExecutionFilter >
718
+ <groupId >io.takari.maven.plugins</groupId >
719
+ <artifactId >takari-lifecycle-plugin</artifactId >
720
+ <versionRange >[0,)</versionRange >
721
+ <goals >
722
+ <goal >compile</goal >
723
+ <goal >process-resources</goal >
724
+ <goal >process-test-resources</goal >
725
+ <goal >testCompile</goal >
726
+ </goals >
727
+ </pluginExecutionFilter >
728
+ <action >
729
+ <ignore />
730
+ </action >
731
+ </pluginExecution >
703
732
</pluginExecutions >
704
733
</lifecycleMappingMetadata >
705
734
</configuration >
Original file line number Diff line number Diff line change 15
15
<properties >
16
16
<air .main.basedir>${project.parent.basedir} </air .main.basedir>
17
17
<air .check.skip-duplicate-finder>true</air .check.skip-duplicate-finder>
18
+ <air .check.skip-findbugs>true</air .check.skip-findbugs>
18
19
<air .check.skip-dependency>true</air .check.skip-dependency>
19
20
<air .check.skip-dependency-version-check>true</air .check.skip-dependency-version-check>
20
21
You can’t perform that action at this time.
0 commit comments