I build WSO2 Carbon and WSO2 Business Activity Monitor from a fresh SVN
checkout under bam profile and a empty local repository.
some pom changes have been done to achieve this task.
relevant svn diff is attached.
Index: orbit/pom.xml
===================================================================
--- orbit/pom.xml       (revision 89435)
+++ orbit/pom.xml       (working copy)
@@ -611,7 +611,7 @@
                 <module>antlr</module>
                 <module>opensaml2</module>
                 <module>openid4java</module>
-                <module>shindig</module>
+                <!-- commented by manu <module>shindig</module>-->
                 <module>sun-xacml</module>
                 <module>h2-database-engine</module>
                 <module>wsdl-validator</module>
@@ -628,7 +628,11 @@
                <module>qpid</module>
                 <module>solr</module>
                 <module>opencsv</module>
-                <module>shindig</module>
+                <!-- commented by manu <module>shindig</module>-->
+                <module>juddi</module>
+                <module>commons-scxml</module>
+               <module>guice</module>
+               <module>commons-cli</module>
             </modules>
         </profile>
 
Index: 
products/bam/modules/features/service/org.wso2.stratos.bam.ui.feature/pom.xml
===================================================================
--- 
products/bam/modules/features/service/org.wso2.stratos.bam.ui.feature/pom.xml   
    (revision 89413)
+++ 
products/bam/modules/features/service/org.wso2.stratos.bam.ui.feature/pom.xml   
    (working copy)
@@ -47,10 +47,10 @@
                 <groupId>org.wso2.bam</groupId>
                 <artifactId>org.wso2.stratos.bam.dashboard.ui</artifactId>
             </dependency>
-           <dependency>
+           <!--dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.stratos.ui.menu.general</artifactId>
-            </dependency>
+            </dependency-->
         </dependencies>
     
 
@@ -85,8 +85,8 @@
                                 </bundleDef>
                                 
<bundleDef>org.wso2.bam:org.wso2.stratos.bam.styles
                                 </bundleDef>
-                               
<bundleDef>org.wso2.carbon:org.wso2.stratos.ui.menu.general
-                               </bundleDef>
+                               
<!--bundleDef>org.wso2.carbon:org.wso2.stratos.ui.menu.general
+                               </bundleDef-->
                             </bundles>
                             <importFeatures>
                                 
<importFeatureDef>org.wso2.carbon.core.ui:${carbon.version}
Index: 
components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.clientstats/pom.xml
===================================================================
--- 
components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.clientstats/pom.xml
       (revision 89413)
+++ 
components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.clientstats/pom.xml
       (working copy)
@@ -87,10 +87,10 @@
                        <groupId>org.wso2.carbon</groupId>
                        <artifactId>org.wso2.carbon.event.broker</artifactId>
                </dependency>
-               <dependency>
+               <!--dependency>
                        <groupId>org.wso2.carbon</groupId>
                        
<artifactId>org.wso2.carbon.email.verification</artifactId>
-               </dependency>
+               </dependency-->
                <dependency>
                        <groupId>org.apache.axis2.wso2</groupId>
                        <artifactId>axis2</artifactId>
Index: 
components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.servicestats/pom.xml
===================================================================
--- 
components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.servicestats/pom.xml
      (revision 89413)
+++ 
components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.servicestats/pom.xml
      (working copy)
@@ -98,10 +98,10 @@
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.event.ws</artifactId>
         </dependency>
-        <dependency>
+        <!--dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.email.verification</artifactId>
-        </dependency>
+        </dependency-->
         <dependency>
             <groupId>org.apache.axis2.wso2</groupId>
             <artifactId>axis2</artifactId>
Index: components/bam-data-publishers/pom.xml
===================================================================
--- components/bam-data-publishers/pom.xml      (revision 89413)
+++ components/bam-data-publishers/pom.xml      (working copy)
@@ -100,11 +100,11 @@
                 <artifactId>org.wso2.carbon.event.api</artifactId>
                 <version>${wso2carbon.version.bam-data-publishers}</version>
             </dependency>
-            <dependency>
+            <!--dependency>
                 <groupId>org.wso2.carbon</groupId>
                 <artifactId>org.wso2.carbon.email.verification</artifactId>
                 <version>${wso2carbon.version.bam-data-publishers}</version>
-            </dependency>
+            </dependency-->
             <dependency>
                 <groupId>org.apache.axis2.wso2</groupId>
                 <artifactId>axis2</artifactId>
Index: components/pom.xml
===================================================================
--- components/pom.xml  (revision 89413)
+++ components/pom.xml  (working copy)
@@ -489,7 +489,16 @@
                 <module>registry</module>
                 <module>governance</module>
                 <module>gadgets</module>
+                <module>rule</module>
+                <module>remote-usermgt</module>
+                <module>authenticators/saml2-sso-authenticator</module>
+                
<module>application-mgt/org.wso2.carbon.application.upload</module>
                <module>stratos</module>
+                <module>operation-mgt</module>
+                <module>jar-services</module>
+                <module>policy-editor</module>
+                <module>jaxws</module>
+                <module>identity</module>
             </modules>
         </profile>
         <!-- brs profile -->
Index: dependencies/pom.xml
===================================================================
--- dependencies/pom.xml        (revision 89424)
+++ dependencies/pom.xml        (working copy)
@@ -189,6 +189,10 @@
                 <module>synapse</module>
                 <module>transports</module>
                 <module>jsr107cache</module>
+                <!--added by manu  - start -->
+               <module>shindig</module>
+                <module>abdera</module>
+                <!--added by manu - end -->
             </modules>
         </profile>
         <!-- WSO2 Governance Registry product profile of the dependents -->
Index: features/pom.xml
===================================================================
--- features/pom.xml    (revision 89413)
+++ features/pom.xml    (working copy)
@@ -388,11 +388,16 @@
                 <module>rm</module>
                 <module>wsdl-tools</module>
                 <module>registry</module>
+               <module>qpid</module>
                 <module>event</module>
                 <module>authenticators</module>
                 <module>data-services</module>
                 <module>gadgets</module>
                <module>stratos</module>
+               
<module>synapse/org.apache.synapse.transport.vfs.smb.feature</module>
+                <module>scheduled-tasks</module>
+                <module>tryit</module>
+                <module>system-statistics</module>
              </modules>
         </profile>
 
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to