blob: 4f370f73451f04a3a2c4b1984a070abb5b829e6a [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2014 Eclipse Foundation and others. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Distribution License v1.0 which accompanies this distribution,
and is available at http://www.eclipse.org/org/documents/edl-v10.php Contributors:
Thanh Ha (Eclipse Foundation) - initial implementation -->
<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>
<artifactId>org.eclipse.emf.teneo-parent</artifactId>
<groupId>org.eclipse.emf.teneo</groupId>
<version>2.2.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.emf.teneo</groupId>
<artifactId>org.eclipse.emf.teneo.updatesite</artifactId>
<version>2.2.1</version>
<packaging>eclipse-repository</packaging>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>