Author: aidan
Date: Tue Apr  8 15:46:10 2008
New Revision: 646114

URL: http://svn.apache.org/viewvc?rev=646114&view=rev
Log:
use svnexe for uploading, generate source jars

Modified:
    incubator/qpid/branches/M2.1-release/java/broker/distribution/pom.xml
    incubator/qpid/branches/M2.1-release/java/broker/pom.xml
    incubator/qpid/branches/M2.1-release/java/client-java14/pom.xml
    incubator/qpid/branches/M2.1-release/java/client/distribution/pom.xml
    incubator/qpid/branches/M2.1-release/java/client/example/pom.xml
    incubator/qpid/branches/M2.1-release/java/client/pom.xml
    incubator/qpid/branches/M2.1-release/java/common/pom.xml
    incubator/qpid/branches/M2.1-release/java/distribution/pom.xml
    incubator/qpid/branches/M2.1-release/java/integrationtests/pom.xml
    incubator/qpid/branches/M2.1-release/java/management/eclipse-plugin/pom.xml
    incubator/qpid/branches/M2.1-release/java/perftests/distribution/pom.xml
    incubator/qpid/branches/M2.1-release/java/perftests/pom.xml
    incubator/qpid/branches/M2.1-release/java/plugins/pom.xml
    incubator/qpid/branches/M2.1-release/java/pom.xml
    incubator/qpid/branches/M2.1-release/java/skimtests/pom.xml
    incubator/qpid/branches/M2.1-release/java/systests/distribution/pom.xml
    incubator/qpid/branches/M2.1-release/java/systests/pom.xml

Modified: incubator/qpid/branches/M2.1-release/java/broker/distribution/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/broker/distribution/pom.xml?rev=646114&r1=646113&r2=646114&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/broker/distribution/pom.xml 
(original)
+++ incubator/qpid/branches/M2.1-release/java/broker/distribution/pom.xml Tue 
Apr  8 15:46:10 2008
@@ -110,6 +110,19 @@
                 </executions>
             </plugin>
         </plugins>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-source-plugin</artifactId>
+               <executions>
+                 <execution>
+                   <id>attach-sources</id>
+                   <goals>
+                     <goal>jar</goal>
+                   </goals>
+                 </execution>
+               </executions>
+            </plugin>
+
 
     </build>
 

Modified: incubator/qpid/branches/M2.1-release/java/broker/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/broker/pom.xml?rev=646114&r1=646113&r2=646114&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/broker/pom.xml (original)
+++ incubator/qpid/branches/M2.1-release/java/broker/pom.xml Tue Apr  8 
15:46:10 2008
@@ -209,6 +209,19 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-source-plugin</artifactId>
+               <executions>
+                 <execution>
+                   <id>attach-sources</id>
+                   <goals>
+                     <goal>jar</goal>
+                   </goals>
+                 </execution>
+               </executions>
+            </plugin>
+
         </plugins>
 
         <testResources>

Modified: incubator/qpid/branches/M2.1-release/java/client-java14/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/client-java14/pom.xml?rev=646114&r1=646113&r2=646114&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/client-java14/pom.xml (original)
+++ incubator/qpid/branches/M2.1-release/java/client-java14/pom.xml Tue Apr  8 
15:46:10 2008
@@ -218,6 +218,19 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-source-plugin</artifactId>
+               <executions>
+                 <execution>
+                   <id>attach-sources</id>
+                   <goals>
+                     <goal>jar</goal>
+                   </goals>
+                 </execution>
+               </executions>
+            </plugin>
+
 
         </plugins>
     </build>

Modified: incubator/qpid/branches/M2.1-release/java/client/distribution/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/client/distribution/pom.xml?rev=646114&r1=646113&r2=646114&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/client/distribution/pom.xml 
(original)
+++ incubator/qpid/branches/M2.1-release/java/client/distribution/pom.xml Tue 
Apr  8 15:46:10 2008
@@ -112,6 +112,19 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-source-plugin</artifactId>
+               <executions>
+                 <execution>
+                   <id>attach-sources</id>
+                   <goals>
+                     <goal>jar</goal>
+                   </goals>
+                 </execution>
+               </executions>
+            </plugin>
+
         </plugins>
 
     </build>

Modified: incubator/qpid/branches/M2.1-release/java/client/example/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/client/example/pom.xml?rev=646114&r1=646113&r2=646114&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/client/example/pom.xml (original)
+++ incubator/qpid/branches/M2.1-release/java/client/example/pom.xml Tue Apr  8 
15:46:10 2008
@@ -146,6 +146,19 @@
                 </executions>
             </plugin>
             -->
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-source-plugin</artifactId>
+               <executions>
+                 <execution>
+                   <id>attach-sources</id>
+                   <goals>
+                     <goal>jar</goal>
+                   </goals>
+                 </execution>
+               </executions>
+            </plugin>
+
 
         </plugins>
     </build>

Modified: incubator/qpid/branches/M2.1-release/java/client/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/client/pom.xml?rev=646114&r1=646113&r2=646114&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/client/pom.xml (original)
+++ incubator/qpid/branches/M2.1-release/java/client/pom.xml Tue Apr  8 
15:46:10 2008
@@ -210,6 +210,19 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-source-plugin</artifactId>
+               <executions>
+                 <execution>
+                   <id>attach-sources</id>
+                   <goals>
+                     <goal>jar</goal>
+                   </goals>
+                 </execution>
+               </executions>
+            </plugin>
+
             
         </plugins>
 

Modified: incubator/qpid/branches/M2.1-release/java/common/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/common/pom.xml?rev=646114&r1=646113&r2=646114&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/common/pom.xml (original)
+++ incubator/qpid/branches/M2.1-release/java/common/pom.xml Tue Apr  8 
15:46:10 2008
@@ -65,6 +65,19 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-source-plugin</artifactId>
+               <executions>
+                 <execution>
+                   <id>attach-sources</id>
+                   <goals>
+                     <goal>jar</goal>
+                   </goals>
+                 </execution>
+               </executions>
+            </plugin>
+
 
             <!-- Backports the module to Java 1.4. This is done during the 
packaging phase as a transformation of the Jar. -->
             <plugin>

Modified: incubator/qpid/branches/M2.1-release/java/distribution/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/distribution/pom.xml?rev=646114&r1=646113&r2=646114&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/distribution/pom.xml (original)
+++ incubator/qpid/branches/M2.1-release/java/distribution/pom.xml Tue Apr  8 
15:46:10 2008
@@ -133,6 +133,19 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-source-plugin</artifactId>
+               <executions>
+                 <execution>
+                   <id>attach-sources</id>
+                   <goals>
+                     <goal>jar</goal>
+                   </goals>
+                 </execution>
+               </executions>
+            </plugin>
+
         </plugins>
 
          <defaultGoal>assembly:assembly</defaultGoal>

Modified: incubator/qpid/branches/M2.1-release/java/integrationtests/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/integrationtests/pom.xml?rev=646114&r1=646113&r2=646114&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/integrationtests/pom.xml 
(original)
+++ incubator/qpid/branches/M2.1-release/java/integrationtests/pom.xml Tue Apr  
8 15:46:10 2008
@@ -126,6 +126,19 @@
                     <workDirectory>target/assembly/work</workDirectory>
                 </configuration>
             </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-source-plugin</artifactId>
+               <executions>
+                 <execution>
+                   <id>attach-sources</id>
+                   <goals>
+                     <goal>jar</goal>
+                   </goals>
+                 </execution>
+               </executions>
+            </plugin>
+
             
         </plugins>
 

Modified: 
incubator/qpid/branches/M2.1-release/java/management/eclipse-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/management/eclipse-plugin/pom.xml?rev=646114&r1=646113&r2=646114&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/management/eclipse-plugin/pom.xml 
(original)
+++ incubator/qpid/branches/M2.1-release/java/management/eclipse-plugin/pom.xml 
Tue Apr  8 15:46:10 2008
@@ -246,6 +246,19 @@
                 </configuration>
             </plugin>
             -->
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-source-plugin</artifactId>
+               <executions>
+                 <execution>
+                   <id>attach-sources</id>
+                   <goals>
+                     <goal>jar</goal>
+                   </goals>
+                 </execution>
+               </executions>
+            </plugin>
+
         </plugins>
     </build>
 

Modified: 
incubator/qpid/branches/M2.1-release/java/perftests/distribution/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/perftests/distribution/pom.xml?rev=646114&r1=646113&r2=646114&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/perftests/distribution/pom.xml 
(original)
+++ incubator/qpid/branches/M2.1-release/java/perftests/distribution/pom.xml 
Tue Apr  8 15:46:10 2008
@@ -124,6 +124,19 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-source-plugin</artifactId>
+               <executions>
+                 <execution>
+                   <id>attach-sources</id>
+                   <goals>
+                     <goal>jar</goal>
+                   </goals>
+                 </execution>
+               </executions>
+            </plugin>
+
         </plugins>
 
     </build>

Modified: incubator/qpid/branches/M2.1-release/java/perftests/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/perftests/pom.xml?rev=646114&r1=646113&r2=646114&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/perftests/pom.xml (original)
+++ incubator/qpid/branches/M2.1-release/java/perftests/pom.xml Tue Apr  8 
15:46:10 2008
@@ -523,6 +523,19 @@
                     </execution>
                 </executions>          
             </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-source-plugin</artifactId>
+               <executions>
+                 <execution>
+                   <id>attach-sources</id>
+                   <goals>
+                     <goal>jar</goal>
+                   </goals>
+                 </execution>
+               </executions>
+            </plugin>
+
 
         </plugins>
 

Modified: incubator/qpid/branches/M2.1-release/java/plugins/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/plugins/pom.xml?rev=646114&r1=646113&r2=646114&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/plugins/pom.xml (original)
+++ incubator/qpid/branches/M2.1-release/java/plugins/pom.xml Tue Apr  8 
15:46:10 2008
@@ -85,6 +85,19 @@
                                        <target>${java.source.version}</target>
                                </configuration>
                        </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-source-plugin</artifactId>
+               <executions>
+                 <execution>
+                   <id>attach-sources</id>
+                   <goals>
+                     <goal>jar</goal>
+                   </goals>
+                 </execution>
+               </executions>
+            </plugin>
+
                </plugins>
                <resources>
                        <resource>

Modified: incubator/qpid/branches/M2.1-release/java/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/pom.xml?rev=646114&r1=646113&r2=646114&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/pom.xml (original)
+++ incubator/qpid/branches/M2.1-release/java/pom.xml Tue Apr  8 15:46:10 2008
@@ -45,13 +45,13 @@
         <snapshotRepository>
             <id>apache.snapshots</id>
             <name>Apache SNAPSHOT Repository</name>
-            
<url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+            
<url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
         </snapshotRepository>
 
        <repository>
            <id>apache.incubating</id>
            <name>Apache Incubating Repository</name>
-           
<url>scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository</url>
+           
<url>scpexe://people.apache.org/www/people.apache.org/repo/m2-incubating-repository</url>
        </repository>
 
         <!--
@@ -400,6 +400,18 @@
                             </goals>
                         </execution>
                     </executions>
+                </plugin>
+                <plugin>
+                   <groupId>org.apache.maven.plugins</groupId>
+                   <artifactId>maven-source-plugin</artifactId>
+                   <executions>
+                      <execution>
+                        <id>attach-sources</id>
+                        <goals>
+                          <goal>jar</goal>
+                        </goals>
+                      </execution>
+                   </executions>
                 </plugin>
 
                 <!--

Modified: incubator/qpid/branches/M2.1-release/java/skimtests/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/skimtests/pom.xml?rev=646114&r1=646113&r2=646114&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/skimtests/pom.xml (original)
+++ incubator/qpid/branches/M2.1-release/java/skimtests/pom.xml Tue Apr  8 
15:46:10 2008
@@ -206,6 +206,19 @@
                 </executions>
             </plugin>
         </plugins>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-source-plugin</artifactId>
+               <executions>
+                 <execution>
+                   <id>attach-sources</id>
+                   <goals>
+                     <goal>jar</goal>
+                   </goals>
+                 </execution>
+               </executions>
+            </plugin>
+
 
     </build>
 

Modified: 
incubator/qpid/branches/M2.1-release/java/systests/distribution/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/systests/distribution/pom.xml?rev=646114&r1=646113&r2=646114&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/systests/distribution/pom.xml 
(original)
+++ incubator/qpid/branches/M2.1-release/java/systests/distribution/pom.xml Tue 
Apr  8 15:46:10 2008
@@ -105,6 +105,19 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-source-plugin</artifactId>
+               <executions>
+                 <execution>
+                   <id>attach-sources</id>
+                   <goals>
+                     <goal>jar</goal>
+                   </goals>
+                 </execution>
+               </executions>
+            </plugin>
+
         </plugins>
 
     </build>

Modified: incubator/qpid/branches/M2.1-release/java/systests/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/systests/pom.xml?rev=646114&r1=646113&r2=646114&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/systests/pom.xml (original)
+++ incubator/qpid/branches/M2.1-release/java/systests/pom.xml Tue Apr  8 
15:46:10 2008
@@ -174,6 +174,19 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-source-plugin</artifactId>
+               <executions>
+                 <execution>
+                   <id>attach-sources</id>
+                   <goals>
+                     <goal>jar</goal>
+                   </goals>
+                 </execution>
+               </executions>
+            </plugin>
+
 
         </plugins>
 


Reply via email to