diff options
author | Brett Porter <brett@apache.org> | 2014-07-01 16:11:00 +1000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2014-07-01 16:11:00 +1000 |
commit | 2fd88d2d086084e3768897272772b05a3d9b0872 (patch) | |
tree | e0d04e0851aca667616657bed592bc8efba64a11 | |
parent | edf7466cf607eefb008fb9c91f1108d0eeda265b (diff) | |
download | archiva-2fd88d2d086084e3768897272772b05a3d9b0872.tar.gz archiva-2fd88d2d086084e3768897272772b05a3d9b0872.zip |
update line endings
3 files changed, 1197 insertions, 1197 deletions
diff --git a/archiva-modules/metadata/test-repository/src/main/resources/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom b/archiva-modules/metadata/test-repository/src/main/resources/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom index 9c02e387a..bc94e24bd 100644 --- a/archiva-modules/metadata/test-repository/src/main/resources/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom +++ b/archiva-modules/metadata/test-repository/src/main/resources/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom @@ -1,273 +1,273 @@ -<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>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus</artifactId>
- <packaging>pom</packaging>
- <name>Plexus</name>
- <version>1.0.10</version>
- <ciManagement>
- <notifiers>
- <notifier>
- <type>mail</type>
- <configuration>
- <address>dev@plexus.codehaus.org</address>
- </configuration>
- </notifier>
- <notifier>
- <type>irc</type>
- <configuration>
- <host>irc.codehaus.org</host>
- <port>6667</port>
- <channel>#plexus</channel>
- </configuration>
- </notifier>
- </notifiers>
- </ciManagement>
- <inceptionYear>2001</inceptionYear>
- <mailingLists>
- <mailingList>
- <name>Plexus User List</name>
- <subscribe>http://xircles.codehaus.org/manage_email/user%40plexus.codehaus.org</subscribe>
- <unsubscribe>http://xircles.codehaus.org/manage_email/user%40plexus.codehaus.org</unsubscribe>
- <archive>http://archive.plexus.codehaus.org/user</archive>
- </mailingList>
- <mailingList>
- <name>Plexus Developer List</name>
- <subscribe>http://xircles.codehaus.org/manage_email/dev%40plexus.codehaus.org</subscribe>
- <unsubscribe>http://xircles.codehaus.org/manage_email/dev%40plexus.codehaus.org</unsubscribe>
- <archive>http://archive.plexus.codehaus.org/dev</archive>
- </mailingList>
- <mailingList>
- <name>Plexus Announce List</name>
- <subscribe>http://xircles.codehaus.org/manage_email/announce%40plexus.codehaus.org</subscribe>
- <unsubscribe>http://xircles.codehaus.org/manage_email/announce%40plexus.codehaus.org</unsubscribe>
- <archive>http://archive.plexus.codehaus.org/announce</archive>
- </mailingList>
- <mailingList>
- <name>Plexus Commit List</name>
- <subscribe>http://xircles.codehaus.org/manage_email/scm%40plexus.codehaus.org</subscribe>
- <unsubscribe>http://xircles.codehaus.org/manage_email/scm%40plexus.codehaus.org</unsubscribe>
- <archive>http://archive.plexus.codehaus.org/scm</archive>
- </mailingList>
- </mailingLists>
- <issueManagement>
- <system>JIRA</system>
- <url>http://jira.codehaus.org/browse/PLX</url>
- </issueManagement>
-
- <distributionManagement>
- <repository>
- <id>codehaus.org</id>
- <name>Plexus Central Repository</name>
- <url>dav:https://dav.codehaus.org/repository/plexus</url>
- </repository>
- <snapshotRepository>
- <id>codehaus.org</id>
- <name>Plexus Central Development Repository</name>
- <url>dav:https://dav.codehaus.org/snapshots.repository/plexus</url>
- </snapshotRepository>
- <site>
- <id>codehaus.org</id>
- <url>dav:https://dav.codehaus.org/plexus</url>
- </site>
- </distributionManagement>
- <repositories>
- <repository>
- <id>codehaus.snapshots</id>
- <name>Codehaus Snapshot Development Repository</name>
- <url>http://snapshots.repository.codehaus.org</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- </repository>
- </repositories>
-
- <developers>
- <developer>
- <id>jvanzyl</id>
- <name>Jason van Zyl</name>
- <email>jason@maven.org</email>
- <roles>
- <role>Developer</role>
- <role>Release Manager</role>
- </roles>
- </developer>
- <developer>
- <id>kaz</id>
- <name>Pete Kazmier</name>
- <email />
- <organization />
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <id>jtaylor</id>
- <name>James Taylor</name>
- <email>james@jamestaylor.org</email>
- <organization />
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <id>dandiep</id>
- <name>Dan Diephouse</name>
- <email>dan@envoisolutions.com</email>
- <organization>Envoi solutions</organization>
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <id>kasper</id>
- <name>Kasper Nielsen</name>
- <email>apache@kav.dk</email>
- <organization />
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <id>bwalding</id>
- <name>Ben Walding</name>
- <email>bwalding@codehaus.org</email>
- <organization>Walding Consulting Services</organization>
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <id>mhw</id>
- <name>Mark Wilkinson</name>
- <email>mhw@kremvax.net</email>
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <id>michal</id>
- <name>Michal Maczka</name>
- <email>mmaczka@interia.pl</email>
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <id>evenisse</id>
- <name>Emmanuel Venisse</name>
- <email>evenisse@codehaus.org</email>
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <name>Trygve Laugstol</name>
- <id>trygvis</id>
- <email>trygvis@codehaus.org</email>
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <name>Kenney Westerhof</name>
- <id>kenney</id>
- <email>kenney@codehaus.org</email>
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <name>Carlos Sanchez</name>
- <id>carlos</id>
- <email>carlos@codehaus.org</email>
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <name>Brett Porter</name>
- <id>brett</id>
- <email>brett@codehaus.org</email>
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <name>John Casey</name>
- <id>jdcasey</id>
- <email>jdcasey@codehaus.org</email>
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <name>Andrew Williams</name>
- <id>handyande</id>
- <email>andy@handyande.co.uk</email>
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <name>Rahul Thakur</name>
- <id>rahul</id>
- <email>rahul.thakur.xdev@gmail.com</email>
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <name>Joakim Erdfelt</name>
- <id>joakime</id>
- <email>joakim@erdfelt.com</email>
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <name>Olivier Lamy</name>
- <id>olamy</id>
- <email>olamy@codehaus.org</email>
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- </developers>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
- <scm>
- <connection>scm:svn:http://svn.codehaus.org/plexus/pom/tags/plexus-1.0.10</connection>
- <developerConnection>scm:svn:https://svn.codehaus.org/plexus/pom/tags/plexus-1.0.10</developerConnection>
- <url>http://fisheye.codehaus.org/browse/plexus/pom/tags/plexus-1.0.10</url>
- </scm>
- <organization>
- <name>Codehaus</name>
- <url>http://www.codehaus.org/</url>
- </organization>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.4</source>
- <target>1.4</target>
- </configuration>
- </plugin>
- </plugins>
- <extensions>
- <extension>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-webdav</artifactId>
- <version>1.0-beta-2</version>
- </extension>
- </extensions>
- </build>
-</project>
+<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> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus</artifactId> + <packaging>pom</packaging> + <name>Plexus</name> + <version>1.0.10</version> + <ciManagement> + <notifiers> + <notifier> + <type>mail</type> + <configuration> + <address>dev@plexus.codehaus.org</address> + </configuration> + </notifier> + <notifier> + <type>irc</type> + <configuration> + <host>irc.codehaus.org</host> + <port>6667</port> + <channel>#plexus</channel> + </configuration> + </notifier> + </notifiers> + </ciManagement> + <inceptionYear>2001</inceptionYear> + <mailingLists> + <mailingList> + <name>Plexus User List</name> + <subscribe>http://xircles.codehaus.org/manage_email/user%40plexus.codehaus.org</subscribe> + <unsubscribe>http://xircles.codehaus.org/manage_email/user%40plexus.codehaus.org</unsubscribe> + <archive>http://archive.plexus.codehaus.org/user</archive> + </mailingList> + <mailingList> + <name>Plexus Developer List</name> + <subscribe>http://xircles.codehaus.org/manage_email/dev%40plexus.codehaus.org</subscribe> + <unsubscribe>http://xircles.codehaus.org/manage_email/dev%40plexus.codehaus.org</unsubscribe> + <archive>http://archive.plexus.codehaus.org/dev</archive> + </mailingList> + <mailingList> + <name>Plexus Announce List</name> + <subscribe>http://xircles.codehaus.org/manage_email/announce%40plexus.codehaus.org</subscribe> + <unsubscribe>http://xircles.codehaus.org/manage_email/announce%40plexus.codehaus.org</unsubscribe> + <archive>http://archive.plexus.codehaus.org/announce</archive> + </mailingList> + <mailingList> + <name>Plexus Commit List</name> + <subscribe>http://xircles.codehaus.org/manage_email/scm%40plexus.codehaus.org</subscribe> + <unsubscribe>http://xircles.codehaus.org/manage_email/scm%40plexus.codehaus.org</unsubscribe> + <archive>http://archive.plexus.codehaus.org/scm</archive> + </mailingList> + </mailingLists> + <issueManagement> + <system>JIRA</system> + <url>http://jira.codehaus.org/browse/PLX</url> + </issueManagement> + + <distributionManagement> + <repository> + <id>codehaus.org</id> + <name>Plexus Central Repository</name> + <url>dav:https://dav.codehaus.org/repository/plexus</url> + </repository> + <snapshotRepository> + <id>codehaus.org</id> + <name>Plexus Central Development Repository</name> + <url>dav:https://dav.codehaus.org/snapshots.repository/plexus</url> + </snapshotRepository> + <site> + <id>codehaus.org</id> + <url>dav:https://dav.codehaus.org/plexus</url> + </site> + </distributionManagement> + <repositories> + <repository> + <id>codehaus.snapshots</id> + <name>Codehaus Snapshot Development Repository</name> + <url>http://snapshots.repository.codehaus.org</url> + <releases> + <enabled>false</enabled> + </releases> + </repository> + </repositories> + + <developers> + <developer> + <id>jvanzyl</id> + <name>Jason van Zyl</name> + <email>jason@maven.org</email> + <roles> + <role>Developer</role> + <role>Release Manager</role> + </roles> + </developer> + <developer> + <id>kaz</id> + <name>Pete Kazmier</name> + <email /> + <organization /> + <roles> + <role>Developer</role> + </roles> + </developer> + <developer> + <id>jtaylor</id> + <name>James Taylor</name> + <email>james@jamestaylor.org</email> + <organization /> + <roles> + <role>Developer</role> + </roles> + </developer> + <developer> + <id>dandiep</id> + <name>Dan Diephouse</name> + <email>dan@envoisolutions.com</email> + <organization>Envoi solutions</organization> + <roles> + <role>Developer</role> + </roles> + </developer> + <developer> + <id>kasper</id> + <name>Kasper Nielsen</name> + <email>apache@kav.dk</email> + <organization /> + <roles> + <role>Developer</role> + </roles> + </developer> + <developer> + <id>bwalding</id> + <name>Ben Walding</name> + <email>bwalding@codehaus.org</email> + <organization>Walding Consulting Services</organization> + <roles> + <role>Developer</role> + </roles> + </developer> + <developer> + <id>mhw</id> + <name>Mark Wilkinson</name> + <email>mhw@kremvax.net</email> + <roles> + <role>Developer</role> + </roles> + </developer> + <developer> + <id>michal</id> + <name>Michal Maczka</name> + <email>mmaczka@interia.pl</email> + <roles> + <role>Developer</role> + </roles> + </developer> + <developer> + <id>evenisse</id> + <name>Emmanuel Venisse</name> + <email>evenisse@codehaus.org</email> + <roles> + <role>Developer</role> + </roles> + </developer> + <developer> + <name>Trygve Laugstol</name> + <id>trygvis</id> + <email>trygvis@codehaus.org</email> + <roles> + <role>Developer</role> + </roles> + </developer> + <developer> + <name>Kenney Westerhof</name> + <id>kenney</id> + <email>kenney@codehaus.org</email> + <roles> + <role>Developer</role> + </roles> + </developer> + <developer> + <name>Carlos Sanchez</name> + <id>carlos</id> + <email>carlos@codehaus.org</email> + <roles> + <role>Developer</role> + </roles> + </developer> + <developer> + <name>Brett Porter</name> + <id>brett</id> + <email>brett@codehaus.org</email> + <roles> + <role>Developer</role> + </roles> + </developer> + <developer> + <name>John Casey</name> + <id>jdcasey</id> + <email>jdcasey@codehaus.org</email> + <roles> + <role>Developer</role> + </roles> + </developer> + <developer> + <name>Andrew Williams</name> + <id>handyande</id> + <email>andy@handyande.co.uk</email> + <roles> + <role>Developer</role> + </roles> + </developer> + <developer> + <name>Rahul Thakur</name> + <id>rahul</id> + <email>rahul.thakur.xdev@gmail.com</email> + <roles> + <role>Developer</role> + </roles> + </developer> + <developer> + <name>Joakim Erdfelt</name> + <id>joakime</id> + <email>joakim@erdfelt.com</email> + <roles> + <role>Developer</role> + </roles> + </developer> + <developer> + <name>Olivier Lamy</name> + <id>olamy</id> + <email>olamy@codehaus.org</email> + <roles> + <role>Developer</role> + </roles> + </developer> + </developers> + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> + <scope>test</scope> + </dependency> + </dependencies> + <scm> + <connection>scm:svn:http://svn.codehaus.org/plexus/pom/tags/plexus-1.0.10</connection> + <developerConnection>scm:svn:https://svn.codehaus.org/plexus/pom/tags/plexus-1.0.10</developerConnection> + <url>http://fisheye.codehaus.org/browse/plexus/pom/tags/plexus-1.0.10</url> + </scm> + <organization> + <name>Codehaus</name> + <url>http://www.codehaus.org/</url> + </organization> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>1.4</source> + <target>1.4</target> + </configuration> + </plugin> + </plugins> + <extensions> + <extension> + <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-webdav</artifactId> + <version>1.0-beta-2</version> + </extension> + </extensions> + </build> +</project> diff --git a/archiva-modules/plugins/maven2-repository/src/test/repositories/default-repository/org/apache/maven/archiva/archiva/1.0-SNAPSHOT/archiva-1.0-20061126.005254-2.pom b/archiva-modules/plugins/maven2-repository/src/test/repositories/default-repository/org/apache/maven/archiva/archiva/1.0-SNAPSHOT/archiva-1.0-20061126.005254-2.pom index cf8e32963..201905d46 100644 --- a/archiva-modules/plugins/maven2-repository/src/test/repositories/default-repository/org/apache/maven/archiva/archiva/1.0-SNAPSHOT/archiva-1.0-20061126.005254-2.pom +++ b/archiva-modules/plugins/maven2-repository/src/test/repositories/default-repository/org/apache/maven/archiva/archiva/1.0-SNAPSHOT/archiva-1.0-20061126.005254-2.pom @@ -1,505 +1,505 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<!--
- ~ 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.
- -->
-
-<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>org.apache.maven</groupId>
- <artifactId>maven-parent</artifactId>
- <version>4</version>
- <relativePath>../pom/maven/pom.xml</relativePath>
- </parent>
- <groupId>org.apache.maven.archiva</groupId>
- <artifactId>archiva</artifactId>
- <packaging>pom</packaging>
- <name>Archiva</name>
- <version>1.0-SNAPSHOT</version>
- <description>
- Archiva is an application for managing one or more remote repositories, including
- administration, artifact handling,
- browsing and searching.
- </description>
- <url>http://maven.apache.org/archiva</url>
- <issueManagement>
- <system>jira</system>
- <url>http://jira.codehaus.org/browse/MRM</url>
- </issueManagement>
- <mailingLists>
- <mailingList>
- <name>Maven Archiva User List</name>
- <subscribe>archiva-users-subscribe@maven.apache.org</subscribe>
- <unsubscribe>archiva-users-unsubscribe@maven.apache.org</unsubscribe>
- <post>archiva-users@maven.apache.org</post>
- <archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-users</archive>
- </mailingList>
- <mailingList>
- <name>Maven Archiva Developer List</name>
- <subscribe>archiva-dev-subscribe@maven.apache.org</subscribe>
- <unsubscribe>archiva-dev-unsubscribe@maven.apache.org</unsubscribe>
- <post>archiva-dev@maven.apache.org</post>
- <archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-dev</archive>
- </mailingList>
- <mailingList>
- <name>Maven Archiva Commits List</name>
- <subscribe>archiva-commits-subscribe@maven.apache.org</subscribe>
- <unsubscribe>archiva-commits-unsubscribe@maven.apache.org</unsubscribe>
- <post>archiva-commits@maven.apache.org</post>
- <archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-commits</archive>
- </mailingList>
- </mailingLists>
- <scm>
- <connection>scm:svn:http://svn.apache.org/repos/asf/maven/archiva/trunk</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archiva/trunk</developerConnection>
- <url>http://svn.apache.org/viewcvs.cgi/maven/archiva/trunk</url>
- </scm>
- <distributionManagement>
- <site>
- <id>apache.website</id>
- <url>scpexe://people.apache.org/www/maven.apache.org/archiva/</url>
- </site>
- </distributionManagement>
- <build>
- <extensions>
- <extension>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-ssh-external</artifactId>
- <version>1.0-alpha-5</version>
- </extension>
- </extensions>
- <plugins>
- <plugin>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-maven-plugin</artifactId>
- <version>1.3</version>
- <executions>
- <execution>
- <goals>
- <goal>descriptor</goal>
- <goal>merge-descriptors</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.4</source>
- <target>1.4</target>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>2.2</version>
- </plugin>
- </plugins>
- <pluginManagement>
- <plugins>
- <plugin>
- <artifactId>maven-idea-plugin</artifactId>
- <configuration>
- <jdkLevel>1.4</jdkLevel>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
- <tagBase>https://svn.apache.org/repos/asf/maven/archiva/tags</tagBase>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
- <modules>
- <module>archiva-applet</module>
- <module>archiva-converter</module>
- <module>archiva-discoverer</module>
- <module>archiva-reports-standard</module>
- <module>archiva-indexer</module>
- <module>archiva-webapp</module>
- <module>archiva-proxy</module>
- <module>archiva-core</module>
- <module>archiva-configuration</module>
- <module>maven-meeper</module>
- <module>archiva-repository-layer</module>
- <module>archiva-plexus-application</module>
- <module>archiva-plexus-runtime</module>
- <module>archiva-security</module>
- <module>archiva-cli</module>
- </modules>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-container-default</artifactId>
- <version>1.0-alpha-10</version>
- </dependency>
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-utils</artifactId>
- <version>1.3</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-repository-metadata</artifactId>
- <version>${maven.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-model</artifactId>
- <version>${maven.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-artifact</artifactId>
- <version>${maven.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-artifact-manager</artifactId>
- <version>${maven.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-project</artifactId>
- <version>${maven.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-model-converter</artifactId>
- <version>2.0.4</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-provider-api</artifactId>
- <version>${wagon.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-ssh</artifactId>
- <version>${wagon.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-file</artifactId>
- <version>${wagon.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-http-lightweight</artifactId>
- <version>${wagon.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven.archiva</groupId>
- <artifactId>archiva-core</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven.archiva</groupId>
- <artifactId>archiva-reports-standard</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven.archiva</groupId>
- <artifactId>archiva-discoverer</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven.archiva</groupId>
- <artifactId>archiva-repository-layer</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven.archiva</groupId>
- <artifactId>archiva-indexer</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven.archiva</groupId>
- <artifactId>archiva-proxy</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven.archiva</groupId>
- <artifactId>archiva-applet</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven.archiva</groupId>
- <artifactId>archiva-security</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven.archiva</groupId>
- <artifactId>archiva-configuration</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven.archiva</groupId>
- <artifactId>archiva-converter</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven.archiva</groupId>
- <artifactId>archiva-webapp</artifactId>
- <version>${pom.version}</version>
- <type>war</type>
- </dependency>
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-digest</artifactId>
- <version>1.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.codehaus.plexus.security</groupId>
- <artifactId>plexus-security-rbac-profile</artifactId>
- <version>${plexus-security.version}</version>
- </dependency>
- <dependency>
- <groupId>org.codehaus.plexus.security</groupId>
- <artifactId>plexus-security-system</artifactId>
- <version>${plexus-security.version}</version>
- </dependency>
- <dependency>
- <groupId>org.codehaus.plexus.security</groupId>
- <artifactId>plexus-security-system</artifactId>
- <version>${plexus-security.version}</version>
- </dependency>
- <dependency>
- <groupId>org.codehaus.plexus.security</groupId>
- <artifactId>plexus-security-ui-web</artifactId>
- <version>${plexus-security.version}</version>
- <type>war</type>
- </dependency>
- <dependency>
- <groupId>org.codehaus.plexus.security</groupId>
- <artifactId>plexus-security-ui-web-integration</artifactId>
- <version>${plexus-security.version}</version>
- </dependency>
- <dependency>
- <groupId>org.codehaus.plexus.security</groupId>
- <artifactId>plexus-security-ui-web-taglib</artifactId>
- <version>${plexus-security.version}</version>
- </dependency>
- <dependency>
- <groupId>org.codehaus.plexus.security</groupId>
- <artifactId>plexus-security-authentication-provider-user-manager</artifactId>
- <version>${plexus-security.version}</version>
- </dependency>
- <dependency>
- <groupId>org.codehaus.plexus.security</groupId>
- <artifactId>plexus-security-authentication-provider-keystore</artifactId>
- <version>${plexus-security.version}</version>
- </dependency>
- <dependency>
- <groupId>org.codehaus.plexus.security</groupId>
- <artifactId>plexus-security-user-management-api</artifactId>
- <version>${plexus-security.version}</version>
- </dependency>
- <dependency>
- <groupId>org.codehaus.plexus.security</groupId>
- <artifactId>plexus-security-user-management-provider-jdo</artifactId>
- <version>${plexus-security.version}</version>
- </dependency>
- <dependency>
- <groupId>org.codehaus.plexus.security</groupId>
- <artifactId>plexus-security-authorization-rbac-store-jdo</artifactId>
- <version>${plexus-security.version}</version>
- </dependency>
- <dependency>
- <groupId>org.codehaus.plexus.security</groupId>
- <artifactId>plexus-security-authorization-api</artifactId>
- <version>${plexus-security.version}</version>
- </dependency>
- <dependency>
- <groupId>org.codehaus.plexus.security</groupId>
- <artifactId>plexus-security-authorization-rbac-authorizer</artifactId>
- <version>${plexus-security.version}</version>
- </dependency>
- <dependency>
- <groupId>org.codehaus.plexus.security</groupId>
- <artifactId>plexus-security-keys-jdo</artifactId>
- <version>${plexus-security.version}</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <configuration>
- <configLocation>config/maven_checks.xml</configLocation>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>changelog-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>taglist-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <artifactId>maven-jxr-plugin</artifactId>
- <configuration>
- <aggregate>true</aggregate>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-surefire-report-plugin</artifactId>
- </plugin>
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <aggregate>true</aggregate>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-pmd-plugin</artifactId>
- <!-- TODO: choose appropriate rulesets -->
- </plugin>
- </plugins>
- </reporting>
- <profiles>
- <profile>
- <id>ci</id>
- <activation>
- <property>
- <name>enableCiProfile</name>
- <value>true</value>
- </property>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-pmd-plugin</artifactId>
- <executions>
- <execution>
- <phase>process-sources</phase>
- <goals>
- <!-- TODO: after rules are set
- <goal>check</goal>
- -->
- <goal>cpd-check</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <executions>
- <execution>
- <phase>process-sources</phase>
- <goals>
- <!-- TODO: reformat first, and correct the checks (some are not consistent with the Maven style)
- <goal>check</goal>
- -->
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- <configuration>
- <check>
- <totalLineRate>77</totalLineRate>
- <totalBranchRate>95</totalBranchRate>
- </check>
-
- <instrumentation>
- <excludes>
- <exclude>**/*$*</exclude>
- </excludes>
- </instrumentation>
- </configuration>
- <executions>
- <execution>
- <id>clean</id>
- <goals>
- <goal>clean</goal>
- </goals>
- </execution>
- <execution>
- <id>check</id>
- <goals>
- <goal>check</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
- <!-- TODO: remove once xwork integration, plexus container is released -->
- <repositories>
- <repository>
- <id>codehaus.org</id>
- <url>http://snapshots.repository.codehaus.org</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>codehaus.org</id>
- <url>http://snapshots.repository.codehaus.org</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </pluginRepository>
-
- <!-- See: http://www.nabble.com/NoClassDefFoundError-from-shared-in-project-info-reports-tf2678299s177.html#a7489595 -->
- <pluginRepository>
- <id>apache.org</id>
- <url>http://people.apache.org/repo/m2-snapshot-repository</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </pluginRepository>
- </pluginRepositories>
- <properties>
- <maven.version>2.0.4</maven.version>
- <wagon.version>1.0-beta-1</wagon.version>
- <plexus-security.version>1.0-alpha-6-SNAPSHOT</plexus-security.version>
- </properties>
-</project>
+<?xml version="1.0" encoding="UTF-8"?> +<!-- + ~ 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. + --> + +<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>org.apache.maven</groupId> + <artifactId>maven-parent</artifactId> + <version>4</version> + <relativePath>../pom/maven/pom.xml</relativePath> + </parent> + <groupId>org.apache.maven.archiva</groupId> + <artifactId>archiva</artifactId> + <packaging>pom</packaging> + <name>Archiva</name> + <version>1.0-SNAPSHOT</version> + <description> + Archiva is an application for managing one or more remote repositories, including + administration, artifact handling, + browsing and searching. + </description> + <url>http://maven.apache.org/archiva</url> + <issueManagement> + <system>jira</system> + <url>http://jira.codehaus.org/browse/MRM</url> + </issueManagement> + <mailingLists> + <mailingList> + <name>Maven Archiva User List</name> + <subscribe>archiva-users-subscribe@maven.apache.org</subscribe> + <unsubscribe>archiva-users-unsubscribe@maven.apache.org</unsubscribe> + <post>archiva-users@maven.apache.org</post> + <archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-users</archive> + </mailingList> + <mailingList> + <name>Maven Archiva Developer List</name> + <subscribe>archiva-dev-subscribe@maven.apache.org</subscribe> + <unsubscribe>archiva-dev-unsubscribe@maven.apache.org</unsubscribe> + <post>archiva-dev@maven.apache.org</post> + <archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-dev</archive> + </mailingList> + <mailingList> + <name>Maven Archiva Commits List</name> + <subscribe>archiva-commits-subscribe@maven.apache.org</subscribe> + <unsubscribe>archiva-commits-unsubscribe@maven.apache.org</unsubscribe> + <post>archiva-commits@maven.apache.org</post> + <archive>http://mail-archives.apache.org/mod_mbox/maven-archiva-commits</archive> + </mailingList> + </mailingLists> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/maven/archiva/trunk</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archiva/trunk</developerConnection> + <url>http://svn.apache.org/viewcvs.cgi/maven/archiva/trunk</url> + </scm> + <distributionManagement> + <site> + <id>apache.website</id> + <url>scpexe://people.apache.org/www/maven.apache.org/archiva/</url> + </site> + </distributionManagement> + <build> + <extensions> + <extension> + <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-ssh-external</artifactId> + <version>1.0-alpha-5</version> + </extension> + </extensions> + <plugins> + <plugin> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-maven-plugin</artifactId> + <version>1.3</version> + <executions> + <execution> + <goals> + <goal>descriptor</goal> + <goal>merge-descriptors</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>1.4</source> + <target>1.4</target> + </configuration> + </plugin> + <plugin> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.2</version> + </plugin> + </plugins> + <pluginManagement> + <plugins> + <plugin> + <artifactId>maven-idea-plugin</artifactId> + <configuration> + <jdkLevel>1.4</jdkLevel> + </configuration> + </plugin> + <plugin> + <artifactId>maven-release-plugin</artifactId> + <configuration> + <tagBase>https://svn.apache.org/repos/asf/maven/archiva/tags</tagBase> + </configuration> + </plugin> + </plugins> + </pluginManagement> + </build> + <modules> + <module>archiva-applet</module> + <module>archiva-converter</module> + <module>archiva-discoverer</module> + <module>archiva-reports-standard</module> + <module>archiva-indexer</module> + <module>archiva-webapp</module> + <module>archiva-proxy</module> + <module>archiva-core</module> + <module>archiva-configuration</module> + <module>maven-meeper</module> + <module>archiva-repository-layer</module> + <module>archiva-plexus-application</module> + <module>archiva-plexus-runtime</module> + <module>archiva-security</module> + <module>archiva-cli</module> + </modules> + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> + <scope>test</scope> + </dependency> + </dependencies> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-container-default</artifactId> + <version>1.0-alpha-10</version> + </dependency> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-utils</artifactId> + <version>1.3</version> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-repository-metadata</artifactId> + <version>${maven.version}</version> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-model</artifactId> + <version>${maven.version}</version> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-artifact</artifactId> + <version>${maven.version}</version> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-artifact-manager</artifactId> + <version>${maven.version}</version> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-project</artifactId> + <version>${maven.version}</version> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-model-converter</artifactId> + <version>2.0.4</version> + </dependency> + <dependency> + <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-provider-api</artifactId> + <version>${wagon.version}</version> + </dependency> + <dependency> + <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-ssh</artifactId> + <version>${wagon.version}</version> + </dependency> + <dependency> + <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-file</artifactId> + <version>${wagon.version}</version> + </dependency> + <dependency> + <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-http-lightweight</artifactId> + <version>${wagon.version}</version> + </dependency> + <dependency> + <groupId>org.apache.maven.archiva</groupId> + <artifactId>archiva-core</artifactId> + <version>${pom.version}</version> + </dependency> + <dependency> + <groupId>org.apache.maven.archiva</groupId> + <artifactId>archiva-reports-standard</artifactId> + <version>${pom.version}</version> + </dependency> + <dependency> + <groupId>org.apache.maven.archiva</groupId> + <artifactId>archiva-discoverer</artifactId> + <version>${pom.version}</version> + </dependency> + <dependency> + <groupId>org.apache.maven.archiva</groupId> + <artifactId>archiva-repository-layer</artifactId> + <version>${pom.version}</version> + </dependency> + <dependency> + <groupId>org.apache.maven.archiva</groupId> + <artifactId>archiva-indexer</artifactId> + <version>${pom.version}</version> + </dependency> + <dependency> + <groupId>org.apache.maven.archiva</groupId> + <artifactId>archiva-proxy</artifactId> + <version>${pom.version}</version> + </dependency> + <dependency> + <groupId>org.apache.maven.archiva</groupId> + <artifactId>archiva-applet</artifactId> + <version>${pom.version}</version> + </dependency> + <dependency> + <groupId>org.apache.maven.archiva</groupId> + <artifactId>archiva-security</artifactId> + <version>${pom.version}</version> + </dependency> + <dependency> + <groupId>org.apache.maven.archiva</groupId> + <artifactId>archiva-configuration</artifactId> + <version>${pom.version}</version> + </dependency> + <dependency> + <groupId>org.apache.maven.archiva</groupId> + <artifactId>archiva-converter</artifactId> + <version>${pom.version}</version> + </dependency> + <dependency> + <groupId>org.apache.maven.archiva</groupId> + <artifactId>archiva-webapp</artifactId> + <version>${pom.version}</version> + <type>war</type> + </dependency> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-digest</artifactId> + <version>1.0-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.codehaus.plexus.security</groupId> + <artifactId>plexus-security-rbac-profile</artifactId> + <version>${plexus-security.version}</version> + </dependency> + <dependency> + <groupId>org.codehaus.plexus.security</groupId> + <artifactId>plexus-security-system</artifactId> + <version>${plexus-security.version}</version> + </dependency> + <dependency> + <groupId>org.codehaus.plexus.security</groupId> + <artifactId>plexus-security-system</artifactId> + <version>${plexus-security.version}</version> + </dependency> + <dependency> + <groupId>org.codehaus.plexus.security</groupId> + <artifactId>plexus-security-ui-web</artifactId> + <version>${plexus-security.version}</version> + <type>war</type> + </dependency> + <dependency> + <groupId>org.codehaus.plexus.security</groupId> + <artifactId>plexus-security-ui-web-integration</artifactId> + <version>${plexus-security.version}</version> + </dependency> + <dependency> + <groupId>org.codehaus.plexus.security</groupId> + <artifactId>plexus-security-ui-web-taglib</artifactId> + <version>${plexus-security.version}</version> + </dependency> + <dependency> + <groupId>org.codehaus.plexus.security</groupId> + <artifactId>plexus-security-authentication-provider-user-manager</artifactId> + <version>${plexus-security.version}</version> + </dependency> + <dependency> + <groupId>org.codehaus.plexus.security</groupId> + <artifactId>plexus-security-authentication-provider-keystore</artifactId> + <version>${plexus-security.version}</version> + </dependency> + <dependency> + <groupId>org.codehaus.plexus.security</groupId> + <artifactId>plexus-security-user-management-api</artifactId> + <version>${plexus-security.version}</version> + </dependency> + <dependency> + <groupId>org.codehaus.plexus.security</groupId> + <artifactId>plexus-security-user-management-provider-jdo</artifactId> + <version>${plexus-security.version}</version> + </dependency> + <dependency> + <groupId>org.codehaus.plexus.security</groupId> + <artifactId>plexus-security-authorization-rbac-store-jdo</artifactId> + <version>${plexus-security.version}</version> + </dependency> + <dependency> + <groupId>org.codehaus.plexus.security</groupId> + <artifactId>plexus-security-authorization-api</artifactId> + <version>${plexus-security.version}</version> + </dependency> + <dependency> + <groupId>org.codehaus.plexus.security</groupId> + <artifactId>plexus-security-authorization-rbac-authorizer</artifactId> + <version>${plexus-security.version}</version> + </dependency> + <dependency> + <groupId>org.codehaus.plexus.security</groupId> + <artifactId>plexus-security-keys-jdo</artifactId> + <version>${plexus-security.version}</version> + </dependency> + </dependencies> + </dependencyManagement> + <reporting> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + </plugin> + <plugin> + <artifactId>maven-checkstyle-plugin</artifactId> + <configuration> + <configLocation>config/maven_checks.xml</configLocation> + </configuration> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>changelog-maven-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>taglist-maven-plugin</artifactId> + </plugin> + <plugin> + <artifactId>maven-jxr-plugin</artifactId> + <configuration> + <aggregate>true</aggregate> + </configuration> + </plugin> + <plugin> + <artifactId>maven-surefire-report-plugin</artifactId> + </plugin> + <plugin> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <aggregate>true</aggregate> + </configuration> + </plugin> + <plugin> + <artifactId>maven-pmd-plugin</artifactId> + <!-- TODO: choose appropriate rulesets --> + </plugin> + </plugins> + </reporting> + <profiles> + <profile> + <id>ci</id> + <activation> + <property> + <name>enableCiProfile</name> + <value>true</value> + </property> + </activation> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-pmd-plugin</artifactId> + <executions> + <execution> + <phase>process-sources</phase> + <goals> + <!-- TODO: after rules are set + <goal>check</goal> + --> + <goal>cpd-check</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-checkstyle-plugin</artifactId> + <executions> + <execution> + <phase>process-sources</phase> + <goals> + <!-- TODO: reformat first, and correct the checks (some are not consistent with the Maven style) + <goal>check</goal> + --> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + <configuration> + <check> + <totalLineRate>77</totalLineRate> + <totalBranchRate>95</totalBranchRate> + </check> + + <instrumentation> + <excludes> + <exclude>**/*$*</exclude> + </excludes> + </instrumentation> + </configuration> + <executions> + <execution> + <id>clean</id> + <goals> + <goal>clean</goal> + </goals> + </execution> + <execution> + <id>check</id> + <goals> + <goal>check</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + </profile> + </profiles> + <!-- TODO: remove once xwork integration, plexus container is released --> + <repositories> + <repository> + <id>codehaus.org</id> + <url>http://snapshots.repository.codehaus.org</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> + </repositories> + <pluginRepositories> + <pluginRepository> + <id>codehaus.org</id> + <url>http://snapshots.repository.codehaus.org</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </pluginRepository> + + <!-- See: http://www.nabble.com/NoClassDefFoundError-from-shared-in-project-info-reports-tf2678299s177.html#a7489595 --> + <pluginRepository> + <id>apache.org</id> + <url>http://people.apache.org/repo/m2-snapshot-repository</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </pluginRepository> + </pluginRepositories> + <properties> + <maven.version>2.0.4</maven.version> + <wagon.version>1.0-beta-1</wagon.version> + <plexus-security.version>1.0-alpha-6-SNAPSHOT</plexus-security.version> + </properties> +</project> diff --git a/archiva-modules/plugins/maven2-repository/src/test/resources/commons-io/commons-io/1.4/commons-io-1.4.pom b/archiva-modules/plugins/maven2-repository/src/test/resources/commons-io/commons-io/1.4/commons-io-1.4.pom index df250af94..09abb5a47 100644 --- a/archiva-modules/plugins/maven2-repository/src/test/resources/commons-io/commons-io/1.4/commons-io-1.4.pom +++ b/archiva-modules/plugins/maven2-repository/src/test/resources/commons-io/commons-io/1.4/commons-io-1.4.pom @@ -1,419 +1,419 @@ -<?xml version="1.0"?>
-<!--
- 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.
--->
-<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.commons</groupId>
- <artifactId>commons-parent</artifactId>
- <version>7</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>1.4</version>
- <name>Commons IO</name>
-
- <inceptionYear>2002</inceptionYear>
- <description>
- Commons-IO contains utility classes, stream implementations, file filters, file comparators and endian classes.
- </description>
-
- <url>http://commons.apache.org/io/</url>
-
- <issueManagement>
- <system>jira</system>
- <url>http://issues.apache.org/jira/browse/IO</url>
- </issueManagement>
-
- <scm>
- <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/io/trunk</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/io/trunk</developerConnection>
- <url>http://svn.apache.org/viewvc/commons/proper/io/trunk</url>
- </scm>
-
- <developers>
- <developer>
- <name>Scott Sanders</name>
- <id>sanders</id>
- <email>sanders@apache.org</email>
- <organization></organization>
- <roles>
- <role>Java Developer</role>
- </roles>
- </developer>
- <developer>
- <name>dIon Gillard</name>
- <id>dion</id>
- <email>dion@apache.org</email>
- <organization></organization>
- <roles>
- <role>Java Developer</role>
- </roles>
- </developer>
- <developer>
- <name>Nicola Ken Barozzi</name>
- <id>nicolaken</id>
- <email>nicolaken@apache.org</email>
- <organization></organization>
- <roles>
- <role>Java Developer</role>
- </roles>
- </developer>
- <developer>
- <name>Henri Yandell</name>
- <id>bayard</id>
- <email>bayard@apache.org</email>
- <organization></organization>
- <roles>
- <role>Java Developer</role>
- </roles>
- </developer>
- <developer>
- <name>Stephen Colebourne</name>
- <id>scolebourne</id>
- <organization></organization>
- <roles>
- <role>Java Developer</role>
- </roles>
- <timezone>0</timezone>
- </developer>
- <developer>
- <name>Jeremias Maerki</name>
- <id>jeremias</id>
- <email>jeremias@apache.org</email>
- <organization/>
- <roles>
- <role>Java Developer</role>
- </roles>
- <timezone>+1</timezone>
- </developer>
- <developer>
- <name>Matthew Hawthorne</name>
- <id>matth</id>
- <email>matth@apache.org</email>
- <organization/>
- <roles>
- <role>Java Developer</role>
- </roles>
- </developer>
- <developer>
- <name>Martin Cooper</name>
- <id>martinc</id>
- <email>martinc@apache.org</email>
- <organization/>
- <roles>
- <role>Java Developer</role>
- </roles>
- </developer>
- <developer>
- <name>Rob Oxspring</name>
- <id>roxspring</id>
- <email>roxspring@apache.org</email>
- <organization/>
- <roles>
- <role>Java Developer</role>
- </roles>
- </developer>
- <developer>
- <name>Jochen Wiedmann</name>
- <id>jochen</id>
- <email>jochen.wiedmann@gmail.com</email>
- </developer>
- <developer>
- <name>Niall Pemberton</name>
- <id>niallp</id>
- <roles>
- <role>Java Developer</role>
- </roles>
- </developer>
- <developer>
- <name>Jukka Zitting</name>
- <id>jukka</id>
- <roles>
- <role>Java Developer</role>
- </roles>
- </developer>
- </developers>
-
- <contributors>
- <contributor>
- <name>Rahul Akolkar</name>
- </contributor>
- <contributor>
- <name>Jason Anderson</name>
- </contributor>
- <contributor>
- <name>Nathan Beyer</name>
- </contributor>
- <contributor>
- <name>Emmanuel Bourg</name>
- </contributor>
- <contributor>
- <name>Chris Eldredge</name>
- </contributor>
- <contributor>
- <name>Magnus Grimsell</name>
- </contributor>
- <contributor>
- <name>Jim Harrington</name>
- </contributor>
- <contributor>
- <name>Thomas Ledoux</name>
- </contributor>
- <contributor>
- <name>Andy Lehane</name>
- </contributor>
- <contributor>
- <name>Marcelo Liberato</name>
- </contributor>
- <contributor>
- <name>Alban Peignier</name>
- <email>alban.peignier at free.fr</email>
- </contributor>
- <contributor>
- <name>Ian Springer</name>
- </contributor>
- <contributor>
- <name>Masato Tezuka</name>
- </contributor>
- <contributor>
- <name>James Urie</name>
- </contributor>
- <contributor>
- <name>Frank W. Zammetti</name>
- </contributor>
- </contributors>
-
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
-
- <build>
- <sourceDirectory>src/java</sourceDirectory>
- <testSourceDirectory>src/test</testSourceDirectory>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <includes>
- <include>**/*Test*</include>
- </includes>
- <excludes>
- <exclude>**/*AbstractTestCase*</exclude>
- <exclude>**/AllIOTestSuite*</exclude>
- <exclude>**/PackageTestSuite*</exclude>
- <exclude>**/testtools/**</exclude>
-
- <!-- http://jira.codehaus.org/browse/SUREFIRE-44 -->
- <exclude>**/*$*</exclude>
- </excludes>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <descriptors>
- <descriptor>src/main/assembly/bin.xml</descriptor>
- <descriptor>src/main/assembly/src.xml</descriptor>
- </descriptors>
- <tarLongFileMode>gnu</tarLongFileMode>
- </configuration>
- </plugin>
-
- <plugin>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
- <!--
- Configure OSGi bundle information
- (remove when maven bundle plugin is added to commons-parent pom)
- -->
- <manifestEntries>
- <Bundle-SymbolicName>org.apache.commons.io</Bundle-SymbolicName>
- <Bundle-License>http://www.apache.org/licenses/LICENSE-2.0.txt</Bundle-License>
- <Bundle-ManifestVersion>2</Bundle-ManifestVersion>
- <Bundle-Name>Apache Commons IO Bundle</Bundle-Name>
- <Bundle-Vendor>${project.organization.name}</Bundle-Vendor>
- <Bundle-Version>${project.version}</Bundle-Version>
- <Export-Package>
-org.apache.commons.io;version=${project.version},
-org.apache.commons.io.comparator;version=${project.version},
-org.apache.commons.io.filefilter;version=${project.version},
-org.apache.commons.io.input;version=${project.version},
-org.apache.commons.io.output;version=${project.version}
- </Export-Package>
- <Import-Package>
-org.apache.commons.io;version=${project.version},
-org.apache.commons.io.comparator;version=${project.version},
-org.apache.commons.io.filefilter;version=${project.version},
-org.apache.commons.io.input;version=${project.version},
-org.apache.commons.io.output;version=${project.version}
- </Import-Package>
- </manifestEntries>
- </archive>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-changes-plugin</artifactId>
- <version>2.0-beta-3</version>
- <configuration>
- <issueLinkTemplate>%URL%/../%ISSUE%</issueLinkTemplate>
- <!--
- JIRA Search parameters:
- - resolution=1 specifies "Fixed"
- - fixfor=12312101 specifies "Commons IO version 1.4"
-
- If/when http://jira.codehaus.org/browse/MCHANGES-92
- is fixed this will be easier/less messy
- -->
- <filter>&&resolution=1&fixfor=12312101</filter>
- </configuration>
- <reportSets>
- <reportSet>
- <reports>
- <report>jira-report</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.1</version>
- <configuration>
- <configLocation>checkstyle.xml</configLocation>
- <enableRulesSummary>false</enableRulesSummary>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>2.3</version>
- <configuration>
- <source>1.4</source>
- <links>
- <link>http://java.sun.com/j2se/1.4.2/docs/api</link>
- </links>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>clirr-maven-plugin</artifactId>
- <version>2.1</version>
- <configuration>
- <comparisonVersion>1.3.2</comparisonVersion>
- <minSeverity>info</minSeverity>
- </configuration>
- </plugin>
- </plugins>
- </reporting>
-
- <profiles>
- <profile>
- <id>release</id>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-site-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>site</goal>
- </goals>
- <phase>package</phase>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-antrun-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>run</goal>
- </goals>
- <phase>package</phase>
- <configuration>
- <tasks>
- <copy todir="${project.build.directory}/site/api-release">
- <fileset dir="${project.build.directory}/site/apidocs"/>
- </copy>
- </tasks>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>attached</goal>
- </goals>
- <phase>package</phase>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
- <id>rc</id>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-site-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>site</goal>
- </goals>
- <phase>package</phase>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>attached</goal>
- </goals>
- <phase>package</phase>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-</project>
+<?xml version="1.0"?> +<!-- + 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. +--> +<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.commons</groupId> + <artifactId>commons-parent</artifactId> + <version>7</version> + </parent> + <modelVersion>4.0.0</modelVersion> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>1.4</version> + <name>Commons IO</name> + + <inceptionYear>2002</inceptionYear> + <description> + Commons-IO contains utility classes, stream implementations, file filters, file comparators and endian classes. + </description> + + <url>http://commons.apache.org/io/</url> + + <issueManagement> + <system>jira</system> + <url>http://issues.apache.org/jira/browse/IO</url> + </issueManagement> + + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/io/trunk</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/io/trunk</developerConnection> + <url>http://svn.apache.org/viewvc/commons/proper/io/trunk</url> + </scm> + + <developers> + <developer> + <name>Scott Sanders</name> + <id>sanders</id> + <email>sanders@apache.org</email> + <organization></organization> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <name>dIon Gillard</name> + <id>dion</id> + <email>dion@apache.org</email> + <organization></organization> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <name>Nicola Ken Barozzi</name> + <id>nicolaken</id> + <email>nicolaken@apache.org</email> + <organization></organization> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <name>Henri Yandell</name> + <id>bayard</id> + <email>bayard@apache.org</email> + <organization></organization> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <name>Stephen Colebourne</name> + <id>scolebourne</id> + <organization></organization> + <roles> + <role>Java Developer</role> + </roles> + <timezone>0</timezone> + </developer> + <developer> + <name>Jeremias Maerki</name> + <id>jeremias</id> + <email>jeremias@apache.org</email> + <organization/> + <roles> + <role>Java Developer</role> + </roles> + <timezone>+1</timezone> + </developer> + <developer> + <name>Matthew Hawthorne</name> + <id>matth</id> + <email>matth@apache.org</email> + <organization/> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <name>Martin Cooper</name> + <id>martinc</id> + <email>martinc@apache.org</email> + <organization/> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <name>Rob Oxspring</name> + <id>roxspring</id> + <email>roxspring@apache.org</email> + <organization/> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <name>Jochen Wiedmann</name> + <id>jochen</id> + <email>jochen.wiedmann@gmail.com</email> + </developer> + <developer> + <name>Niall Pemberton</name> + <id>niallp</id> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <name>Jukka Zitting</name> + <id>jukka</id> + <roles> + <role>Java Developer</role> + </roles> + </developer> + </developers> + + <contributors> + <contributor> + <name>Rahul Akolkar</name> + </contributor> + <contributor> + <name>Jason Anderson</name> + </contributor> + <contributor> + <name>Nathan Beyer</name> + </contributor> + <contributor> + <name>Emmanuel Bourg</name> + </contributor> + <contributor> + <name>Chris Eldredge</name> + </contributor> + <contributor> + <name>Magnus Grimsell</name> + </contributor> + <contributor> + <name>Jim Harrington</name> + </contributor> + <contributor> + <name>Thomas Ledoux</name> + </contributor> + <contributor> + <name>Andy Lehane</name> + </contributor> + <contributor> + <name>Marcelo Liberato</name> + </contributor> + <contributor> + <name>Alban Peignier</name> + <email>alban.peignier at free.fr</email> + </contributor> + <contributor> + <name>Ian Springer</name> + </contributor> + <contributor> + <name>Masato Tezuka</name> + </contributor> + <contributor> + <name>James Urie</name> + </contributor> + <contributor> + <name>Frank W. Zammetti</name> + </contributor> + </contributors> + + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> + <scope>test</scope> + </dependency> + </dependencies> + + <build> + <sourceDirectory>src/java</sourceDirectory> + <testSourceDirectory>src/test</testSourceDirectory> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <includes> + <include>**/*Test*</include> + </includes> + <excludes> + <exclude>**/*AbstractTestCase*</exclude> + <exclude>**/AllIOTestSuite*</exclude> + <exclude>**/PackageTestSuite*</exclude> + <exclude>**/testtools/**</exclude> + + <!-- http://jira.codehaus.org/browse/SUREFIRE-44 --> + <exclude>**/*$*</exclude> + </excludes> + </configuration> + </plugin> + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + <configuration> + <descriptors> + <descriptor>src/main/assembly/bin.xml</descriptor> + <descriptor>src/main/assembly/src.xml</descriptor> + </descriptors> + <tarLongFileMode>gnu</tarLongFileMode> + </configuration> + </plugin> + + <plugin> + <artifactId>maven-jar-plugin</artifactId> + <configuration> + <archive> + <!-- + Configure OSGi bundle information + (remove when maven bundle plugin is added to commons-parent pom) + --> + <manifestEntries> + <Bundle-SymbolicName>org.apache.commons.io</Bundle-SymbolicName> + <Bundle-License>http://www.apache.org/licenses/LICENSE-2.0.txt</Bundle-License> + <Bundle-ManifestVersion>2</Bundle-ManifestVersion> + <Bundle-Name>Apache Commons IO Bundle</Bundle-Name> + <Bundle-Vendor>${project.organization.name}</Bundle-Vendor> + <Bundle-Version>${project.version}</Bundle-Version> + <Export-Package> +org.apache.commons.io;version=${project.version}, +org.apache.commons.io.comparator;version=${project.version}, +org.apache.commons.io.filefilter;version=${project.version}, +org.apache.commons.io.input;version=${project.version}, +org.apache.commons.io.output;version=${project.version} + </Export-Package> + <Import-Package> +org.apache.commons.io;version=${project.version}, +org.apache.commons.io.comparator;version=${project.version}, +org.apache.commons.io.filefilter;version=${project.version}, +org.apache.commons.io.input;version=${project.version}, +org.apache.commons.io.output;version=${project.version} + </Import-Package> + </manifestEntries> + </archive> + </configuration> + </plugin> + </plugins> + </build> + + <reporting> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changes-plugin</artifactId> + <version>2.0-beta-3</version> + <configuration> + <issueLinkTemplate>%URL%/../%ISSUE%</issueLinkTemplate> + <!-- + JIRA Search parameters: + - resolution=1 specifies "Fixed" + - fixfor=12312101 specifies "Commons IO version 1.4" + + If/when http://jira.codehaus.org/browse/MCHANGES-92 + is fixed this will be easier/less messy + --> + <filter>&&resolution=1&fixfor=12312101</filter> + </configuration> + <reportSets> + <reportSet> + <reports> + <report>jira-report</report> + </reports> + </reportSet> + </reportSets> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-checkstyle-plugin</artifactId> + <version>2.1</version> + <configuration> + <configLocation>checkstyle.xml</configLocation> + <enableRulesSummary>false</enableRulesSummary> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.3</version> + <configuration> + <source>1.4</source> + <links> + <link>http://java.sun.com/j2se/1.4.2/docs/api</link> + </links> + </configuration> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>clirr-maven-plugin</artifactId> + <version>2.1</version> + <configuration> + <comparisonVersion>1.3.2</comparisonVersion> + <minSeverity>info</minSeverity> + </configuration> + </plugin> + </plugins> + </reporting> + + <profiles> + <profile> + <id>release</id> + <build> + <plugins> + <plugin> + <artifactId>maven-site-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>site</goal> + </goals> + <phase>package</phase> + </execution> + </executions> + </plugin> + <plugin> + <artifactId>maven-antrun-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>run</goal> + </goals> + <phase>package</phase> + <configuration> + <tasks> + <copy todir="${project.build.directory}/site/api-release"> + <fileset dir="${project.build.directory}/site/apidocs"/> + </copy> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>attached</goal> + </goals> + <phase>package</phase> + </execution> + </executions> + </plugin> + </plugins> + </build> + </profile> + <profile> + <id>rc</id> + <build> + <plugins> + <plugin> + <artifactId>maven-site-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>site</goal> + </goals> + <phase>package</phase> + </execution> + </executions> + </plugin> + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>attached</goal> + </goals> + <phase>package</phase> + </execution> + </executions> + </plugin> + </plugins> + </build> + </profile> + </profiles> +</project> |