dev@glassfish.java.net

[v3 ACTION]jsr109-imp/pom.xml review request

From: Jitendra Kotamraju <Jitendra.Kotamraju_at_Sun.COM>
Date: Sat, 11 Jul 2009 00:38:26 -0700

Added the following to pom.xml for probes.

thanks,
Jitu
------------------

  <build>
        <plugins>
            <plugin>
                <groupId>com.sun.enterprise</groupId>
                <artifactId>hk2-maven-plugin</artifactId>
                <configuration>
                    <archive>
                        <manifestEntries>
                           
<probe-provider-class-names>org.glassfish.webservices.monitoring.Deployment109ProbeProvider</probe-provider-class-names>
                        </manifestEntries>
                    </archive>
                </configuration>
            </plugin>
        </plugins>
    </build>