File tree Expand file tree Collapse file tree 1 file changed +59
-0
lines changed Expand file tree Collapse file tree 1 file changed +59
-0
lines changed Original file line number Diff line number Diff line change 547
547
</parameter >
548
548
</configuration >
549
549
</plugin >
550
+ <plugin >
551
+ <groupId >org.apache.felix</groupId >
552
+ <artifactId >maven-bundle-plugin</artifactId >
553
+ <executions >
554
+ <execution >
555
+ <id >bundle-manifest</id >
556
+ <phase />
557
+ </execution >
558
+ </executions >
559
+ </plugin >
550
560
<plugin >
551
561
<groupId >org.apache.maven.plugins</groupId >
552
562
<artifactId >maven-checkstyle-plugin</artifactId >
567
577
</execution >
568
578
</executions >
569
579
</plugin >
580
+ <plugin >
581
+ <artifactId >maven-compiler-plugin</artifactId >
582
+ <executions >
583
+ <execution >
584
+ <id >default-testCompile</id >
585
+ <phase />
586
+ </execution >
587
+ </executions >
588
+ </plugin >
589
+ <plugin >
590
+ <artifactId >maven-failsafe-plugin</artifactId >
591
+ <version >${failsafe.version} </version >
592
+ <configuration >
593
+ <skip >true</skip >
594
+ </configuration >
595
+ </plugin >
570
596
<plugin >
571
597
<groupId >org.apache.maven.plugins</groupId >
572
598
<artifactId >maven-pmd-plugin</artifactId >
587
613
</execution >
588
614
</executions >
589
615
</plugin >
616
+ <plugin >
617
+ <groupId >org.apache.maven.plugins</groupId >
618
+ <artifactId >maven-resources-plugin</artifactId >
619
+ <version >3.1.0</version >
620
+ <executions >
621
+ <execution >
622
+ <id >default-resources</id >
623
+ <phase />
624
+ </execution >
625
+ <execution >
626
+ <id >default-testResources</id >
627
+ <phase />
628
+ </execution >
629
+ </executions >
630
+ </plugin >
631
+ <plugin >
632
+ <artifactId >maven-source-plugin</artifactId >
633
+ <version >${maven.source.version} </version >
634
+ <configuration >
635
+ <skipSource >true</skipSource >
636
+ </configuration >
637
+ </plugin >
638
+ <plugin >
639
+ <groupId >org.apache.maven.plugins</groupId >
640
+ <artifactId >maven-surefire-plugin</artifactId >
641
+ <version >${surefire.version} </version >
642
+ <executions >
643
+ <execution >
644
+ <id >default-test</id >
645
+ <phase />
646
+ </execution >
647
+ </executions >
648
+ </plugin >
590
649
<plugin >
591
650
<groupId >org.codehaus.mojo</groupId >
592
651
<artifactId >clirr-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments