Repository: stratos Updated Branches: refs/heads/master 46e8256f8 -> bef169675
zip cep artefacts Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/bef16967 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/bef16967 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/bef16967 Branch: refs/heads/master Commit: bef1696752f7bb932c612deb8f8e20fea47482b7 Parents: 46e8256 Author: Udara Liyanage <[email protected]> Authored: Wed May 27 14:30:54 2015 +0530 Committer: Udara Liyanage <[email protected]> Committed: Wed May 27 14:35:30 2015 +0530 ---------------------------------------------------------------------- .../cep/distribution/src/assembly/bin.xml | 40 ++++++++++++++++++++ extensions/pom.xml | 1 + 2 files changed, 41 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/bef16967/extensions/cep/distribution/src/assembly/bin.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/distribution/src/assembly/bin.xml b/extensions/cep/distribution/src/assembly/bin.xml new file mode 100755 index 0000000..8c6d62c --- /dev/null +++ b/extensions/cep/distribution/src/assembly/bin.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ~ 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. + --> +<assembly> + <id>bin</id> + <formats> + <format>zip</format> + </formats> + <includeBaseDirectory>false</includeBaseDirectory> + <fileSets> + <fileSet> + <directory>../artifacts/</directory> + <outputDirectory>${pom.artifactId}-${pom.version}</outputDirectory> + <includes> + <include>**/*.xml</include> + </includes> + <excludes> + <exclude>pom.xml</exclude> + <exclude>src/**</exclude> + </excludes> + </fileSet> + </fileSets> +</assembly> + http://git-wip-us.apache.org/repos/asf/stratos/blob/bef16967/extensions/pom.xml ---------------------------------------------------------------------- diff --git a/extensions/pom.xml b/extensions/pom.xml index e371d43..ffbfa8e 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -34,6 +34,7 @@ <modules> <module>cep/stratos-cep-extension</module> + <module>cep/distribution/</module> <module>load-balancer</module> </modules> </project>
