summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/distribution/all/src/main/assembly
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-11-24 12:40:17 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-11-24 12:40:17 +0000
commit0f974e6c66a16d4f0cde94e9f9cbee3205642154 (patch)
tree2377c71eaefcbb16253f60d1652fe4219abbaef5 /sca-java-2.x/trunk/distribution/all/src/main/assembly
parent9609737d78c824a2412b94bdbd9667d4388ef81e (diff)
Set the default maven build to not generate distribution archives but generate a directory instead. To run a build that generates the archives use mvn -Pdistribution instead.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883670 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/distribution/all/src/main/assembly')
-rw-r--r--sca-java-2.x/trunk/distribution/all/src/main/assembly/bin-default.xml35
-rw-r--r--sca-java-2.x/trunk/distribution/all/src/main/assembly/bin-distribution.xml (renamed from sca-java-2.x/trunk/distribution/all/src/main/assembly/bin.xml)0
2 files changed, 35 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/distribution/all/src/main/assembly/bin-default.xml b/sca-java-2.x/trunk/distribution/all/src/main/assembly/bin-default.xml
new file mode 100644
index 0000000000..2f78f57aa1
--- /dev/null
+++ b/sca-java-2.x/trunk/distribution/all/src/main/assembly/bin-default.xml
@@ -0,0 +1,35 @@
+<?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 typically identifies the "type" (src vs bin etc) of the assembly -->
+ <id></id>
+ <includeBaseDirectory>true</includeBaseDirectory>
+ <baseDirectory>tuscany-sca-${version}</baseDirectory>
+ <formats>
+ <format>dir</format>
+ </formats>
+
+ <componentDescriptors>
+ <componentDescriptor>src/main/components/bin-common.xml</componentDescriptor>
+ <componentDescriptor>src/main/components/bin-modules.xml</componentDescriptor>
+ <componentDescriptor>src/main/components/bin-samples.xml</componentDescriptor>
+ <componentDescriptor>src/main/components/bin-launcher.xml</componentDescriptor>
+ </componentDescriptors>
+</assembly>
diff --git a/sca-java-2.x/trunk/distribution/all/src/main/assembly/bin.xml b/sca-java-2.x/trunk/distribution/all/src/main/assembly/bin-distribution.xml
index 51033a5e1d..51033a5e1d 100644
--- a/sca-java-2.x/trunk/distribution/all/src/main/assembly/bin.xml
+++ b/sca-java-2.x/trunk/distribution/all/src/main/assembly/bin-distribution.xml