f61cf7e039604eadfa4042bb6c1d1a2e4e8caf3f
[deliverable/tracecompass.git] / pcap / org.eclipse.tracecompass.tmf.pcap / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (C) 2011, 2014 Red Hat, Inc, Ericsson.
4
5 All rights reserved. This program and the accompanying materials
6 are made available under the terms of the Eclipse Public License v1.0
7 which accompanies this distribution, and is available at
8 http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <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"
11 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
12 <modelVersion>4.0.0</modelVersion>
13
14 <parent>
15 <artifactId>org.eclipse.tracecompass.pcap-parent</artifactId>
16 <groupId>org.eclipse.tracecompass</groupId>
17 <version>2.0.0-SNAPSHOT</version>
18 </parent>
19
20 <name>Trace Compass Pcap Analysis Feature</name>
21 <artifactId>org.eclipse.tracecompass.tmf.pcap</artifactId>
22 <groupId>org.eclipse.tracecompass</groupId>
23 <version>1.0.0-SNAPSHOT</version>
24
25 <packaging>eclipse-feature</packaging>
26
27 <build>
28 <plugins>
29 <plugin>
30 <groupId>org.eclipse.tycho.extras</groupId>
31 <artifactId>tycho-source-feature-plugin</artifactId>
32 <executions>
33 <execution>
34 <id>source-feature</id>
35 <phase>package</phase>
36 <goals>
37 <goal>source-feature</goal>
38 </goals>
39 </execution>
40 </executions>
41 </plugin>
42 <plugin>
43 <groupId>org.eclipse.tycho</groupId>
44 <artifactId>tycho-p2-plugin</artifactId>
45 <version>${tycho-version}</version>
46 <executions>
47 <execution>
48 <id>attached-p2-metadata</id>
49 <phase>package</phase>
50 <goals>
51 <goal>p2-metadata</goal>
52 </goals>
53 </execution>
54 </executions>
55 </plugin>
56 </plugins>
57 </build>
58 </project>
This page took 0.031315 seconds and 4 git commands to generate.