Author: vsiveton Date: Thu Jan 10 15:02:52 2008 New Revision: 610976 URL: http://svn.apache.org/viewvc?rev=610976&view=rev Log: o fixed license header o removed mailing list
Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=610976&r1=610975&r2=610976&view=diff ============================================================================== --- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Thu Jan 10 15:02:52 2008 @@ -1,17 +1,41 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!-- + 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"> + <modelVersion>4.0.0</modelVersion> + <parent> <artifactId>maven-plugins</artifactId> <groupId>org.apache.maven.plugins</groupId> <version>8</version> </parent> - <modelVersion>4.0.0</modelVersion> + <artifactId>maven-assembly-plugin</artifactId> + <version>2.2-beta-2-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Maven Assembly Plugin</name> - <version>2.2-beta-2-SNAPSHOT</version> + <prerequisites> <maven>2.0.6</maven> </prerequisites> + <repositories> <repository> <id>codehaus.org</id> @@ -27,62 +51,12 @@ <url>http://snapshots.repository.codehaus.org</url> </pluginRepository> </pluginRepositories> + <issueManagement> <system>jira</system> <url>http://jira.codehaus.org/browse/MASSEMBLY</url> </issueManagement> - <mailingLists> - <!-- duplication from maven-plugins pom - temporary until they inherit properly - --> - <mailingList> - <name>Maven User List</name> - <subscribe>[EMAIL PROTECTED]</subscribe> - <unsubscribe>[EMAIL PROTECTED]</unsubscribe> - <post>[EMAIL PROTECTED]</post> - <archive>http://mail-archives.apache.org/mod_mbox/maven-users</archive> - <otherArchives> - <otherArchive>http://www.mail-archive.com/[EMAIL PROTECTED]/</otherArchive> - <otherArchive>http://www.nabble.com/Maven---Users-f178.html</otherArchive> - </otherArchives> - </mailingList> - <mailingList> - <name>Maven Developer List</name> - <subscribe>[EMAIL PROTECTED]</subscribe> - <unsubscribe>[EMAIL PROTECTED]</unsubscribe> - <post>[EMAIL PROTECTED]</post> - <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive> - </mailingList> - <mailingList> - <name>Maven Commits List</name> - <subscribe>[EMAIL PROTECTED]</subscribe> - <unsubscribe>[EMAIL PROTECTED]</unsubscribe> - <post>commits@maven.apache.org</post> - <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive> - </mailingList> - <!-- duplication from maven-parent pom - temporary until they inherit properly - --> - <mailingList> - <name>Maven Announcements List</name> - <post>[EMAIL PROTECTED]</post> - <subscribe>[EMAIL PROTECTED]</subscribe> - <unsubscribe>[EMAIL PROTECTED]</unsubscribe> - <archive>http://mail-archives.apache.org/mod_mbox/maven-announce/</archive> - </mailingList> - <mailingList> - <name>Maven Issues List</name> - <post>[EMAIL PROTECTED]</post> - <subscribe>[EMAIL PROTECTED]</subscribe> - <unsubscribe>[EMAIL PROTECTED]</unsubscribe> - <archive>http://mail-archives.apache.org/mod_mbox/maven-issues/</archive> - </mailingList> - <mailingList> - <name>Maven Notifications List</name> - <post>[EMAIL PROTECTED]</post> - <subscribe>[EMAIL PROTECTED]</subscribe> - <unsubscribe>[EMAIL PROTECTED]</unsubscribe> - <archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive> - </mailingList> - </mailingLists> + <build> <plugins> <plugin> @@ -103,10 +77,10 @@ <descriptors> <descriptor>${project.build.directory}/generated-resources/plexus/META-INF/plexus/components.xml</descriptor> <descriptor>src/main/resources/META-INF/plexus/components.xml</descriptor> - - <!-- This is a separate artifact also, but we need access to - the ArtifactHandlers from the assembly plugin to enable - attachment of these artifacts without requiring weird + + <!-- This is a separate artifact also, but we need access to + the ArtifactHandlers from the assembly plugin to enable + attachment of these artifacts without requiring weird configurations. --> <descriptor>maven-assembly-artifact-types/src/main/resources/META-INF/plexus/components.xml</descriptor> </descriptors> @@ -194,6 +168,7 @@ </plugins> </pluginManagement> </build> + <profiles> <profile> <id>integration-tests</id> @@ -203,7 +178,7 @@ <value>true</value> </property> </activation> - + <pluginRepositories> <pluginRepository> <id>apache.snapshots</id> @@ -213,11 +188,11 @@ </releases> </pluginRepository> </pluginRepositories> - + <properties> <test.remote.repo.url>file://${project.build.testOutputDirectory}/remote-repository</test.remote.repo.url> </properties> - + <build> <testResources> <testResource> @@ -254,13 +229,13 @@ <plugin> <artifactId>maven-component-it-plugin</artifactId> <version>1.0-SNAPSHOT</version> - + <configuration> <pluginVersion>testing</pluginVersion> <repositoryDirectory>${project.build.directory}/local-repository</repositoryDirectory> <skipUnitTests>true</skipUnitTests> </configuration> - + <executions> <execution> <id>inject-localrepo-path</id> @@ -320,32 +295,32 @@ <configuration> <projectsDirectory>${project.build.testOutputDirectory}/projects</projectsDirectory> <debug>true</debug> - + <!-- Useful config for debugging one IT --> - <!-- + <!-- <pomIncludes> <pomInclude>**/container-descriptors/**/pom.xml</pomInclude> </pomIncludes> <streamLogs>true</streamLogs> --> <!-- END single-IT debugging block. --> - + <pomIncludes> <pomInclude>**/pom.xml</pomInclude> </pomIncludes> <pomExcludes> <pomExclude>repositories/repo-with-snapshot-parents/pom.xml</pomExclude> - + <pomExclude>**/child*/pom.xml</pomExclude> <pomExclude>**/module*/pom.xml</pomExclude> <pomExclude>**/descriptor/pom.xml</pomExclude> <pomExclude>**/handler-def/pom.xml</pomExclude> <pomExclude>**/assembly/pom.xml</pomExclude> - + <!-- MASSEMBLY-233 --> <!-- <pomExclude>**/container-descriptors/**</pomExclude> - --> + --> </pomExcludes> <postBuildHookScript>verify.bsh</postBuildHookScript> <localRepositoryPath>${project.build.directory}/local-repository</localRepositoryPath> @@ -356,17 +331,17 @@ </plugins> </build> </profile> - + <profile> <id>aspects</id> - + <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>aspectj-maven-plugin</artifactId> <version>1.0-beta-2</version> - + <executions> <execution> <id>weave</id> @@ -380,7 +355,7 @@ </build> </profile> </profiles> - + <dependencies> <dependency> <groupId>aspectj</groupId> @@ -458,7 +433,7 @@ workaround in DefaultAssemblyReader for NPE caused by DirectoryScanner.scandir(..) and UnixFileSystem's implementation of File.list(). - + --> <dependency> <groupId>org.codehaus.plexus</groupId> @@ -528,7 +503,7 @@ <scope>test</scope> </dependency> </dependencies> - + <distributionManagement> <snapshotRepository> <id>apache.snapshots</id>