1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <project >
3+ <modelVersion >4.0.0</modelVersion >
4+ <groupId >com.vogella</groupId >
5+ <artifactId >parent</artifactId >
6+ <version >1.0.0-SNAPSHOT</version >
7+ <packaging >pom</packaging >
8+ <modules >
9+ <module >../de.vogella.plugin.filterpackageexplorer</module >
10+ <module >../de.vogella.plugin.filterpackageexplorer.feature</module >
11+ <module >../com.vogella.eclipsetools.updatesite</module >
12+ </modules >
13+
14+ <properties >
15+ <tycho-version >0.15.0</tycho-version >
16+ </properties >
17+
18+ <distributionManagement >
19+ <repository >
20+ <id >ftp-repository</id >
21+ <url >ftp://www.vogella.com/httpdocs/updatesite/eclipsetools</url >
22+ </repository >
23+ </distributionManagement >
24+ <repositories >
25+ <repository >
26+ <id >juno</id >
27+ <layout >p2</layout >
28+ <url >http://download.eclipse.org/releases/juno</url >
29+ </repository >
30+ </repositories >
31+
32+ <build >
33+ <extensions >
34+ <!-- Enabling the use of FTP -->
35+ <extension >
36+ <groupId >org.apache.maven.wagon</groupId >
37+ <artifactId >wagon-ftp</artifactId >
38+ <version >1.0-beta-6</version >
39+ </extension >
40+ </extensions >
41+ <plugins >
42+ <plugin >
43+ <groupId >org.eclipse.tycho</groupId >
44+ <artifactId >tycho-maven-plugin</artifactId >
45+ <version >${tycho-version} </version >
46+ <extensions >true</extensions >
47+ </plugin >
48+
49+ <plugin >
50+ <groupId >org.eclipse.tycho</groupId >
51+ <artifactId >tycho-p2-director-plugin</artifactId >
52+ <version >${tycho-version} </version >
53+ <executions >
54+ <execution >
55+ <id >materialize-products</id >
56+ <goals >
57+ <goal >materialize-products</goal >
58+ </goals >
59+ </execution >
60+ <execution >
61+ <id >archive-products</id >
62+ <goals >
63+ <goal >archive-products</goal >
64+ </goals >
65+ </execution >
66+ </executions >
67+ </plugin >
68+ </plugins >
69+
70+ </build >
71+
72+ </project >
73+
0 commit comments