<dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> <version>2.22.1</version> <type>maven-plugin</type> </dependency>
<dependency org="org.apache.maven.plugins" name="maven-surefire-report-plugin" rev="2.22.1"> <artifact name="maven-surefire-report-plugin" type="maven-plugin" /> </dependency>
@Grapes( @Grab(group='org.apache.maven.plugins', module='maven-surefire-report-plugin', version='2.22.1') )