MNG-5530 fixed wrong test plugin groupId

Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
This commit is contained in:
Igor Fedorenko 2013-10-31 09:47:16 -04:00
parent d2f970a3a5
commit d23316a690
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ under the License.
<build>
<plugins>
<plugin>
<groupId>io.tesla.its.mojoexecutionscope</groupId>
<groupId>org.apache.maven.its.mng5530.mojoexecutionscope</groupId>
<artifactId>mng5530-mojo-execution-scope-plugin</artifactId>
<version>0.1</version>
<extensions>true</extensions>

View File

@ -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">
<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>
<version>0.1</version>
<packaging>maven-plugin</packaging>