dev@glassfish.java.net

Re: transaction/jta/pom.xml review request

From: Jane Young <Jane.Young_at_Sun.COM>
Date: Mon, 29 Jun 2009 14:26:53 -0700

Looks fine to me.
Can someone from monitoring team confirm as well?

Thanks!

Marina Vatkina wrote:
> These changes are for the monitoring integration.
>
> Index: transaction/jta/pom.xml
> ===================================================================
> --- transaction/jta/pom.xml (revision 28241)
> +++ transaction/jta/pom.xml (working copy)
> @@ -26,6 +26,23 @@
> </developer>
> </developers>
>
> + <build>
> + <plugins>
> + <plugin>
> + <groupId>com.sun.enterprise</groupId>
> + <artifactId>hk2-maven-plugin</artifactId>
> + <configuration>
> + <archive>
> + <manifestEntries>
> + <probe-provider-class-names>
> +
> com.sun.enterprise.transaction.monitoring.TransactionServiceProbeProvider
> + </probe-provider-class-names>
> + </manifestEntries>
> + </archive>
> + </configuration>
> + </plugin>
> + </plugins>
> + </build>
>
> <dependencies>
> <!-- Dependencies on other modules/jars -->
> @@ -68,6 +85,10 @@
> <artifactId>common-util</artifactId>
> <version>${project.parent.version}</version>
> </dependency>
> + <dependency>
> + <groupId>org.glassfish.provider</groupId>
> + <artifactId>gfprobe-provider-client</artifactId>
> + </dependency>
>
>
> thanks,
> -marina
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>