Introduce GDB Tracepoint Analysis feature
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf / pom.xml
index a4cb0c1d252ecdd8134c91c3262d4bab0c2aa12e..31c924754006a221326cb222d19c3b057c9cf9c7 100644 (file)
   <parent>
     <artifactId>linuxtools-lttng-parent</artifactId>
     <groupId>org.eclipse.linuxtools.lttng</groupId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>org.eclipse.linuxtools.tmf</artifactId>
-  <version>0.3.2-SNAPSHOT</version>
-  <packaging>eclipse-plugin</packaging>
+  <version>2.0.0-SNAPSHOT</version>
+  <packaging>eclipse-feature</packaging>
 
-  <name>Linux Tools TMF (LTTng) Plug-in</name>
+  <name>Linux Tools TMF (Tracing and Monitoring Framework) Feature</name>
 
- <build>
-     <!-- workaround for https://issues.sonatype.org/browse/TYCHO-168 -->
-     <resources>
-      <resource>
-        <directory>src</directory>
-        <excludes>
-          <exclude>**/*.java</exclude>
-        </excludes>
-      </resource>
-    </resources>
+  <groupId>org.eclipse.linuxtools.tmf</groupId>
+  
+  <build>
     <plugins>
       <plugin>
         <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-source-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-pmd-plugin</artifactId>
+        <artifactId>tycho-p2-plugin</artifactId>
+        <version>${tycho-version}</version>
+        <executions>
+          <execution>
+            <id>attached-p2-metadata</id>
+            <phase>package</phase>
+            <goals>
+              <goal>p2-metadata</goal>
+            </goals>
+          </execution>
+        </executions>
       </plugin>
     </plugins>
   </build>
-
+  
 </project>
This page took 0.027443 seconds and 5 git commands to generate.