summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAidan Skinner <aidan@apache.org>2008-04-08 22:46:10 +0000
committerAidan Skinner <aidan@apache.org>2008-04-08 22:46:10 +0000
commit1c55f1a65c2a685ac54488e6394608395e29ddcb (patch)
treea93ff6e01bb57490d0174f389823b467599509f1
parent731cf16b4f25131522d8d39350a739e6d7ed0217 (diff)
downloadqpid-python-1c55f1a65c2a685ac54488e6394608395e29ddcb.tar.gz
use svnexe for uploading, generate source jars
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1-release@646114 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/broker/distribution/pom.xml13
-rw-r--r--java/broker/pom.xml13
-rw-r--r--java/client-java14/pom.xml13
-rw-r--r--java/client/distribution/pom.xml13
-rw-r--r--java/client/example/pom.xml13
-rw-r--r--java/client/pom.xml13
-rw-r--r--java/common/pom.xml13
-rw-r--r--java/distribution/pom.xml13
-rw-r--r--java/integrationtests/pom.xml13
-rw-r--r--java/management/eclipse-plugin/pom.xml13
-rw-r--r--java/perftests/distribution/pom.xml13
-rw-r--r--java/perftests/pom.xml13
-rw-r--r--java/plugins/pom.xml13
-rw-r--r--java/pom.xml16
-rw-r--r--java/skimtests/pom.xml13
-rw-r--r--java/systests/distribution/pom.xml13
-rw-r--r--java/systests/pom.xml13
17 files changed, 222 insertions, 2 deletions
diff --git a/java/broker/distribution/pom.xml b/java/broker/distribution/pom.xml
index 66f36b8dc9..ebff298978 100644
--- a/java/broker/distribution/pom.xml
+++ b/java/broker/distribution/pom.xml
@@ -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>
diff --git a/java/broker/pom.xml b/java/broker/pom.xml
index 7cdcb499fa..ffe03a3d49 100644
--- a/java/broker/pom.xml
+++ b/java/broker/pom.xml
@@ -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>
diff --git a/java/client-java14/pom.xml b/java/client-java14/pom.xml
index ffb705a1e4..2370e0abea 100644
--- a/java/client-java14/pom.xml
+++ b/java/client-java14/pom.xml
@@ -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>
diff --git a/java/client/distribution/pom.xml b/java/client/distribution/pom.xml
index c8c81caa99..50115edcfa 100644
--- a/java/client/distribution/pom.xml
+++ b/java/client/distribution/pom.xml
@@ -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>
diff --git a/java/client/example/pom.xml b/java/client/example/pom.xml
index 2e59cb1b08..7114a75c2b 100644
--- a/java/client/example/pom.xml
+++ b/java/client/example/pom.xml
@@ -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>
diff --git a/java/client/pom.xml b/java/client/pom.xml
index 01e4fd0ac9..68b5a76606 100644
--- a/java/client/pom.xml
+++ b/java/client/pom.xml
@@ -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>
diff --git a/java/common/pom.xml b/java/common/pom.xml
index 3140360b01..95f40ff288 100644
--- a/java/common/pom.xml
+++ b/java/common/pom.xml
@@ -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>
diff --git a/java/distribution/pom.xml b/java/distribution/pom.xml
index 250d57c909..1d3b7c6983 100644
--- a/java/distribution/pom.xml
+++ b/java/distribution/pom.xml
@@ -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>
diff --git a/java/integrationtests/pom.xml b/java/integrationtests/pom.xml
index 13b08384d4..b8a1aecac8 100644
--- a/java/integrationtests/pom.xml
+++ b/java/integrationtests/pom.xml
@@ -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>
diff --git a/java/management/eclipse-plugin/pom.xml b/java/management/eclipse-plugin/pom.xml
index 25f5a7b15a..9742928a06 100644
--- a/java/management/eclipse-plugin/pom.xml
+++ b/java/management/eclipse-plugin/pom.xml
@@ -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>
diff --git a/java/perftests/distribution/pom.xml b/java/perftests/distribution/pom.xml
index e9a8594862..b0768f3a1c 100644
--- a/java/perftests/distribution/pom.xml
+++ b/java/perftests/distribution/pom.xml
@@ -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>
diff --git a/java/perftests/pom.xml b/java/perftests/pom.xml
index 53df6fbf2e..f65c0f0280 100644
--- a/java/perftests/pom.xml
+++ b/java/perftests/pom.xml
@@ -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>
diff --git a/java/plugins/pom.xml b/java/plugins/pom.xml
index 78261ee5e5..c3f5f8a611 100644
--- a/java/plugins/pom.xml
+++ b/java/plugins/pom.xml
@@ -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>
diff --git a/java/pom.xml b/java/pom.xml
index bf08119b3f..db8dcb32b2 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -45,13 +45,13 @@ under the License.
<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>
<!--
@@ -401,6 +401,18 @@ under the License.
</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>
<!--
<plugin>
diff --git a/java/skimtests/pom.xml b/java/skimtests/pom.xml
index 797ad1e14a..ada8298797 100644
--- a/java/skimtests/pom.xml
+++ b/java/skimtests/pom.xml
@@ -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>
diff --git a/java/systests/distribution/pom.xml b/java/systests/distribution/pom.xml
index 17c0d0d033..cc6add45a8 100644
--- a/java/systests/distribution/pom.xml
+++ b/java/systests/distribution/pom.xml
@@ -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>
diff --git a/java/systests/pom.xml b/java/systests/pom.xml
index 6e5d784266..e7d2255e6a 100644
--- a/java/systests/pom.xml
+++ b/java/systests/pom.xml
@@ -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>