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/08 09:25:51 UTC

svn commit: r441411 - /incubator/activemq/activecluster/trunk/pom.xml

Author: chirino
Date: Fri Sep  8 00:25:50 2006
New Revision: 441411

URL: http://svn.apache.org/viewvc?view=rev&rev=441411
Log:
Update the pom due to svn re-org

Modified:
    incubator/activemq/activecluster/trunk/pom.xml

Modified: incubator/activemq/activecluster/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/activecluster/trunk/pom.xml?view=diff&rev=441411&r1=441410&r2=441411
==============================================================================
--- incubator/activemq/activecluster/trunk/pom.xml (original)
+++ incubator/activemq/activecluster/trunk/pom.xml Fri Sep  8 00:25:50 2006
@@ -20,45 +20,179 @@
 
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.apache.activemq</groupId>
-    <artifactId>activemq-parent</artifactId>
-    <version>4.1-incubator-SNAPSHOT</version>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>2</version>
   </parent>
+
+  <groupId>org.apache.activemq</groupId>
   <artifactId>activecluster</artifactId>
+  <version>4.x-SNAPSHOT</version>
   <name>ActiveCluster</name>
 
   <dependencies>
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>activemq-core</artifactId>
+      <version>${activemq-version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.derby</groupId>
       <artifactId>derby</artifactId>
+      <version>${org-apache-derby-version}</version>
     </dependency>
-
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
+      <version>${junit-version}</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
 
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <exclude implementation="java.lang.String">**/Testing*.java</exclude>
-            <exclude implementation="java.lang.String">**/TestSupport.java</exclude>
-            <exclude implementation="java.lang.String">**/ClusterTest.java</exclude>
-            <exclude implementation="java.lang.String">**/ClusterFunctionTest.java</exclude>
-         </excludes>
-       </configuration>
-      </plugin>
-    </plugins>
-  </build>
+    <properties>
+        <activemq-version>4.1-incubator-SNAPSHOT</activemq-version>
+        <junit-version>3.8.1</junit-version>
+        <org-apache-derby-version>10.1.1.0</org-apache-derby-version>
+    </properties>
+
+    <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/activecluster-maven/</url>
+        </site>
+    </distributionManagement> 
+            
+    <scm>   
+        <connection>scm:svn:https://svn.apache.org/repos/asf/incubator/activemq/activecluster/trunk</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/activemq/activecluster/trunk</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/incubator/activemq/activecluster/trunk</url>
+    </scm>
+        
+    <build>     
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                  <excludes>
+                    <exclude implementation="java.lang.String">**/Testing*.java</exclude>
+                    <exclude implementation="java.lang.String">**/TestSupport.java</exclude>
+                    <exclude implementation="java.lang.String">**/ClusterTest.java</exclude>
+                    <exclude implementation="java.lang.String">**/ClusterFunctionTest.java</exclude>
+                 </excludes>
+              </configuration>
+            </plugin>
+            <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>