blob: 08b3ef437cae161cfc0c084a953e9ee9fa704fff [file] [log] [blame]
<?xml version="1.0"?>
<!--
/*
* Copyright 2005-2006 The Apache Software Foundation.
*
* 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.
*
* $Id$
*/
-->
<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">
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts-parent</artifactId>
<version>2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.struts</groupId>
<artifactId>struts-build</artifactId>
<version>1.0.1</version>
<packaging>jar</packaging>
<name>Apache Struts - Build</name>
<url>http://struts.apache.org</url>
<description>Apache Struts - Build</description>
<scm>
<connection>svm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/build</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/build</developerConnection>
<url>http://svn.apache.org/repos/asf/struts/maven/trunk/build</url>
</scm>
<distributionManagement>
<repository>
<id>apache-maven-test-builds</id>
<name>Apache Maven Repository (Test Builds)</name>
<url>scp://people.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
</repository>
</distributionManagement>
<build>
<resources>
<resource>
<directory>${basedir}</directory>
<targetPath>org/apache/struts/build</targetPath>
<includes>
<include>struts_checks.xml</include>
<include>LICENSE.CheckStyle</include>
<include>struts_jalopy.xml</include>
<include>LICENSE.txt</include>
<include>NOTICE.txt</include>
</includes>
</resource>
</resources>
</build>
<repositories>
<repository>
<id>apache.snapshots</id>
<name>Apache Maven Repository (Snapshots and Test Builds)</name>
<url>http://cvs.apache.org/maven-snapshot-repository</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</project>