1 <?xml version="1.0" encoding="UTF-8"?><!--
2 * Licensed to the Apache Software Foundation (ASF) under one
3 * or more contributor license agreements. See the NOTICE file
4 * distributed with this work for additional information
5 * regarding copyright ownership. The ASF licenses this file
6 * to you under the Apache License, Version 2.0 (the
7 * "License"); you may not use this file except in compliance
8 * with the License. You may obtain a copy of the License at
10 * http://www.apache.org/licenses/LICENSE-2.0
12 * Unless required by applicable law or agreed to in writing,
13 * software distributed under the License is distributed on an
14 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 * KIND, either express or implied. See the License for the
16 * specific language governing permissions and limitations
19 <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/xsd/maven-4.0.0.xsd">
20 <modelVersion>4.0.0</modelVersion>
23 <groupId>org.apache.shindig</groupId>
24 <artifactId>shindig-parent</artifactId>
25 <version>1.1-SNAPSHOT</version>
26 <relativePath>../java/pom.xml</relativePath>
29 <artifactId>shindig</artifactId>
30 <packaging>pom</packaging>
32 <name>Apache Shindig Distribution assembly</name>
33 <description>Assembles the PHP code base into a deployment package.</description>
36 <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/trunk/assembly
38 <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/trunk/assembly
39 </developerConnection>
40 <url>http://svn.apache.org/viewvc/incubator/shindig/trunk/assembly</url>
45 <filter>src/main/assembly/binary-src/README</filter>
49 <artifactId>maven-assembly-plugin</artifactId>
52 <descriptor>src/main/assembly/php.xml</descriptor>
53 <descriptor>src/main/assembly/source.xml</descriptor>
54 <descriptor>src/main/assembly/binary.xml</descriptor>
56 <tarLongFileMode>gnu</tarLongFileMode>
60 <id>make-assembly</id> <!-- this is used for inheritance merges -->
61 <phase>package</phase> <!-- append to the packaging phase. -->
63 <goal>attached</goal> <!-- goals == mojos -->
69 <groupId>org.apache.geronimo.genesis.plugins</groupId>
70 <artifactId>tools-maven-plugin</artifactId>
71 <version>1.4</version>
74 <id>verify-legal-files</id>
77 <goal>verify-legal-files</goal>
80 <strict>false</strict>
89 <groupId>org.apache.shindig</groupId>
90 <artifactId>shindig-common</artifactId>
91 <version>${project.version}</version>
94 <groupId>org.apache.shindig</groupId>
95 <artifactId>shindig-gadgets</artifactId>
96 <version>${project.version}</version>
99 <groupId>org.apache.shindig</groupId>
100 <artifactId>shindig-social-api</artifactId>
101 <version>${project.version}</version>
104 <groupId>org.apache.shindig</groupId>
105 <artifactId>shindig-features</artifactId>
106 <version>${project.version}</version>
109 <groupId>org.apache.shindig</groupId>
110 <artifactId>shindig-server</artifactId>
111 <version>${project.version}</version>