提交 bf809867 编写于 作者: K Kohsuke Kawaguchi

Replacing org.kohsuke.gmaven by org.codehaus.gmaven

上级 92c2503b
......@@ -42,7 +42,7 @@ THE SOFTWARE.
<properties>
<staplerFork>true</staplerFork>
<stapler.version>1.214</stapler.version>
<stapler.version>1.215</stapler.version>
<spring.version>2.5.6.SEC03</spring.version>
</properties>
......@@ -768,7 +768,7 @@ THE SOFTWARE.
</configuration>
</plugin>
<plugin><!-- run unit test in src/test/java -->
<groupId>org.kohsuke.gmaven</groupId>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>gmaven-plugin</artifactId>
<!-- version specified in grandparent pom -->
<executions>
......@@ -776,16 +776,6 @@ THE SOFTWARE.
<goals>
<goal>testCompile</goal>
</goals>
<configuration>
<sources>
<fileset>
<directory>${project.basedir}/src/test/java</directory>
<includes>
<include>**/*.groovy</include>
</includes>
</fileset>
</sources>
</configuration>
</execution>
</executions>
<dependencies>
......@@ -895,7 +885,7 @@ THE SOFTWARE.
<build>
<plugins>
<plugin>
<groupId>org.kohsuke.gmaven</groupId>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>gmaven-plugin</artifactId>
<!-- version specified in grandparent pom -->
<executions>
......
......@@ -28,7 +28,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>jenkins</artifactId>
<version>1.30</version>
<version>1.32</version>
</parent>
<groupId>org.jenkins-ci.main</groupId>
......@@ -285,9 +285,9 @@ THE SOFTWARE.
</executions>
</plugin>
<plugin>
<groupId>org.kohsuke.gmaven</groupId>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>gmaven-plugin</artifactId>
<version>1.0-rc-5-patch-2</version>
<version>1.5-jenkins-1</version>
<dependencies>
<dependency><!-- this needs to be visible to Ant inside GMaven, so has to be a plugin dependency -->
<groupId>org.apache.ant</groupId>
......@@ -511,9 +511,9 @@ THE SOFTWARE.
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.kohsuke.gmaven</groupId>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>gmaven-plugin</artifactId>
<versionRange>[1.0-rc-5-patch-2,)</versionRange>
<versionRange>1.5-jenkins-1</versionRange>
<goals>
<goal>execute</goal>
<goal>testCompile</goal>
......
......@@ -196,7 +196,7 @@ THE SOFTWARE.
<plugin>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>gmaven-plugin</artifactId>
<version>1.5-jenkins-1</version>
<!-- version specified in grandparent pom -->
<executions>
<execution>
<id>default</id>
......@@ -260,7 +260,7 @@ THE SOFTWARE.
<plugin>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>gmaven-plugin</artifactId>
<version>1.5-jenkins-1</version>
<!-- version specified in grandparent pom -->
<executions>
<!-- run unit test -->
<execution>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册