Repository: stratos
Updated Branches:
  refs/heads/master d9c573a95 -> cab0d80fb


Fixing maven deploy problem in Carbon UI dependency


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/cab0d80f
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/cab0d80f
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/cab0d80f

Branch: refs/heads/master
Commit: cab0d80fb692b9efbbfbc5f515ad4c98bfcc7f4a
Parents: d9c573a
Author: Akila Perera <[email protected]>
Authored: Mon Aug 24 14:21:17 2015 +0530
Committer: Akila Perera <[email protected]>
Committed: Mon Aug 24 14:21:17 2015 +0530

----------------------------------------------------------------------
 dependencies/org.wso2.carbon.ui/pom.xml | 25 ++++++++++++++++++++++++-
 pom.xml                                 |  2 --
 2 files changed, 24 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/cab0d80f/dependencies/org.wso2.carbon.ui/pom.xml
----------------------------------------------------------------------
diff --git a/dependencies/org.wso2.carbon.ui/pom.xml 
b/dependencies/org.wso2.carbon.ui/pom.xml
index 67a0ab1..efbfa36 100644
--- a/dependencies/org.wso2.carbon.ui/pom.xml
+++ b/dependencies/org.wso2.carbon.ui/pom.xml
@@ -31,10 +31,20 @@
     <artifactId>org.wso2.carbon.ui</artifactId>
     <packaging>bundle</packaging>
     <name>WSO2 Carbon - UI</name>
-    <description>org.wso2.carbon.ui patch version for Apache Stratos based on 
kernel patch0011</description>
+    <description>org.wso2.carbon.ui patch version for Apache Stratos based on 
kernel patch0012</description>
     <version>4.2.0-stratosv2</version>
     <url>http://wso2.org</url>
 
+    <properties>
+        <distMgmtSnapshotsName>Apache Development Snapshot 
Repository</distMgmtSnapshotsName>
+        
<distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</distMgmtSnapshotsUrl>
+        
<organization.logo>http://www.apache.org/images/asf_logo_wide.gif</organization.logo>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+        
<sourceReleaseAssemblyDescriptor>source-release</sourceReleaseAssemblyDescriptor>
+        <gpg.useagent>true</gpg.useagent>
+        <arguments />
+    </properties>
+
     <repositories>
         <repository>
             <id>wso2-nexus</id>
@@ -48,6 +58,19 @@
         </repository>
     </repositories>
 
+    <distributionManagement>
+        <repository>
+            <id>apache.releases.https</id>
+            <name>Apache Release Distribution Repository</name>
+            
<url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
+        </repository>
+        <snapshotRepository>
+            <id>apache.snapshots.https</id>
+            <name>${distMgmtSnapshotsName}</name>
+            <url>${distMgmtSnapshotsUrl}</url>
+        </snapshotRepository>
+    </distributionManagement>
+
     <dependencies>
         <dependency>
             <groupId>org.eclipse.osgi</groupId>

http://git-wip-us.apache.org/repos/asf/stratos/blob/cab0d80f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5db9779..ea33ad9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,7 +200,6 @@
 
                                 <!-- WSDLs -->
                                 <exclude>**/*.wsdl</exclude>
-
                             </excludes>
                             <excludeSubProjects>false</excludeSubProjects>
                         </configuration>
@@ -259,7 +258,6 @@
                                 <exclude>**/instrumentation.txt</exclude>
                                 <exclude>**/*json</exclude>
 
-
                                 <!-- Added following based on jclouds -->
                                 
<exclude>**/src/test/resources/**/*.xml</exclude>
                                 <!-- META-INF/services files -->

Reply via email to