blob: f71fbbe3b07c946f6dce5e4ab11ecea9a7a657c9 [file] [log] [blame]
<?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>
<groupId>org.eclipse.mylyn.docs</groupId>
<artifactId>wikitext.core</artifactId>
<version>@WIKITEXT_VERSION@</version>
<relativePath>..</relativePath>
</parent>
<artifactId>wikitext.core.repository</artifactId>
<name>Mylyn WikiText Core p2 Repository</name>
<packaging>pom</packaging>
<build>
<plugins>
<plugin>
<groupId>org.reficio</groupId>
<artifactId>p2-maven-plugin</artifactId>
<version>1.1.1</version>
<executions>
<execution>
<id>generate-p2-site</id>
<phase>package</phase>
<goals>
<goal>site</goal>
</goals>
<configuration>
<artifacts>
<artifact>
<id>org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext:@WIKITEXT_VERSION@</id>
<transitive>false</transitive>
<source>true</source>
</artifact>
<artifact>
<id>org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.toolkit:@WIKITEXT_VERSION@</id>
<transitive>false</transitive>
<source>true</source>
</artifact>
<artifact>
<id>org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.html:@WIKITEXT_VERSION@</id>
<transitive>false</transitive>
<source>true</source>
</artifact>
<artifact>
<id>org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.textile:@WIKITEXT_VERSION@</id>
<transitive>false</transitive>
<source>true</source>
</artifact>
<artifact>
<id>org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.ant:@WIKITEXT_VERSION@</id>
<transitive>false</transitive>
<source>true</source>
</artifact>
<artifact>
<id>org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.asciidoc:@WIKITEXT_VERSION@</id>
<transitive>false</transitive>
<source>true</source>
</artifact>
<artifact>
<id>org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.commonmark:@WIKITEXT_VERSION@</id>
<transitive>false</transitive>
<source>true</source>
</artifact>
<artifact>
<id>org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.confluence:@WIKITEXT_VERSION@</id>
<transitive>false</transitive>
<source>true</source>
</artifact>
<artifact>
<id>org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.creole:@WIKITEXT_VERSION@</id>
<transitive>false</transitive>
<source>true</source>
</artifact>
<artifact>
<id>org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.markdown:@WIKITEXT_VERSION@</id>
<transitive>false</transitive>
<source>true</source>
</artifact>
<artifact>
<id>org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.mediawiki:@WIKITEXT_VERSION@</id>
<transitive>false</transitive>
<source>true</source>
</artifact>
<artifact>
<id>org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.tracwiki:@WIKITEXT_VERSION@</id>
<transitive>false</transitive>
<source>true</source>
</artifact>
<artifact>
<id>org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.twiki:@WIKITEXT_VERSION@</id>
<transitive>false</transitive>
<source>true</source>
</artifact>
</artifacts>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<pluginRepositories>
<pluginRepository>
<id>reficio</id>
<url>http://repo.reficio.org/maven/</url>
</pluginRepository>
</pluginRepositories>
</project>