Repository: stratos
Updated Branches:
  refs/heads/master bef169675 -> b35001827


add distribution pom


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

Branch: refs/heads/master
Commit: b350018278afb1b443ccd223504dfe9f518fedd7
Parents: bef1696
Author: Udara Liyanage <[email protected]>
Authored: Wed May 27 15:00:20 2015 +0530
Committer: Udara Liyanage <[email protected]>
Committed: Wed May 27 15:00:20 2015 +0530

----------------------------------------------------------------------
 extensions/cep/distribution/pom.xml | 66 ++++++++++++++++++++++++++++++++
 1 file changed, 66 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/b3500182/extensions/cep/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/cep/distribution/pom.xml 
b/extensions/cep/distribution/pom.xml
new file mode 100644
index 0000000..4a1ebe7
--- /dev/null
+++ b/extensions/cep/distribution/pom.xml
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF 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.
+  -->
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+
+    <parent>
+        <groupId>org.apache.stratos</groupId>
+        <artifactId>stratos-extensions</artifactId>
+        <version>4.1.0-SNAPSHOT</version>
+       <relativePath>../../pom.xml</relativePath>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>apache-stratos-cep-artefacts</artifactId>
+    <packaging>pom</packaging>
+    <name>Apache Stratos CEP  - Artefacts</name>
+    <description>Apache Stratos CEP  Extensions artefacts</description>
+    <url>http://apache.org</url>
+    <profiles>
+         <profile>
+            <id>default</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-assembly-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <id>4-dist</id>
+                                <phase>package</phase>
+                                <goals>
+                                    <goal>attached</goal>
+                                </goals>
+                                <configuration>
+                                    <descriptors>
+                                        
<descriptor>${basedir}/src/assembly/bin.xml</descriptor>
+                                    </descriptors>
+                                    <appendAssemblyId>false</appendAssemblyId>
+                                </configuration>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
+</project>

Reply via email to