[prev in list] [next in list] [prev in thread] [next in thread] 

List:       activemq-commits
Subject:    svn commit: r808168 - /activemq/sandbox/activemq-flow/pom.xml
From:       chirino () apache ! org
Date:       2009-08-26 20:19:14
Message-ID: 20090826201915.195812388878 () eris ! apache ! org
[Download RAW message or body]

Author: chirino
Date: Wed Aug 26 20:19:14 2009
New Revision: 808168

URL: http://svn.apache.org/viewvc?rev=808168&view=rev
Log:
setting up pom so we can use the maven-graph-plugin

Modified:
    activemq/sandbox/activemq-flow/pom.xml

Modified: activemq/sandbox/activemq-flow/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/pom.xml?rev=808168&r1=808167&r2=808168&view=diff
 ==============================================================================
--- activemq/sandbox/activemq-flow/pom.xml (original)
+++ activemq/sandbox/activemq-flow/pom.xml Wed Aug 26 20:19:14 2009
@@ -153,13 +153,6 @@
       <id>apache.snapshots</id>
       <url>https://repository.apache.org/content/repositories/snapshots/</url>
     </pluginRepository>
-    <pluginRepository>
-      <id>elca-services</id>
-      <url>http://el4.elca-services.ch/el4j/maven2repository</url>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-    </pluginRepository>
   </pluginRepositories>
 
   <dependencyManagement>
@@ -866,11 +859,6 @@
           <version>1.3-dev</version>
         </plugin>
         <plugin>
-          <groupId>ch.elca.el4j.maven.plugins</groupId>
-          <artifactId>maven-depgraph-plugin</artifactId>
-          <version>1.7</version>
-        </plugin>
-        <plugin>
           <groupId>org.apache.servicemix.tooling</groupId>
           <artifactId>features-maven-plugin</artifactId>
           <version>1.0</version>
@@ -965,11 +953,6 @@
     </pluginManagement>
     <plugins>
       <plugin>
-        <groupId>ch.elca.el4j.maven.plugins</groupId>
-        <artifactId>maven-depgraph-plugin</artifactId>
-        <version>1.7</version>
-      </plugin>
-      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
@@ -1108,6 +1091,28 @@
   <profiles>
 
     <profile>
+      <id>graph</id>
+      <pluginRepositories>
+        <pluginRepository>
+          <id>mvnplugins.fusesource.org</id>
+          <url>http://mvnplugins.fusesource.org/repo/release</url>
+          <releases>
+            <enabled>true</enabled>
+          </releases>
+        </pluginRepository>
+      </pluginRepositories>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.fusesource.mvnplugins</groupId>
+            <artifactId>maven-graph-plugin</artifactId>
+            <version>1.0</version>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+
+    <profile>
       <id>apache-release</id>
       <activation>
         <property>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic