提交 924439f8 编写于 作者: K Kohsuke Kawaguchi

Renamed artifact ID.

Since we've just changed the group ID and break everyone who depend on
the old artifact GAV, might as well rename artifact IDs as well.
(Otherwise we'd break people twice.)
上级 5bd0b989
......@@ -32,7 +32,7 @@ THE SOFTWARE.
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hudson-core</artifactId>
<artifactId>jenkins-core</artifactId>
<packaging>stapler-jar</packaging>
<name>Jenkins core</name>
<description>
......
......@@ -40,7 +40,7 @@ THE SOFTWARE.
<dependencies>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>hudson-core</artifactId>
<artifactId>jenkins-core</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
......@@ -254,7 +254,7 @@ THE SOFTWARE.
<plugin>
<groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId>
<version>1.61</version>
<version>1.62</version>
<extensions>true</extensions>
<configuration>
<showDeprecation>true</showDeprecation>
......
......@@ -53,7 +53,7 @@
</dependency>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>hudson-core</artifactId>
<artifactId>jenkins-core</artifactId>
<version>1.395</version>
<scope>provided</scope>
</dependency>
......@@ -78,7 +78,7 @@
<!--
Maven is so brain-dead that when a dependency is like:
plugin -(provided)-> hudson-core -(compile)-> stapler -(provided)-> servlet-api
plugin -(provided)-> jenkins-core -(compile)-> stapler -(provided)-> servlet-api
Artifacts beyond the provided/provided dependency will not be made available to the plugin.
See this in DefaultArtifactFactory.createArtifact() in the maven-artifact module.
......
......@@ -37,7 +37,7 @@ THE SOFTWARE.
<dependencies>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>hudson-core</artifactId>
<artifactId>jenkins-core</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
......@@ -82,7 +82,7 @@ THE SOFTWARE.
<plugin>
<groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId>
<version>1.61</version>
<version>1.62</version>
<extensions>true</extensions>
<configuration>
<showDeprecation>true</showDeprecation>
......
......@@ -31,7 +31,7 @@ THE SOFTWARE.
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hudson-war</artifactId>
<artifactId>jenkins-war</artifactId>
<packaging>war</packaging>
<name>Jenkins war</name>
<description>
......@@ -40,7 +40,7 @@ THE SOFTWARE.
</description>
<build>
<finalName>hudson</finalName>
<finalName>jenkins</finalName>
<plugins>
<plugin>
<artifactId>maven-war-plugin</artifactId>
......@@ -93,7 +93,7 @@ THE SOFTWARE.
<configuration>
<tasks>
<!-- deploy the war as a jar, so that the tests can pull this into the classpath -->
<attachArtifact file="target/hudson.war" classifier="war-for-test" type="jar" />
<attachArtifact file="target/jenkins.war" classifier="war-for-test" type="jar" />
</tasks>
</configuration>
</execution>
......@@ -222,7 +222,7 @@ THE SOFTWARE.
<dependencies>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>hudson-core</artifactId>
<artifactId>jenkins-core</artifactId>
<version>${project.version}</version>
<exclusions>
<!--
......@@ -324,7 +324,7 @@ THE SOFTWARE.
For release, you should define the real values in ~/.m2/settings.xml
-->
<signjar jar="target/hudson.war" alias="${hudson.sign.alias}" keystore="${hudson.sign.keystore}" storepass="${hudson.sign.storepass}" />
<signjar jar="target/jenkins.war" alias="${hudson.sign.alias}" keystore="${hudson.sign.keystore}" storepass="${hudson.sign.storepass}" />
</tasks>
</configuration>
</execution>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册