Skip to content

Commit

Permalink
[JENKINS-9464] Added support for custom workspaces.
Browse files Browse the repository at this point in the history
* Depends on changes in Jenkins 1.410 so bumped parent to point to that
* Removed now-redundant distribution section (defined in the new parent pom)
  • Loading branch information
tbingaman committed May 8, 2011
1 parent a748da4 commit 5aaecaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
11 changes: 2 additions & 9 deletions pom.xml
@@ -1,9 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jvnet.hudson.plugins</groupId>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.388</version>
<version>1.410</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -83,11 +83,4 @@
</dependency>
</dependencies>

<distributionManagement>
<repository>
<id>java.net-m2-repository</id>
<url>http://maven.jenkins-ci.org:8081/content/repositories/releases/</url>
</repository>
</distributionManagement>

</project>
Expand Up @@ -80,6 +80,7 @@ THE SOFTWARE.
</f:optionalBlock>
<f:optionalBlock title="${%Use parameters from upstream builds}" name="useUpstreamParameters" checked="${it.useUpstreamParameters}" help="/plugin/ivy/use-upstream-parameters.html">
</f:optionalBlock>
<p:config-customWorkspace />
</f:advanced>
</f:section>

Expand Down

0 comments on commit 5aaecaf

Please sign in to comment.