blob: 135c99ae4ac3862b0e0359ac64e086152acffd77 [file]
<?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>
<groupId>org.eclipse.mylyn.docs</groupId>
<artifactId>docs.main</artifactId>
<name>Mylyn Docs</name>
<version>3.0.44-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<tycho-version>3.0.0</tycho-version>
<tycho.scmUrl>scm:git:https://git.eclipse.org/r/mylyn/org.eclipse.mylyn.docs.git</tycho.scmUrl>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>prepare-package</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>${tycho-version}</version>
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-source-plugin</artifactId>
<version>${tycho-version}</version>
<executions>
<execution>
<id>generate-pde-source-header</id>
<goals>
<goal>generate-pde-source-header</goal>
</goals>
</execution>
<execution>
<id>plugin-source</id>
<goals>
<goal>plugin-source</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-plugin</artifactId>
<version>${tycho-version}</version>
<executions>
<execution>
<id>attached-p2-metadata</id>
<phase>package</phase>
<goals>
<goal>p2-metadata</goal>
</goals>
<configuration>
<supportedProjectTypes>
<value>bundle</value>
<value>jar</value>
</supportedProjectTypes>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<resolver>p2</resolver>
<environments>
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>macosx</os>
<ws>cocoa</ws>
<arch>x86_64</arch>
</environment>
</environments>
<target>
<artifact>
<groupId>org.eclipse.mylyn.docs</groupId>
<artifactId>target-platform</artifactId>
<version>1.0.0</version>
</artifact>
</target>
<pomDependencies>consider</pomDependencies>
</configuration>
</plugin>
</plugins>
</build>
<pluginRepositories>
<pluginRepository>
<id>tycho-snapshots</id>
<url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url>
</pluginRepository>
<pluginRepository>
<id>dash-licenses-snapshots</id>
<url>https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
<modules>
<module>target-platform</module>
<module>wikitext</module>
<module>epub</module>
<module>docs</module>
</modules>
<licenses>
<license>
<name>Eclipse Public License Version 2.0</name>
<url>https://www.eclipse.org/legal/epl-2.0/</url>
<distribution>repo</distribution>
</license>
</licenses>
<organization>
<name>Eclipse Mylyn</name>
<url>https://projects.eclipse.org/projects/mylyn.docs</url>
</organization>
<issueManagement>
<system>Bugzilla</system>
<url>https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;classification=Mylyn;product=Mylyn%20Docs</url>
</issueManagement>
<scm child.scm.connection.inherit.append.path="false"
child.scm.developerConnection.inherit.append.path="false"
child.scm.url.inherit.append.path="false">
<developerConnection>scm:git:ssh://genie.docs@git.eclipse.org:29418/mylyn/org.eclipse.mylyn.docs</developerConnection>
<connection>scm:git:https://git.eclipse.org/r/mylyn/org.eclipse.mylyn.docs.git</connection>
<url>https://git.eclipse.org/c/mylyn/org.eclipse.mylyn.docs.git</url>
</scm>
<developers>
<developer>
<url>https://projects.eclipse.org/projects/mylyn.docs/who</url>
</developer>
</developers>
<mailingLists>
<mailingList>
<name>Mylyn Docs Mailing List</name>
<post>mylyn-docs-dev@eclipse.org</post>
<subscribe>https://dev.eclipse.org/mailman/listinfo/mylyn-docs-dev</subscribe>
<unsubscribe>https://dev.eclipse.org/mailman/listinfo/mylyn-docs-dev</unsubscribe>
<archive>http://dev.eclipse.org/mhonarc/lists/mylyn-docs-dev</archive>
</mailingList>
</mailingLists>
</project>