git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@422837 13f79535-47bb-0310-9956-ffa450edef68
70 lines
2.5 KiB
XML
70 lines
2.5 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!--
|
|
/*
|
|
* Copyright 2001-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.
|
|
*/
|
|
-->
|
|
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
|
|
|
|
<pomVersion>3</pomVersion>
|
|
<extend>../plugins-common/project.xml</extend>
|
|
|
|
<groupId>maven</groupId>
|
|
<artifactId>plugins-site-master</artifactId>
|
|
<name>Maven Plugins Root Site Project</name>
|
|
|
|
<url>http://maven.apache.org/maven-1.x/plugins/bundled/</url>
|
|
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10030</issueTrackingUrl>
|
|
|
|
<siteDirectory>/www/maven.apache.org/maven-1.x/plugins/bundled/</siteDirectory>
|
|
|
|
<repository>
|
|
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/</connection>
|
|
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/</developerConnection>
|
|
<url>http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/</url>
|
|
</repository>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>commons-jelly</groupId>
|
|
<artifactId>commons-jelly-tags-interaction</artifactId>
|
|
<version>1.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>jline</groupId>
|
|
<artifactId>jline</artifactId>
|
|
<version>0.9.5</version>
|
|
<properties>
|
|
<comment>Required by commons-jelly:commons-jelly-tags-interaction</comment>
|
|
</properties>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
<build>
|
|
<defaultGoal>multiproject:site</defaultGoal>
|
|
</build>
|
|
|
|
<reports>
|
|
<report>maven-changelog-plugin</report>
|
|
<report>maven-file-activity-plugin</report>
|
|
<report>maven-developer-activity-plugin</report>
|
|
<report>maven-multichanges-plugin</report>
|
|
<report>maven-multiproject-plugin</report>
|
|
<report>maven-faq-plugin</report>
|
|
<report>maven-linkcheck-plugin</report>
|
|
<report>maven-license-plugin</report>
|
|
</reports>
|
|
</project>
|