You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2006/09/07 22:53:34 UTC

svn commit: r441224 - in /incubator/activemq/maven-plugins/trunk: maven-gram-plugin/pom.xml pom.xml

Author: chirino
Date: Thu Sep  7 13:53:33 2006
New Revision: 441224

URL: http://svn.apache.org/viewvc?view=rev&rev=441224
Log:
Added parent pom so that these maven plugins do not have dependencies on the activemq runtime

Added:
    incubator/activemq/maven-plugins/trunk/pom.xml   (with props)
Modified:
    incubator/activemq/maven-plugins/trunk/maven-gram-plugin/pom.xml

Modified: incubator/activemq/maven-plugins/trunk/maven-gram-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/maven-plugins/trunk/maven-gram-plugin/pom.xml?view=diff&rev=441224&r1=441223&r2=441224
==============================================================================
--- incubator/activemq/maven-plugins/trunk/maven-gram-plugin/pom.xml (original)
+++ incubator/activemq/maven-plugins/trunk/maven-gram-plugin/pom.xml Thu Sep  7 13:53:33 2006
@@ -26,7 +26,7 @@
 
   <parent>
     <groupId>org.apache.activemq</groupId>
-    <artifactId>activemq-parent</artifactId>
+    <artifactId>maven-plugins-parent</artifactId>
     <version>4.1-incubator-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>

Added: incubator/activemq/maven-plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/maven-plugins/trunk/pom.xml?view=auto&rev=441224
==============================================================================
--- incubator/activemq/maven-plugins/trunk/pom.xml (added)
+++ incubator/activemq/maven-plugins/trunk/pom.xml Thu Sep  7 13:53:33 2006
@@ -0,0 +1,165 @@
+<?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
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns="http://maven.apache.org/POM/4.0.0">
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>2</version>
+    </parent>
+
+    <groupId>org.apache.activemq</groupId>
+    <artifactId>maven-plugins-parent</artifactId>
+    <version>4.1-incubator-SNAPSHOT</version>
+    <packaging>pom</packaging>
+    <name>ActiveMQ Maven Plugins</name>
+
+    <prerequisites>
+        <maven>2.0.4</maven>
+    </prerequisites>
+
+    <ciManagement>
+        <system>continuum</system>
+        <url>http://ci.gbuild.org/continuum</url>
+        <notifiers>
+            <notifier>
+                <configuration>
+                    <address>activemq-commits@geronimo.apache.org</address>
+                </configuration>
+            </notifier>
+            <notifier>
+                  <type>irc</type>
+                  <configuration>
+                  <host>irc.codehaus.org</host>
+                  <port>6667</port>
+                  <channel>#activemq</channel>
+                </configuration>
+            </notifier>               
+        </notifiers>
+    </ciManagement>
+
+    <mailingLists>
+        <mailingList>
+            <name>Development List</name>
+            <subscribe>activemq-dev@geronimo.apache.org</subscribe>
+            <unsubscribe>activemq-dev@geronimo.apache.org</unsubscribe>
+            <post>activemq-dev@geronimo.apache.org</post>
+        </mailingList>
+    </mailingLists>
+
+    <repositories>
+        <!-- keep the central repo so that it is first tried -->
+        <repository>
+            <id>central</id>
+            <url>http://ibiblio.org/maven2/</url>
+        </repository>
+    </repositories>
+
+    <distributionManagement>
+        <repository>
+            <id>apache-repo</id>
+            <name>Apache CVS Repository</name>
+            <url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m2-incubating-repository</url>
+        </repository>
+        <snapshotRepository>
+            <id>apache-snapshots</id>
+            <name>Apache CVS Development Repository</name>
+            <url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+        </snapshotRepository>
+        <site>
+            <id>apache-website</id>
+            <url>scpexe://people.apache.org/www/incubator.apache.org/activemq/maven-plugins-maven/</url>
+        </site>
+    </distributionManagement>
+
+    <modules>
+        <module>maven-bundle-plugin</module>
+        <module>maven-gram-plugin</module>
+    </modules>
+
+    <scm>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/incubator/activemq/maven-plugins/trunk</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/activemq/maven-plugins/trunk</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/incubator/activemq/maven-plugins/trunk</url>
+    </scm>
+
+    <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>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-eclipse-plugin</artifactId>
+                <configuration>
+                    <outputDirectory>${basedir}/eclipse-classes</outputDirectory>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    <reporting>
+        <plugins>
+            <plugin>
+                <artifactId>maven-javadoc-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jxr-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-report-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-checkstyle-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-pmd-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>cobertura-maven-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>taglist-maven-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                    <links>
+                        <link>http://java.sun.com/j2ee/1.4/docs/api</link>
+                        <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
+                    </links>
+                </configuration>
+            </plugin>
+        </plugins>
+    </reporting>
+</project>

Propchange: incubator/activemq/maven-plugins/trunk/pom.xml
------------------------------------------------------------------------------
    svn:executable = *