blob: 11120ec73d655c0cf0b857992b14d8d19abb5707 [file] [log] [blame]
Denis Golovin4f5ff992016-02-17 09:27:45 -08001<?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 <parent>
7 <groupId>org.eclipse.webtools.jsdt</groupId>
8 <artifactId>features</artifactId>
9 <version>3.6.0-SNAPSHOT</version>
10 </parent>
11 <groupId>org.eclipse.webtools.jsdt.features</groupId>
12 <artifactId>org.eclipse.wst.jsdt.chromium.debug.feature</artifactId>
Nitin Dahyabhaic9e89b62019-01-29 13:14:32 -050013 <version>0.6.100-SNAPSHOT</version>
Denis Golovin4f5ff992016-02-17 09:27:45 -080014 <packaging>eclipse-feature</packaging>
15
16 <build>
17 <plugins>
18 <plugin>
19 <groupId>org.eclipse.tycho.extras</groupId>
20 <artifactId>tycho-source-feature-plugin</artifactId>
21 <version>${tycho-extras.version}</version>
22 <executions>
23 <execution>
24 <id>source-feature</id>
25 <phase>package</phase>
26 <goals>
27 <goal>source-feature</goal>
28 </goals>
29 </execution>
30 </executions>
31 </plugin>
32 <plugin>
33 <groupId>org.eclipse.tycho</groupId>
34 <artifactId>tycho-p2-plugin</artifactId>
35 <version>${tycho.version}</version>
36 <executions>
37 <execution>
38 <id>attach-p2-metadata</id>
39 <phase>package</phase>
40 <goals>
41 <goal>p2-metadata</goal>
42 </goals>
43 </execution>
44 </executions>
45 </plugin>
46 </plugins>
47 </build>
48</project>