Couldn't run build using Maven because of an error in pom.xml
问题 I am trying to build a new Maven project in Eclipse. In my pom.xml, I got an error which says Multiple annotations found at this line: - Missing artifact maven-plugins:maven-findbugs-plugin:plugin:1.3.1 - Missing artifact maven-plugins:maven-cobertura-plugin:plugin:1.3 Here is my dependency code for "cobertura" in pom.xml: <dependency> <groupId>maven-plugins</groupId> <artifactId>maven-cobertura-plugin</artifactId> <version>1.3</version> <type>plugin</type> </dependency> I tried adding