mirror of https://github.com/apache/maven.git
MNG-5530 fixed wrong test plugin groupId
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
This commit is contained in:
parent
d2f970a3a5
commit
d23316a690
|
@ -31,7 +31,7 @@ under the License.
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.tesla.its.mojoexecutionscope</groupId>
|
<groupId>org.apache.maven.its.mng5530.mojoexecutionscope</groupId>
|
||||||
<artifactId>mng5530-mojo-execution-scope-plugin</artifactId>
|
<artifactId>mng5530-mojo-execution-scope-plugin</artifactId>
|
||||||
<version>0.1</version>
|
<version>0.1</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
|
|
|
@ -23,7 +23,7 @@ under the License.
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>io.tesla.its.mojoexecutionscope</groupId>
|
<groupId>org.apache.maven.its.mng5530.mojoexecutionscope</groupId>
|
||||||
<artifactId>mng5530-mojo-execution-scope-plugin</artifactId>
|
<artifactId>mng5530-mojo-execution-scope-plugin</artifactId>
|
||||||
<version>0.1</version>
|
<version>0.1</version>
|
||||||
<packaging>maven-plugin</packaging>
|
<packaging>maven-plugin</packaging>
|
||||||
|
|
Loading…
Reference in New Issue