blob: 939045487aa664593e6a9dd816680fbb3c91fd2e [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.sphinx.releng</groupId>
<artifactId>org.eclipse.sphinx.releng.parent</artifactId>
<version>0.13.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.eclipse.sphinx.releng</groupId>
<artifactId>org.eclipse.sphinx.updates</artifactId>
<version>0.13.0-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>
<properties>
<repository.version>${qualifiedVersion}</repository.version>
</properties>
<build>
<!-- This block is used to create a file containing the qualified version of the build for the repository deployment script in the Jenkinsfile -->
<resources>
<resource>
<directory>resources</directory>
<includes>
<include>version</include>
<include>latest/*</include>
</includes>
<filtering>true</filtering>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-repository-plugin</artifactId>
<configuration>
<repositoryName>SPHINX</repositoryName>
<includePackedArtifacts>true</includePackedArtifacts>
</configuration>
</plugin>
</plugins>
</build>
</project>