[jboss-cvs] repository.jboss.com/maven2/org/apache/maven/plugins/maven-plugins/3 ...
Scott Stark
scott.stark at jboss.com
Sun Dec 10 12:02:04 EST 2006
User: starksm
Date: 06/12/10 12:02:04
Added: maven2/org/apache/maven/plugins/maven-plugins/3
maven-plugins-3.pom maven-plugins-3.pom.sha1
Log:
Add the maven plugins
Revision Changes Path
1.1 date: 2006/12/10 17:02:04; author: starksm; state: Exp;repository.jboss.com/maven2/org/apache/maven/plugins/maven-plugins/3/maven-plugins-3.pom
Index: maven-plugins-3.pom
===================================================================
<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.plugins</groupId>
<artifactId>maven-plugins</artifactId>
<packaging>pom</packaging>
<version>3</version>
<name>Maven Plugins</name>
<description>Maven Plugins</description>
<url>http://maven.apache.org/plugins/</url>
<mailingLists>
<mailingList>
<name>Maven User List</name>
<subscribe>users-subscribe at maven.apache.org</subscribe>
<unsubscribe>users-unsubscribe at maven.apache.org</unsubscribe>
<post>users at maven.apache.org</post>
<archive>http://mail-archives.apache.org/mod_mbox/maven-users</archive>
<otherArchives>
<otherArchive>http://www.mail-archive.com/users@maven.apache.org/</otherArchive>
<otherArchive>http://www.nabble.com/Maven---Users-f178.html</otherArchive>
</otherArchives>
</mailingList>
<mailingList>
<name>Maven Developer List</name>
<subscribe>dev-subscribe at maven.apache.org</subscribe>
<unsubscribe>dev-unsubscribe at maven.apache.org</unsubscribe>
<post>dev at maven.apache.org</post>
<archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
</mailingList>
<mailingList>
<name>Maven Commits List</name>
<subscribe>commits-subscribe at maven.apache.org</subscribe>
<unsubscribe>commits-unsubscribe at maven.apache.org</unsubscribe>
<post>commits at maven.apache.org</post>
<archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
</mailingList>
<!-- duplication from parent pom - temporary until they inherit properly -->
<mailingList>
<name>Maven Announcements List</name>
<post>announce at maven.apache.org</post>
<subscribe>announce-subscribe at maven.apache.org</subscribe>
<unsubscribe>announce-unsubscribe at maven.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/maven-announce/</archive>
</mailingList>
<mailingList>
<name>Maven Issues List</name>
<post>issues at maven.apache.org</post>
<subscribe>issues-subscribe at maven.apache.org</subscribe>
<unsubscribe>issues-unsubscribe at maven.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/maven-issues/</archive>
</mailingList>
<mailingList>
<name>Maven Notifications List</name>
<post>notifications at maven.apache.org</post>
<subscribe>notifications-subscribe at maven.apache.org</subscribe>
<unsubscribe>notifications-unsubscribe at maven.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive>
</mailingList>
</mailingLists>
<distributionManagement>
<site>
<id>apache.website</id>
<url>scp://minotaur.apache.org/www/maven.apache.org/plugins/</url>
</site>
</distributionManagement>
<modules>
<module>maven-ant-plugin</module>
<module>maven-antlr-plugin</module>
<module>maven-antrun-plugin</module>
<module>maven-assembly-plugin</module>
<module>maven-changelog-plugin</module>
<module>maven-changes-plugin</module>
<module>maven-checkstyle-plugin</module>
<module>maven-clean-plugin</module>
<module>maven-clover-plugin</module>
<module>maven-compiler-plugin</module>
<module>maven-dependency-plugin</module>
<module>maven-deploy-plugin</module>
<module>maven-doap-plugin</module>
<module>maven-docck-plugin</module>
<module>maven-ear-plugin</module>
<module>maven-eclipse-plugin</module>
<module>maven-ejb-plugin</module>
<module>maven-help-plugin</module>
<module>maven-idea-plugin</module>
<module>maven-install-plugin</module>
<module>maven-jar-plugin</module>
<module>maven-javadoc-plugin</module>
<module>maven-jxr-plugin</module>
<module>maven-one-plugin</module>
<module>maven-plugin-plugin</module>
<module>maven-pmd-plugin</module>
<module>maven-project-info-reports-plugin</module>
<module>maven-rar-plugin</module>
<module>maven-release-plugin</module>
<module>maven-repository-plugin</module>
<module>maven-resources-plugin</module>
<module>maven-site-plugin</module>
<module>maven-source-plugin</module>
<module>maven-surefire-plugin</module>
<module>maven-surefire-report-plugin</module>
<module>maven-war-plugin</module>
<module>maven-verifier-plugin</module>
</modules>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/</developerConnection>
<url>http://svn.apache.org/viewcvs.cgi/maven/plugins/trunk/</url>
</scm>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagBase>https://svn.apache.org/repos/asf/maven/plugins/tags</tagBase>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>2.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
</plugins>
</reporting>
<profiles>
<profile>
<id>ciProfile</id>
<activation>
<property>
<name>enableCiProfile</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-docck-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
1.1 date: 2006/12/10 17:02:04; author: starksm; state: Exp;repository.jboss.com/maven2/org/apache/maven/plugins/maven-plugins/3/maven-plugins-3.pom.sha1
Index: maven-plugins-3.pom.sha1
===================================================================
5eef2435337ed336286f1d8b3aa9350d341431e4
More information about the jboss-cvs-commits
mailing list