diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index cf5ed6e5..3c18a0fa 100644
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -1,6 +1,6 @@
- create-ios-mobile-plugin-mgt-schema
- package
-
- run
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
create-api-mgt-schema
@@ -238,18 +205,18 @@
-
-
-
+
+
+
-
+
+ dir="${tempdir}/${project.artifactId}-${project.version}/repository/components"/>
+ ~ Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
+ ~
+ ~ WSO2 Inc. licenses this file to you under the Apache License,
+ ~ Version 2.0 (the "License"); you may not use this file except
+ ~ in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing,
+ ~ software distributed under the License is distributed on an
+ ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ ~ KIND, either express or implied. See the License for the
+ ~ specific language governing permissions and limitations
+ ~ under the License.
+ -->
wso2-cdm-dist
@@ -26,7 +26,7 @@
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/components
- wso2iot-${pom.version}/repository/components
+ ${pom.artifactId}-${pom.version}/repository/components
**/eclipse.ini
**/*.lock
diff --git a/modules/distribution/src/assembly/docs.xml b/modules/distribution/src/assembly/docs.xml
index 9590a630..ece32e50 100644
--- a/modules/distribution/src/assembly/docs.xml
+++ b/modules/distribution/src/assembly/docs.xml
@@ -1,21 +1,21 @@
+ ~ Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
+ ~
+ ~ WSO2 Inc. licenses this file to you under the Apache License,
+ ~ Version 2.0 (the "License"); you may not use this file except
+ ~ in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing,
+ ~ software distributed under the License is distributed on an
+ ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ ~ KIND, either express or implied. See the License for the
+ ~ specific language governing permissions and limitations
+ ~ under the License.
+ -->
docs
@@ -25,11 +25,11 @@
target/site
- wso2iot-${pom.version}-docs
+ ${pom.artifactId}-${pom.version}-docs
../../modules/documentation/src/site/xdoc/user-core
- wso2iot-${pom.version}-docs/user-core
+ ${pom.artifactId}-${pom.version}-docs/user-core
755
user-mgt-actdir.xml
diff --git a/pom.xml b/pom.xml
index 178112d5..62dee5e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@