File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -843,6 +843,7 @@ limitations under the License.
843843 <pluginExecutions >
844844 <pluginExecution >
845845 <pluginExecutionFilter >
846+ <groupId >org.apache.maven.plugins</groupId >
846847 <artifactId >maven-jar-plugin</artifactId >
847848 <versionRange >[2.2,)</versionRange >
848849 <goals >
@@ -853,6 +854,32 @@ limitations under the License.
853854 <ignore />
854855 </action >
855856 </pluginExecution >
857+ <pluginExecution >
858+ <pluginExecutionFilter >
859+ <groupId >org.codehaus.mojo</groupId >
860+ <artifactId >clirr-maven-plugin</artifactId >
861+ <versionRange >[2.7,)</versionRange >
862+ <goals >
863+ <goal >check</goal >
864+ </goals >
865+ </pluginExecutionFilter >
866+ <action >
867+ <ignore />
868+ </action >
869+ </pluginExecution >
870+ <pluginExecution >
871+ <pluginExecutionFilter >
872+ <groupId >org.codehaus.gmaven</groupId >
873+ <artifactId >gmaven-plugin</artifactId >
874+ <versionRange >[1.5,)</versionRange >
875+ <goals >
876+ <goal >testCompile</goal >
877+ </goals >
878+ </pluginExecutionFilter >
879+ <action >
880+ <ignore />
881+ </action >
882+ </pluginExecution >
856883 </pluginExecutions >
857884 </lifecycleMappingMetadata >
858885 </configuration >
You can’t perform that action at this time.
0 commit comments