bdd0a41aed
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68
194 lines
7.2 KiB
XML
194 lines
7.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
* Copyright (c) 2005-2006 The Apache Software Foundation or its licensors, as applicable.
|
|
*
|
|
* Licensed 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>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.apache.tuscany</groupId>
|
|
<artifactId>tuscany-project</artifactId>
|
|
<version>SNAPSHOT</version>
|
|
<packaging>pom</packaging>
|
|
<name>Tuscany Project Website</name>
|
|
<url>http://incubator.apache.org/tuscany/</url>
|
|
<description>
|
|
Tuscany is an open source project implementing a Service Component Architecture.
|
|
</description>
|
|
<inceptionYear>2005</inceptionYear>
|
|
<organization>
|
|
<name>Apache Software Foundation</name>
|
|
<url>http://www.apache.org/</url>
|
|
</organization>
|
|
|
|
<prerequisites>
|
|
<maven>2.0</maven>
|
|
</prerequisites>
|
|
|
|
<issueManagement>
|
|
<system>jira</system>
|
|
<url>http://issues.apache.org/jira/browse/TUSCANY</url>
|
|
</issueManagement>
|
|
|
|
<licenses>
|
|
<license>
|
|
<name>The Apache Software License, Version 2.0</name>
|
|
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
|
<distribution>repo</distribution>
|
|
</license>
|
|
</licenses>
|
|
|
|
<repositories>
|
|
<repository>
|
|
<id>ibiblio</id>
|
|
<name>ibiblio</name>
|
|
<url>http://www.ibiblio.org/maven2</url>
|
|
</repository>
|
|
</repositories>
|
|
|
|
<modules>
|
|
<!--
|
|
<module>site</module>
|
|
-->
|
|
</modules>
|
|
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<configuration>
|
|
<source>1.5</source>
|
|
<target>1.5</target>
|
|
</configuration>
|
|
</plugin>
|
|
|
|
<plugin>
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
|
<executions>
|
|
<execution>
|
|
<phase>pre-site</phase>
|
|
<configuration>
|
|
<tasks>
|
|
<mkdir dir="target/site/samples/java/javadoc" />
|
|
<copy todir='target/site/samples/java/javadoc' >
|
|
<fileset dir="../branches/java-post-M1/javadoc"/>
|
|
</copy>
|
|
<copy todir="target/site/samples/java/samples" >
|
|
<fileset dir="../branches/java-post-M1/samples">
|
|
<patternset>
|
|
<include name="**/*.htm*" />
|
|
<include name="**/*.jpg" />
|
|
<include name="**/*.gif" />
|
|
<include name="**/*.png" />
|
|
</patternset>
|
|
</fileset>
|
|
</copy>
|
|
<mkdir dir="target/site/samples/java/sampleapps" />
|
|
<copy todir="target/site/samples/java/sampleapps" >
|
|
<fileset dir="../branches/java-post-M1/sampleapps">
|
|
<patternset>
|
|
<include name="**/*.htm*" />
|
|
<include name="**/*.jpg" />
|
|
<include name="**/*.gif" />
|
|
<include name="**/*.png" />
|
|
</patternset>
|
|
</fileset>
|
|
</copy>
|
|
<mkdir dir="target/site/scripts" />
|
|
<copy todir="target/site/scripts" >
|
|
<fileset dir="src/site/scripts"/>
|
|
</copy>
|
|
<mkdir dir="target/site/css" />
|
|
<copy todir="target/site/css" >
|
|
<fileset dir="src/site/css">
|
|
</fileset>
|
|
</copy>
|
|
<copy file='../branches/java-post-M1/GettingStarted.htm' todir='target/site/samples/java'/>
|
|
</tasks>
|
|
</configuration>
|
|
<goals>
|
|
<goal>run</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
|
|
|
|
</plugins>
|
|
|
|
<resources>
|
|
</resources>
|
|
|
|
<testResources>
|
|
</testResources>
|
|
|
|
<defaultGoal>site</defaultGoal>
|
|
</build>
|
|
|
|
<reporting>
|
|
<plugins>
|
|
<plugin>
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-site-plugin</artifactId>
|
|
|
|
<configuration>
|
|
<!--
|
|
<templateDirectory>file:///${basedir}/</templateDirectory>
|
|
-->
|
|
<template>maven-site.vm</template>
|
|
</configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</reporting>
|
|
|
|
<mailingLists>
|
|
|
|
<mailingList>
|
|
<name>Tuscany User List</name>
|
|
<subscribe>tuscany-user-subscribe@ws.apache.org</subscribe>
|
|
<unsubscribe>tuscany-user-unsubscribe@ws.apache.org</unsubscribe>
|
|
<post>tuscany-user@ws.apache.org</post>
|
|
<archive>http://www.mail-archive.com/tuscany-user%40ws.apache.org/</archive>
|
|
</mailingList>
|
|
<mailingList>
|
|
<name>Tuscany Developer List</name>
|
|
<subscribe>tuscany-dev-subscribe@ws.apache.org</subscribe>
|
|
<unsubscribe>tuscany-dev-unsubscribe@ws.apache.org</unsubscribe>
|
|
<post>tuscany-dev@ws.apache.org</post>
|
|
<archive>http://www.mail-archive.com/tuscany-dev%40ws.apache.org/</archive>
|
|
</mailingList>
|
|
<mailingList>
|
|
<name>Tuscany Commits List</name>
|
|
<subscribe>tuscany-commits-subscribe@ws.apache.org</subscribe>
|
|
<unsubscribe>tuscany-commits-unsubscribe@ws.apache.org</unsubscribe>
|
|
<archive>http://www.mail-archive.com/tuscany-commits%40ws.apache.org/maillist.html</archive>
|
|
</mailingList>
|
|
</mailingLists>
|
|
|
|
<distributionManagement>
|
|
<site>
|
|
<id>website</id>
|
|
<url>scp://minotaur.apache.org/www/incubator.apache.org/tuscany/</url>
|
|
</site>
|
|
</distributionManagement>
|
|
|
|
<scm>
|
|
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/tuscany</connection>
|
|
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/tuscany</developerConnection>
|
|
<url>http://svn.apache.org/viewcvs.cgi/incubator/tuscany/</url>
|
|
</scm>
|
|
</project>
|