2008-03-28 23:09:22 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2006-07-27 00:23:46 -04:00
|
|
|
<!--
|
2012-08-24 18:02:34 -04:00
|
|
|
~ Licensed to the Apache Software Foundation (ASF) under one
|
|
|
|
~ or more contributor license agreements. See the NOTICE file
|
|
|
|
~ distributed with this work for additional information
|
|
|
|
~ regarding copyright ownership. The ASF licenses this file
|
|
|
|
~ to you 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.
|
|
|
|
-->
|
2011-10-18 08:19:44 -04:00
|
|
|
<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">
|
2008-03-28 23:09:22 -04:00
|
|
|
<parent>
|
|
|
|
<artifactId>archiva</artifactId>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
2012-10-03 10:23:47 -04:00
|
|
|
<version>1.4-M4-SNAPSHOT</version>
|
2008-03-28 23:09:22 -04:00
|
|
|
</parent>
|
2006-07-27 00:23:46 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2008-03-28 23:09:22 -04:00
|
|
|
<artifactId>archiva-modules</artifactId>
|
2006-07-27 00:23:46 -04:00
|
|
|
<packaging>pom</packaging>
|
2008-03-28 23:09:22 -04:00
|
|
|
<name>Archiva :: Modules</name>
|
2008-05-10 17:14:19 -04:00
|
|
|
<url>http://archiva.apache.org/ref/${project.version}</url>
|
2012-08-29 10:24:50 -04:00
|
|
|
|
|
|
|
<properties>
|
|
|
|
<siteFilePath>${user.home}/archiva-ref-${project.version}/</siteFilePath>
|
2012-09-20 15:57:36 -04:00
|
|
|
<siteUrlDeployment>file://${siteFilePath}</siteUrlDeployment>
|
2012-08-29 10:24:50 -04:00
|
|
|
<scmPubCheckoutDirectory>${user.home}/archiva-ref-${project.version}-content</scmPubCheckoutDirectory>
|
|
|
|
</properties>
|
|
|
|
|
2006-07-27 00:23:46 -04:00
|
|
|
<modules>
|
2008-03-28 23:09:22 -04:00
|
|
|
<module>archiva-base</module>
|
2009-11-19 12:16:20 -05:00
|
|
|
<module>archiva-scheduler</module>
|
2008-03-28 23:09:22 -04:00
|
|
|
<module>archiva-web</module>
|
2011-11-22 09:17:04 -05:00
|
|
|
<module>archiva-karaf</module>
|
2009-10-16 08:35:38 -04:00
|
|
|
<module>metadata</module>
|
|
|
|
<module>plugins</module>
|
2006-07-27 00:23:46 -04:00
|
|
|
</modules>
|
2012-08-29 10:24:50 -04:00
|
|
|
|
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-scm-publish-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/ref/${project.version}</pubScmUrl>
|
|
|
|
<checkinComment>Apache Archiva Versionned ref for ${project.version}</checkinComment>
|
2012-09-20 16:43:14 -04:00
|
|
|
<content>${siteFilePath}</content>
|
2012-08-29 10:24:50 -04:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
</build>
|
|
|
|
|
2012-08-29 08:42:11 -04:00
|
|
|
<reporting>
|
2012-08-24 18:42:44 -04:00
|
|
|
<plugins>
|
|
|
|
|
|
|
|
<!-- jxr first -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jxr-plugin</artifactId>
|
2012-08-29 11:11:22 -04:00
|
|
|
<version>${jxrVersion}</version>
|
2012-08-24 18:42:44 -04:00
|
|
|
<configuration>
|
|
|
|
<aggregate>true</aggregate>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2008-03-29 06:12:41 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2012-08-24 18:42:44 -04:00
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
2012-08-29 11:11:22 -04:00
|
|
|
<version>${checkstyleVersion}</version>
|
2012-10-27 14:21:32 -04:00
|
|
|
<inherited>false</inherited>
|
2008-03-29 06:12:41 -04:00
|
|
|
<configuration>
|
2012-08-24 18:42:44 -04:00
|
|
|
<includeTestSourceDirectory>true</includeTestSourceDirectory>
|
|
|
|
<configLocation>config/maven_checks.xml</configLocation>
|
|
|
|
</configuration>
|
2012-11-03 17:33:22 -04:00
|
|
|
<reportSets>
|
|
|
|
<reportSet>
|
|
|
|
<reports>
|
|
|
|
<report>checksyle</report>
|
|
|
|
</reports>
|
|
|
|
</reportSet>
|
|
|
|
</reportSets>
|
2012-08-24 18:42:44 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<!-- No need for the standard project reports -->
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
2012-08-29 08:42:11 -04:00
|
|
|
<version>${maven-project-info-reports-plugin.version}</version>
|
2012-08-24 18:42:44 -04:00
|
|
|
</plugin>
|
2012-08-29 09:45:37 -04:00
|
|
|
|
2012-08-24 18:42:44 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
2012-08-30 17:55:58 -04:00
|
|
|
<version>${javadocPluginVersion}</version>
|
2012-10-26 13:11:58 -04:00
|
|
|
<inherited>false</inherited>
|
2012-08-24 18:42:44 -04:00
|
|
|
<configuration>
|
|
|
|
<source>1.5</source>
|
|
|
|
<links>
|
|
|
|
<link>http://java.sun.com/j2se/1.5.0/docs/api</link>
|
|
|
|
<link>http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0/</link>
|
|
|
|
<link>http://commons.apache.org/dbcp/apidocs/</link>
|
|
|
|
<link>http://commons.apache.org/fileupload/apidocs/</link>
|
|
|
|
<link>http://commons.apache.org/httpclient/apidocs/</link>
|
|
|
|
<link>http://commons.apache.org/logging/apidocs/</link>
|
|
|
|
<link>http://commons.apache.org/pool/apidocs/</link>
|
|
|
|
<link>http://junit.sourceforge.net/javadoc/</link>
|
|
|
|
<link>http://logging.apache.org/log4j/1.2/apidocs/</link>
|
|
|
|
<link>http://jakarta.apache.org/regexp/apidocs/</link>
|
|
|
|
<link>http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/</link>
|
|
|
|
</links>
|
|
|
|
<linksource>true</linksource>
|
|
|
|
<show>private</show>
|
2012-10-27 13:05:03 -04:00
|
|
|
<docletArtifact>
|
|
|
|
<groupId>com.google.doclava</groupId>
|
|
|
|
<artifactId>doclava</artifactId>
|
|
|
|
<version>1.0.5</version>
|
|
|
|
</docletArtifact>
|
|
|
|
<doclet>com.google.doclava.Doclava</doclet>
|
|
|
|
<!--
|
|
|
|
| bootclasspath required by Sun's JVM
|
|
|
|
-->
|
|
|
|
<bootclasspath>${sun.boot.class.path}</bootclasspath>
|
|
|
|
<additionalparam>
|
|
|
|
<!-- comment as produce an NPE
|
|
|
|
-federate JDK http://download.oracle.com/javase/6/docs/api/index.html?
|
|
|
|
-federationxml JDK http://doclava.googlecode.com/svn/static/api/openjdk-6.xml -->
|
|
|
|
-hdf project.name "${project.name}"
|
|
|
|
-d ${project.build.directory}/site/apidocs
|
|
|
|
</additionalparam>
|
|
|
|
<useStandardDocletOptions>false</useStandardDocletOptions>
|
|
|
|
<!--
|
|
|
|
| Apple's JVM sometimes requires more memory
|
|
|
|
-->
|
|
|
|
<additionalJOption>-J-Xmx1024m</additionalJOption>
|
|
|
|
<additionnalDependencies>
|
|
|
|
<additionnalDependency>
|
|
|
|
<groupId>commons-dbcp</groupId>
|
|
|
|
<artifactId>commons-dbcp</artifactId>
|
|
|
|
<version>1.4</version>
|
|
|
|
</additionnalDependency>
|
|
|
|
<additionnalDependency>
|
|
|
|
<groupId>commons-pool</groupId>
|
|
|
|
<artifactId>commons-pool</artifactId>
|
|
|
|
<version>1.6</version>
|
|
|
|
</additionnalDependency>
|
|
|
|
</additionnalDependencies>
|
2012-08-24 18:42:44 -04:00
|
|
|
<tags>
|
|
|
|
<tag>
|
|
|
|
<name>todo</name>
|
|
|
|
<placement>a</placement>
|
|
|
|
<head>To Do:</head>
|
|
|
|
</tag>
|
|
|
|
</tags>
|
|
|
|
</configuration>
|
|
|
|
<reportSets>
|
|
|
|
<reportSet>
|
|
|
|
<reports>
|
|
|
|
<!-- Don't need tests -->
|
|
|
|
<report>aggregate</report>
|
|
|
|
</reports>
|
|
|
|
</reportSet>
|
|
|
|
</reportSets>
|
|
|
|
</plugin>
|
2012-08-29 11:11:22 -04:00
|
|
|
|
2008-03-29 06:12:41 -04:00
|
|
|
</plugins>
|
2012-08-24 18:42:44 -04:00
|
|
|
</reporting>
|
2012-03-01 12:08:31 -05:00
|
|
|
|
2008-03-29 06:12:41 -04:00
|
|
|
<distributionManagement>
|
|
|
|
<site>
|
|
|
|
<id>apache.website</id>
|
2012-08-29 10:24:50 -04:00
|
|
|
<url>${siteUrlDeployment}</url>
|
2008-03-29 06:12:41 -04:00
|
|
|
</site>
|
|
|
|
</distributionManagement>
|
2006-07-27 00:23:46 -04:00
|
|
|
</project>
|