Skip to content

Commit cdff5d4

Browse files
authored
remove not used plugins from pom (#1267)
* cobertura-maven-plugin is not used anymore * m2e configuration not valid anymore Signed-off-by: Olivier Lamy <[email protected]> --------- Signed-off-by: Olivier Lamy <[email protected]>
1 parent 783c7fb commit cdff5d4

File tree

1 file changed

+0
-76
lines changed

1 file changed

+0
-76
lines changed

pom.xml

Lines changed: 0 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -467,16 +467,6 @@
467467
</reportSet>
468468
</reportSets>
469469
</plugin>
470-
<plugin>
471-
<groupId>org.codehaus.mojo</groupId>
472-
<artifactId>cobertura-maven-plugin</artifactId>
473-
<reportSets>
474-
<reportSet>
475-
<!-- Disabled as it kills the site generation via a NoClassDefFoundError -->
476-
<reports />
477-
</reportSet>
478-
</reportSets>
479-
</plugin>
480470
<plugin>
481471
<groupId>org.apache.maven.plugins</groupId>
482472
<artifactId>maven-checkstyle-plugin</artifactId>
@@ -500,72 +490,6 @@
500490
</reporting>
501491
</profile>
502492

503-
<profile>
504-
<id>only-eclipse</id>
505-
<activation>
506-
<property>
507-
<name>m2e.version</name>
508-
</property>
509-
</activation>
510-
<build>
511-
<pluginManagement>
512-
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on
513-
the Maven build itself. -->
514-
<plugins>
515-
<plugin>
516-
<groupId>org.eclipse.m2e</groupId>
517-
<artifactId>lifecycle-mapping</artifactId>
518-
<version>1.0.0</version>
519-
<configuration>
520-
<lifecycleMappingMetadata>
521-
<pluginExecutions>
522-
<pluginExecution>
523-
<pluginExecutionFilter>
524-
<groupId>org.apache.rat</groupId>
525-
<artifactId>apache-rat-plugin</artifactId>
526-
<versionRange>[0.11,)</versionRange>
527-
<goals>
528-
<goal>check</goal>
529-
</goals>
530-
</pluginExecutionFilter>
531-
<action>
532-
<ignore />
533-
</action>
534-
</pluginExecution>
535-
<pluginExecution>
536-
<pluginExecutionFilter>
537-
<groupId>org.apache.maven.plugins</groupId>
538-
<artifactId>maven-enforcer-plugin</artifactId>
539-
<versionRange>[1.3.1,)</versionRange>
540-
<goals>
541-
<goal>enforce</goal>
542-
</goals>
543-
</pluginExecutionFilter>
544-
<action>
545-
<ignore />
546-
</action>
547-
</pluginExecution>
548-
<pluginExecution>
549-
<pluginExecutionFilter>
550-
<groupId>org.apache.maven.plugins</groupId>
551-
<artifactId>maven-remote-resources-plugin</artifactId>
552-
<versionRange>[1.5,)</versionRange>
553-
<goals>
554-
<goal>process</goal>
555-
</goals>
556-
</pluginExecutionFilter>
557-
<action>
558-
<ignore />
559-
</action>
560-
</pluginExecution>
561-
</pluginExecutions>
562-
</lifecycleMappingMetadata>
563-
</configuration>
564-
</plugin>
565-
</plugins>
566-
</pluginManagement>
567-
</build>
568-
</profile>
569493
</profiles>
570494

571495
</project>

0 commit comments

Comments
 (0)