Author: sdumitriu Date: 2007-11-30 17:05:21 +0100 (Fri, 30 Nov 2007) New Revision: 6201
Added: xwiki-platform/xwiki-applications/tags/xwiki-applications-8/ xwiki-platform/xwiki-applications/tags/xwiki-applications-8/pom.xml Log: [maven-release-plugin] copy for tag xwiki-applications-8 Copied: xwiki-platform/xwiki-applications/tags/xwiki-applications-8/pom.xml (from rev 6200, xwiki-platform/xwiki-applications/trunk/pom.xml) =================================================================== --- xwiki-platform/xwiki-applications/tags/xwiki-applications-8/pom.xml (rev 0) +++ xwiki-platform/xwiki-applications/tags/xwiki-applications-8/pom.xml 2007-11-30 16:05:21 UTC (rev 6201) @@ -0,0 +1,96 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- + * + * See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + * +--> + +<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"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>com.xpn.xwiki.platform</groupId> + <artifactId>xwiki</artifactId> + <version>7</version> + <relativePath>../xwiki-platform-pom</relativePath> + </parent> + <groupId>com.xpn.xwiki.platform.applications</groupId> + <artifactId>xwiki-applications</artifactId> + <version>8</version> + <name>XWiki Platform - Applications - Parent POM</name> + <packaging>pom</packaging> + <description>XWiki Platform - Applications - Parent POM</description> + <scm> + <connection>scm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-applications/tags/xwiki-applications-8</connection> + <developerConnection>scm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-applications/tags/xwiki-applications-8</developerConnection> + <url>http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-applications/tags/tags/xwiki-applications-8</url> + </scm> + <build> + <extensions> + <extension> + <groupId>com.xpn.xwiki.platform</groupId> + <artifactId>xwiki-build-xar-handlers</artifactId> + <version>1.7</version> + </extension> + </extensions> + <plugins> + <plugin> + <groupId>com.xpn.xwiki.platform</groupId> + <artifactId>xwiki-build-xar-plugin</artifactId> + <version>1.7</version> + </plugin> + </plugins> + </build> + <profiles> + <profile> + <id>default</id> + <activation> + <activeByDefault>true</activeByDefault> + </activation> + <modules> + <module>selenium</module> + <module>panels</module> + <module>application-manager</module> + <module>wiki-manager</module> + <module>scheduler</module> + <module>s5</module> + <module>statistics</module> + </modules> + </profile> + <profile> + <!-- XWiki Enterprise --> + <id>xe</id> + <modules> + <module>panels</module> + <module>scheduler</module> + <module>statistics</module> + </modules> + </profile> + <profile> + <!-- XWiki Enterprise Manager --> + <id>xem</id> + <modules> + <module>panels</module> + <module>scheduler</module> + <module>application-manager</module> + <module>wiki-manager</module> + </modules> + </profile> + </profiles> +</project> _______________________________________________ notifications mailing list notifications@xwiki.org http://lists.xwiki.org/mailman/listinfo/notifications