< prev index next >

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

Print this page

        

*** 36,71 **** <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> </project> --- 36,50 ---- <parent> <groupId>org.openjdk.jmc</groupId> <artifactId>missioncontrol.core</artifactId> <version>7.0.0-SNAPSHOT</version> </parent> ! ! <artifactId>flightrecorder</artifactId> ! <dependencies> ! <dependency> ! <groupId>org.openjdk.jmc</groupId> ! <artifactId>common</artifactId> ! <version>${project.version}</version> ! </dependency> ! </dependencies> </project>
< prev index next >