blob: 02d0344f76c181a8fb5a7b7a4205bb9b2fe6bdc4 [file] [log] [blame]
dacarver41a34632010-06-08 14:42:22 +00001<?xml version="1.0" encoding="UTF-8"?>
2<project
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
5 <modelVersion>4.0.0</modelVersion>
6 <groupId>org.eclipse.wst.xml.vex</groupId>
7 <artifactId>org.eclipse.wst.xml.vex_parent</artifactId>
Florian Thienelc3007e82010-11-08 21:43:11 +01008 <version>1.0.0-SNAPSHOT</version>
dacarver41a34632010-06-08 14:42:22 +00009 <packaging>pom</packaging>
Florian Thienel67d320c2011-01-01 13:05:12 +010010
11 <pluginRepositories>
12 <pluginRepository>
13 <id>snapshots</id>
14 <url>http://snapshots.repository.codehaus.org/</url>
15 <releases><enabled>false</enabled></releases>
16 </pluginRepository>
17 </pluginRepositories>
dacarver41a34632010-06-08 14:42:22 +000018
19 <properties>
David Carver9af06922010-11-07 11:14:00 -050020 <tycho-version>0.10.0</tycho-version>
dacarver41a34632010-06-08 14:42:22 +000021 </properties>
David Carver70935ff2010-11-07 11:50:13 -050022
dacarver41a34632010-06-08 14:42:22 +000023 <modules>
David Carver70935ff2010-11-07 11:50:13 -050024 <!-- Vex Core functionality -->
dacarver41a34632010-06-08 14:42:22 +000025 <module>../../plugins/org.eclipse.wst.xml.vex</module>
26 <module>../../plugins/org.eclipse.wst.xml.vex.core</module>
27 <module>../../plugins/org.eclipse.wst.xml.vex.ui</module>
28 <module>../../plugins/org.eclipse.wst.xml.vex.dita</module>
29 <module>../../plugins/org.eclipse.wst.xml.vex.docbook</module>
Florian Thienelcc8e0082010-12-09 20:08:11 +010030 <module>../../plugins/org.eclipse.wst.xml.vex.xhtml</module>
dacarverc8134c12010-06-08 14:50:20 +000031 <module>../../documentation/org.eclipse.wst.xml.vex.documentation</module>
dacarver41a34632010-06-08 14:42:22 +000032 <module>../../features/org.eclipse.wst.xml.vex.feature</module>
David Carver70935ff2010-11-07 11:50:13 -050033 <module>../../features/org.eclipse.wst.xml.vex_sdk.feature</module>
dacarver16869732010-06-08 15:22:55 +000034 <module>../org.eclipse.wst.xml.vex.repository</module>
dacarver41a34632010-06-08 14:42:22 +000035 <module>../../tests/org.eclipse.wst.xml.vex.core.tests</module>
36 <module>../../tests/org.eclipse.wst.xml.vex.ui.tests</module>
37 </modules>
38
39 <build>
40 <plugins>
41 <plugin>
42 <groupId>org.sonatype.tycho</groupId>
43 <artifactId>tycho-maven-plugin</artifactId>
44 <version>${tycho-version}</version>
45 <extensions>true</extensions>
46 </plugin>
47 <plugin>
48 <groupId>org.sonatype.tycho</groupId>
49 <artifactId>target-platform-configuration</artifactId>
50 <version>${tycho-version}</version>
51 <configuration>
52 <resolver>p2</resolver>
53 </configuration>
54 </plugin>
David Carver70935ff2010-11-07 11:50:13 -050055 <plugin>
56 <groupId>org.sonatype.tycho</groupId>
57 <artifactId>maven-osgi-source-plugin</artifactId>
58 <version>${tycho-version}</version>
59 <configuration>
60 <encoding>UTF-8</encoding>
61 </configuration>
62 <executions>
63 <execution>
64 <id>attach-source</id>
65 <goals>
66 <goal>plugin-source</goal>
67 </goals>
68 </execution>
69 </executions>
70 </plugin>
dacarver41a34632010-06-08 14:42:22 +000071 </plugins>
72 <pluginManagement>
73 <plugins>
74 <plugin>
75 <groupId>org.sonatype.tycho</groupId>
76 <artifactId>maven-osgi-compiler-plugin</artifactId>
77 <version>${tycho-version}</version>
78 <configuration>
79 <encoding>UTF-8</encoding>
80 </configuration>
81 </plugin>
82 <plugin>
David Carver9af06922010-11-07 11:14:00 -050083 <groupId>org.sonatype.tycho</groupId>
David Carver70935ff2010-11-07 11:50:13 -050084 <artifactId>maven-osgi-packaging-plugin</artifactId>
David Carver9af06922010-11-07 11:14:00 -050085 <version>${tycho-version}</version>
86 <configuration>
David Carver70935ff2010-11-07 11:50:13 -050087 <archiveSite>true</archiveSite>
David Carver9af06922010-11-07 11:14:00 -050088 </configuration>
89 </plugin>
Florian Thienel67d320c2011-01-01 13:05:12 +010090 <plugin>
91 <groupId>org.apache.maven.plugins</groupId>
92 <artifactId>maven-resources-plugin</artifactId>
93 <version>2.4.1</version>
94 <configuration>
95 <encoding>UTF-8</encoding>
96 </configuration>
97 </plugin>
98 <plugin>
99 <groupId>org.apache.maven.plugins</groupId>
100 <artifactId>maven-pmd-plugin</artifactId>
101 <version>2.5</version>
102 </plugin>
103 </plugins>
dacarver41a34632010-06-08 14:42:22 +0000104 </pluginManagement>
105 </build>
106 <repositories>
107 <repository>
David Carver57660ad2010-08-22 18:06:35 -0700108 <id>helios</id>
109 <url>http://download.eclipse.org/releases/helios/</url>
dacarver41a34632010-06-08 14:42:22 +0000110 <layout>p2</layout>
111 </repository>
112 <repository>
113 <id>orbit</id>
114 <url>http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository</url>
115 <layout>p2</layout>
116 </repository>
117 </repositories>
118</project>
119