< prev index next >

core/org.openjdk.jmc.flightrecorder/pom.xml

Print this page

        

@@ -36,36 +36,15 @@
         <parent>
                 <groupId>org.openjdk.jmc</groupId>
                 <artifactId>missioncontrol.core</artifactId>
                 <version>7.0.0-SNAPSHOT</version>
         </parent>
-        <artifactId>org.openjdk.jmc.flightrecorder</artifactId>
-        <packaging>eclipse-plugin</packaging>
-        <build>
-                <plugins>
-                        <plugin>
-                                <groupId>org.sonatype.plugins</groupId>
-                                <artifactId>nexus-staging-maven-plugin</artifactId>
-                                <version>1.6.8</version>
-                                <extensions>true</extensions>
-                                <configuration>
-                                        <serverId>jmc-publish-snapshot</serverId>
-                                        <autoReleaseAfterClose>true</autoReleaseAfterClose>
-                                </configuration>
-                        </plugin>
-                        <plugin>
-                                <groupId>org.apache.maven.plugins</groupId>
-                                <artifactId>maven-gpg-plugin</artifactId>
-                                <version>1.6</version>
-                                <executions>
-                                        <execution>
-                                        <id>gpg-sign</id>
-                                        <phase>deploy</phase>
-                                        <goals>
-                                                <goal>sign</goal>
-                                        </goals>
-                                        </execution>
-                                </executions>
-                        </plugin>
-                </plugins>
-        </build>
+
+        <artifactId>flightrecorder</artifactId>
+        <dependencies>
+                <dependency>
+                        <groupId>org.openjdk.jmc</groupId>
+                        <artifactId>common</artifactId>
+                        <version>${project.version}</version>
+                </dependency>
+        </dependencies>
 </project>
< prev index next >