You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by fo...@apache.org on 2006/05/26 12:47:43 UTC

svn commit: r409633 - in /incubator/activemq/trunk: assembly/pom.xml pom.xml

Author: foconer
Date: Fri May 26 03:47:42 2006
New Revision: 409633

URL: http://svn.apache.org/viewvc?rev=409633&view=rev
Log:
changes:
1. Fix for assembly build.
2. Fix for jar deploy.

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

Modified: incubator/activemq/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/assembly/pom.xml?rev=409633&r1=409632&r2=409633&view=diff
==============================================================================
--- incubator/activemq/trunk/assembly/pom.xml (original)
+++ incubator/activemq/trunk/assembly/pom.xml Fri May 26 03:47:42 2006
@@ -260,13 +260,13 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.1-SNAPSHOT</version>
+        <version>2.1</version>
         <executions>
           <execution>
             <id>run</id>
             <phase>package</phase>
             <goals>
-              <goal>single</goal>
+              <goal>assembly</goal>
             </goals>
             <configuration>
               <descriptors>
@@ -285,7 +285,7 @@
             <id>bin</id>
             <phase>package</phase>
             <goals>
-              <goal>single</goal>
+              <goal>assembly</goal>
             </goals>
             <configuration>
               <descriptors>
@@ -300,4 +300,4 @@
     </plugins>
   </build>
 
-</project>
+</project>
\ No newline at end of file

Modified: incubator/activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/pom.xml?rev=409633&r1=409632&r2=409633&view=diff
==============================================================================
--- incubator/activemq/trunk/pom.xml (original)
+++ incubator/activemq/trunk/pom.xml Fri May 26 03:47:42 2006
@@ -108,12 +108,12 @@
     <repository>
       <id>apache-repo</id>
       <name>Apache CVS Repository</name>
-      <url>scpexe://cvs.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
+      <url>scp://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
     </repository>
     <snapshotRepository>
       <id>apache-snapshots</id>
       <name>Apache CVS Development Repository</name>
-      <url>scpexe://cvs.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
+      <url>scp://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
     </snapshotRepository>
     <site>
       <id>apache-website</id>
@@ -775,20 +775,22 @@
       </plugins>
     </pluginManagement>
     <plugins>
-      <!-- plugin>
+      <plugin>
         <artifactId>maven-one-plugin</artifactId>
-        <executions> 
+        <version>1.0</version>
+        <executions>
           <execution>
-            <configuration>
-              <remoteRepositoryUrl>scpexe://cvs.apache.org/www/cvs.apache.org/repository</remoteRepositoryUrl>
-            </configuration>
             <goals>
               <goal>install-maven-one-repository</goal>
               <goal>deploy-maven-one-repository</goal>
             </goals>
+            <configuration>
+              <remoteRepositoryId>apache.m1.releases</remoteRepositoryId>
+              <remoteRepositoryUrl>scp://minotaur.apache.org/www/cvs.apache.org/repository</remoteRepositoryUrl>
+            </configuration>
           </execution>
         </executions>
-      </plugin -->
+      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
@@ -816,4 +818,4 @@
     </plugins>
   </reporting>
 
-</project>
+</project>
\ No newline at end of file