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/25 18:37:13 UTC

svn commit: r449729 - /incubator/activemq/maven-plugins/trunk/pom.xml

Author: chirino
Date: Mon Sep 25 09:37:12 2006
New Revision: 449729

URL: http://svn.apache.org/viewvc?view=rev&rev=449729
Log:
Reformat

Modified:
    incubator/activemq/maven-plugins/trunk/pom.xml

Modified: incubator/activemq/maven-plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/maven-plugins/trunk/pom.xml?view=diff&rev=449729&r1=449728&r2=449729
==============================================================================
--- incubator/activemq/maven-plugins/trunk/pom.xml (original)
+++ incubator/activemq/maven-plugins/trunk/pom.xml Mon Sep 25 09:37:12 2006
@@ -1,36 +1,34 @@
 <?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.
+  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>
-
-    <groupId>org.apache.activemq</groupId>
-    <artifactId>maven-plugins-parent</artifactId>
-    <version>4.x-incubator-SNAPSHOT</version>
-    <packaging>pom</packaging>
-    <name>ActiveMQ Maven Plugins</name>
-    <description></description>
-
-    <prerequisites>
-        <maven>2.0.4</maven>
-    </prerequisites>
+<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>
+
+  <groupId>org.apache.activemq</groupId>
+  <artifactId>maven-plugins-parent</artifactId>
+  <version>4.x-incubator-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  <name>ActiveMQ Maven Plugins</name>
+  <description></description>
+
+  <prerequisites>
+    <maven>2.0.4</maven>
+  </prerequisites>
 
   <url>http://incubator.apache.org/activemq/</url>
   <organization>
@@ -55,27 +53,27 @@
     </mailingList>
   </mailingLists>
 
-    <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>
+  <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>
 
- <repositories>
+  <repositories>
     <repository>
       <id>central</id>
       <url>http://ibiblio.org/maven2/</url>
@@ -102,80 +100,84 @@
       <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
     </snapshotRepository>
     <site>
-      <id>apache-website</id>
+      <id>apache.website</id>
       <url>scpexe://people.apache.org/www/incubator.apache.org/activemq/maven-plugins-maven/</url>
-   </site>
- </distributionManagement>
+    </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>
+  <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>