dev@glassfish.java.net

Re: transaction/jta/pom.xml review request

From: Prashanth Abbagani <Prashanth.Abbagani_at_Sun.COM>
Date: Mon, 29 Jun 2009 15:29:22 -0700

Changes look good.

There will be similar changes by module owners who are providing the
monitoring support in V3 for their modules.

-Prashanth

Jane Young wrote:
> 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
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>