pom.xml #10

  • //
  • guest/
  • dawn_foundry/
  • p4jenkins/
  • main/
  • pom.xml
  • View
  • Commits
  • Open Download .zip Download (3 KB)
<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.jenkins-ci.plugins</groupId>
		<artifactId>plugin</artifactId>
		<version>1.532.3</version>
	</parent>

	<artifactId>p4</artifactId>
	<version>1.0.16-FOUNDRY-19234</version>
	<packaging>hpi</packaging>

	<name>P4 Plugin</name>
	<description>Perforce Client plugin for the Jenkins SCM provider.</description>
	<url>http://wiki.jenkins-ci.org/display/JENKINS/P4+Plugin</url>

	<scm>
		<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
		<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
		<url>http://github.com/jenkinsci/${project.artifactId}-plugin</url>
		<tag>HEAD</tag>
	</scm>

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

	<developers>
		<developer>
			<id>p4paul</id>
			<name>Paul Allen</name>
			<email>pallen@perforce.com</email>
		</developer>
	</developers>

	<repositories>
		<repository>
			<id>repo.jenkins-ci.org</id>
			<url>http://repo.jenkins-ci.org/public/</url>
		</repository>
		<repository>
			<id>snap.repo.jenkins-ci.org</id>
			<url>http://repo.jenkins-ci.org/snapshots/</url>
		</repository>
	</repositories>

	<pluginRepositories>
		<pluginRepository>
			<id>repo.jenkins-ci.org</id>
			<url>http://repo.jenkins-ci.org/public/</url>
		</pluginRepository>
	</pluginRepositories>

	<dependencies>
		<dependency>
			<groupId>org.jenkins-ci.plugins</groupId>
			<artifactId>credentials</artifactId>
			<version>1.9.4</version>
		</dependency>
		<dependency>
			<groupId>com.perforce</groupId>
			<artifactId>p4java</artifactId>
			<version>[2013.2.959397-SNAPSHOT]</version>
		</dependency>
		<dependency>
			<groupId>org.apache.httpcomponents</groupId>
			<artifactId>httpclient</artifactId>
			<version>4.3.3</version>
		</dependency>
		<dependency>
			<groupId>org.apache.commons</groupId>
			<artifactId>commons-exec</artifactId>
			<version>1.2</version>
		</dependency>
		<dependency>
			<groupId>org.apache.commons</groupId>
			<artifactId>commons-compress</artifactId>
			<version>1.8</version>
		</dependency>
	</dependencies>
	
	<build>
        <resources>
            <resource>
                <directory>src/main/resources</directory>
                <filtering>true</filtering>
            </resource>
        </resources>
    </build>
</project>
# Change User Description Committed
#10 19236 dawn_foundry Changing plugin version for a Foundry "release" build of the plugin, with source code (other than this file) at changelist 19234.
#9 16589 dawn_foundry Changing plugin version for a Foundry "release" build of the plugin, with source code (other than this file) at changelist 16582.
#8 15514 dawn_foundry Changing plugin version for a Foundry "release" build of the plugin, with source code (other than this file) at changelist 15395.
#7 12530 dawn_foundry Changing plugin version for a Foundry "release" build of the plugin, with source code (other than this file) at changelist 12529.
#6 12382 dawn_foundry Fixing P4Java version at 2013.2.959397-SNAPSHOT for now.
#5 12326 dawn_foundry Changing plugin version for a Foundry "release" build of the plugin, with source code (other than this file) at changelist 12280
#4 11473 dawn_foundry Changing plugin version for a Foundry "release" build of the plugin, with source code (other than this file) at changelist 11471
#3 10982 dawn_foundry Changing plugin version for the first real Foundry build of the plugin, with source code (other than this file) at changelist 10969
#2 10604 dawn_foundry Integrating over all the latest changes from Paul.
#1 10123 dawn_foundry Branching using dawn_foundry_p4jenkins
//guest/perforce_software/p4jenkins/main/pom.xml
#17 10032 Paul Allen Update POM for next release.
#16 10011 Paul Allen Update POM for next release
#15 9983 Paul Allen Update POM for next release.
#14 9852 Paul Allen Update POM for next release
#13 9851 Paul Allen Merging using p4-jenkins
#12 9817 Paul Allen Update POM for next release
#11 9802 Paul Allen Update to 1.0.9 for next release.
#10 9785 Paul Allen POM update for next release
#9 9781 Paul Allen Update for next release.
#8 9769 Paul Allen Copying using p4-jenkins
#7 9739 Paul Allen Update POM for release 1.0.5
#6 9722 Paul Allen Copying using p4-jenkins
#5 9719 Paul Allen Release 1.0.4 -- local path syntax
#4 9704 Paul Allen Tidy up README and pushed out a new release 1.0.3 for null/empty params
#3 9698 Paul Allen [maven-release-plugin] prepare for next development iteration
#2 9692 Paul Allen POM update for p4java SNAPSHOT
p4java now temporally in http://repo.jenkins-ci.org/snapshots/
#1 9690 Paul Allen [Branching using p4-jenkins]
Release 1.0.1
//guest/paul_allen/dev/p4-jenkins/p4-client/pom.xml
#14 9688 Paul Allen Update version in POM
#13 9682 Paul Allen Modifed pom to load the local jar for p4java.
#12 9675 Paul Allen update to pom to use 'addjars-maven-plugin'
#11 9673 Paul Allen Update developer ID to p4paul
#10 9672 Paul Allen Refactor name from 'p4_client' to 'p4'.
#9 9668 Paul Allen Test round trip from GitHub
#8 8910 Paul Allen Update description details and plugin version.
 Added dependency on p4-java 2013.2.  Will need manual add to .m2 repo:

mvn install:install-file  -Dfile=p4java-2013.2.788582.jar \
                          -DgroupId=com.perforce \
                          -DartifactId=p4java \
                          -Dversion=2013.2.788582 \
                          -Dpackaging=jar
#7 8814 Paul Allen Removed p4-java 13.1 from POM -- need 13.2 fixes for Jar to avoid InvalidJarIndexException error.
 Hope to remove jar when uploaded to Maven.
#6 8762 Paul Allen Console Ouptut logging for SCM build steps.
 - Removed SLF4J and used old style logger (matching Jenkins)
 - Set Client Host filed to null, Jenkins sometimes gives an IP address.
 - Test p4java setps in SCM tasks for success(true/false)
#5 8758 Paul Allen Downgraded org.jenkins-ci.plugins to 1.509.3 and now all built-in test pass.
#4 8715 Paul Allen #review-8716 [Basic Swarm-Jenkins cycle DONE]

Support Job's build notification and then POST's the pass/fail call-back URLs to Swarm.
#3 8629 Paul Allen Added p4java with connection/authorisation helper classes.
 Included SSL support and detection of Unicode servers.
#2 8611 Paul Allen Basic implementation of Credentials Store
#1 8598 Paul Allen Experimentation with data binding for Jelly files and ExtensionPoint/Descriptor