dev@glassfish.java.net

Re: pom.xml review

From: Snjezana Sevo-Zenzerovic <snjezana.sevozenzerovic_at_oracle.com>
Date: Thu, 4 Aug 2011 15:41:45 -0700 (PDT)

Looks fine to me.

Thanks,

Snjezana

----- Original Message -----
From: bhakti.mehta_at_oracle.com
To: dev_at_glassfish.dev.java.net, hong.hz.zhang_at_oracle.com, jane.young_at_oracle.com, snjezana.sevozenzerovic_at_oracle.com
Sent: Thursday, August 4, 2011 3:40:51 PM GMT -08:00 US/Canada Pacific
Subject: pom.xml review

Jane/Snejzana,
Please can you review the following pom.xml
This is first phase of incremental work with respect to the following task
http://aseng-wiki.us.oracle.com/asengwiki/display/GlassFish/DOL+Split
I have started experimenting with webservices module and moved the
archvists related to Webservices from deployment/dol to
webservices/connector/archivists.
Index: appserver/webservices/connector/pom.xml
===================================================================
--- appserver/webservices/connector/pom.xml (revision 48590)
+++ appserver/webservices/connector/pom.xml (working copy)
@@ -70,5 +70,11 @@
             <artifactId>internal-api</artifactId>
             <version>${project.version}</version>
         </dependency>
+ <dependency>
+ <groupId>org.glassfish.deployment</groupId>
+ <artifactId>dol</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
     </dependencies>
 </project>


Here is a summary of my changes attached.

I have run QL and also devtests before I commit
Regards,
Bhakti