mirror of https://github.com/apache/maven.git
Fixing MNG-737.
o Correcting the groupId of the plugin. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@232832 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0a99cab561
commit
4f377df0f9
|
@ -167,7 +167,7 @@ m2 site:site site:deploy
|
|||
<reporting>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.reports</groupId>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-project-info-reports-plugin</artifactId>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
|
Loading…
Reference in New Issue