<?xml version="1.0" encoding="UTF-8"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>p4eclipse-parent</artifactId>
<groupId>com.perforce</groupId>
<version>11.1.1-SNAPSHOT</version>
<relativePath>../p4eclipse_parent/pom.xml</relativePath>
</parent>
<artifactId>p4eclipse-test-repo</artifactId>
<version>11.1.1-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>
<properties>
<local-p4eclipse-site>file:${basedir}/../../build/p4eclipse_updatesite/target/site</local-p4eclipse-site>
</properties>
<repositories>
<repository>
<id>local-p4eclipse-site</id>
<layout>p2</layout>
<url>${local-p4eclipse-site}</url>
</repository>
</repositories>
<build>
<plugins>
<plugin>
<groupId>${tycho-groupid}</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>${tycho-version}</version>
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>${tycho-groupid}</groupId>
<artifactId>tycho-p2-repository-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<resolver>p2</resolver>
<includeAllDependencies>false</includeAllDependencies>
<createArtifactRepository>true</createArtifactRepository>
<compress>true</compress>
</configuration>
</plugin>
<plugin>
<groupId>${tycho-groupid}</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<resolver>p2</resolver>
</configuration>
</plugin>
<plugin>
<groupId>${tycho-groupid}</groupId>
<artifactId>tycho-p2-publisher-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<publishArtifacts>true</publishArtifacts>
</configuration>
</plugin>
</plugins>
</build>
</project>
# |
Change |
User |
Description |
Committed |
|
#1
|
16816 |
nrkruk |
"Forking branch 2015-1 of perforce-software-p4eclipse to nrkruk-p4eclipse." |
|
|
//guest/perforce_software/p4eclipse/2015-1/src/3.7/build/p4eclipse_test_repo/pom.xml |
#1
|
16761 |
Matt Attaway |
Post 2015.1 source code for P4Eclipse |
|
|