You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2017/01/20 17:04:00 UTC

[1/2] qpid-proton-j git commit: PROTON-1385: stop deploying examples and python tests, add missing config for assembly

Repository: qpid-proton-j
Updated Branches:
  refs/heads/master 44e692e8b -> 6961ea089


PROTON-1385: stop deploying examples and python tests, add missing config for assembly


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/commit/9e4a37e0
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/tree/9e4a37e0
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/diff/9e4a37e0

Branch: refs/heads/master
Commit: 9e4a37e093a26db9aabfd8e191cf941c9ef3d612
Parents: 44e692e
Author: Robert Gemmell <ro...@apache.org>
Authored: Fri Jan 20 17:01:08 2017 +0000
Committer: Robert Gemmell <ro...@apache.org>
Committed: Fri Jan 20 17:01:08 2017 +0000

----------------------------------------------------------------------
 apache-qpid-proton-j/pom.xml |  1 +
 examples/engine/pom.xml      | 12 ++++++++++++
 examples/reactor/pom.xml     | 12 ++++++++++++
 tests/pom.xml                | 13 ++++---------
 4 files changed, 29 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/9e4a37e0/apache-qpid-proton-j/pom.xml
----------------------------------------------------------------------
diff --git a/apache-qpid-proton-j/pom.xml b/apache-qpid-proton-j/pom.xml
index 24b6877..2d046a0 100644
--- a/apache-qpid-proton-j/pom.xml
+++ b/apache-qpid-proton-j/pom.xml
@@ -50,6 +50,7 @@
               <descriptors>
                 <descriptor>src/main/assembly/bin.xml</descriptor>
               </descriptors>
+              <tarLongFileMode>gnu</tarLongFileMode>
             </configuration>
           </execution>
         </executions>

http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/9e4a37e0/examples/engine/pom.xml
----------------------------------------------------------------------
diff --git a/examples/engine/pom.xml b/examples/engine/pom.xml
index 9e83fda..737696a 100644
--- a/examples/engine/pom.xml
+++ b/examples/engine/pom.xml
@@ -33,4 +33,16 @@
       <artifactId>proton-j</artifactId>
     </dependency>
   </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>

http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/9e4a37e0/examples/reactor/pom.xml
----------------------------------------------------------------------
diff --git a/examples/reactor/pom.xml b/examples/reactor/pom.xml
index 5d09020..1a1fa50 100644
--- a/examples/reactor/pom.xml
+++ b/examples/reactor/pom.xml
@@ -33,4 +33,16 @@
       <artifactId>proton-j</artifactId>
     </dependency>
   </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>

http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/9e4a37e0/tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/pom.xml b/tests/pom.xml
index ed09038..29cdf96 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -72,15 +72,10 @@ mvn test \
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <version>2.6</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
       </plugin>
     </plugins>
   </build>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[2/2] qpid-proton-j git commit: PROTON-1385: rename root pom to 'proton-j-parent' to align with its new usage and be more consistent with the others

Posted by ro...@apache.org.
PROTON-1385: rename root pom to 'proton-j-parent' to align with its new usage and be more consistent with the others


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/commit/6961ea08
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/tree/6961ea08
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/diff/6961ea08

Branch: refs/heads/master
Commit: 6961ea089e2632962f1a144ea14d3e40cad08e7b
Parents: 9e4a37e
Author: Robert Gemmell <ro...@apache.org>
Authored: Fri Jan 20 17:01:18 2017 +0000
Committer: Robert Gemmell <ro...@apache.org>
Committed: Fri Jan 20 17:01:18 2017 +0000

----------------------------------------------------------------------
 apache-qpid-proton-j/pom.xml | 2 +-
 examples/engine/pom.xml      | 2 +-
 examples/reactor/pom.xml     | 2 +-
 pom.xml                      | 2 +-
 proton-j/pom.xml             | 2 +-
 tests/pom.xml                | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/6961ea08/apache-qpid-proton-j/pom.xml
----------------------------------------------------------------------
diff --git a/apache-qpid-proton-j/pom.xml b/apache-qpid-proton-j/pom.xml
index 2d046a0..7bea163 100644
--- a/apache-qpid-proton-j/pom.xml
+++ b/apache-qpid-proton-j/pom.xml
@@ -17,7 +17,7 @@
 --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.qpid</groupId>
-    <artifactId>proton-project</artifactId>
+    <artifactId>proton-j-parent</artifactId>
     <version>0.17.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>

http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/6961ea08/examples/engine/pom.xml
----------------------------------------------------------------------
diff --git a/examples/engine/pom.xml b/examples/engine/pom.xml
index 737696a..3770105 100644
--- a/examples/engine/pom.xml
+++ b/examples/engine/pom.xml
@@ -18,7 +18,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.qpid</groupId>
-    <artifactId>proton-project</artifactId>
+    <artifactId>proton-j-parent</artifactId>
     <version>0.17.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>

http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/6961ea08/examples/reactor/pom.xml
----------------------------------------------------------------------
diff --git a/examples/reactor/pom.xml b/examples/reactor/pom.xml
index 1a1fa50..2b2c483 100644
--- a/examples/reactor/pom.xml
+++ b/examples/reactor/pom.xml
@@ -18,7 +18,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.qpid</groupId>
-    <artifactId>proton-project</artifactId>
+    <artifactId>proton-j-parent</artifactId>
     <version>0.17.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>

http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/6961ea08/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6c74648..28d3b8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.qpid</groupId>
-  <artifactId>proton-project</artifactId>
+  <artifactId>proton-j-parent</artifactId>
   <version>0.17.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 

http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/6961ea08/proton-j/pom.xml
----------------------------------------------------------------------
diff --git a/proton-j/pom.xml b/proton-j/pom.xml
index d2598cc..b8420e0 100644
--- a/proton-j/pom.xml
+++ b/proton-j/pom.xml
@@ -18,7 +18,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.qpid</groupId>
-    <artifactId>proton-project</artifactId>
+    <artifactId>proton-j-parent</artifactId>
     <version>0.17.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/6961ea08/tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/pom.xml b/tests/pom.xml
index 29cdf96..d86a537 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.qpid</groupId>
-    <artifactId>proton-project</artifactId>
+    <artifactId>proton-j-parent</artifactId>
     <version>0.17.0-SNAPSHOT</version>
   </parent>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org