You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ta...@apache.org on 2017/10/13 14:21:00 UTC

[1/2] qpid-jms git commit: QPIDJMS-340 - fix maven-assembly-plugin compatibility

Repository: qpid-jms
Updated Branches:
  refs/heads/master bf30956c7 -> 5e5944a87


QPIDJMS-340 - fix maven-assembly-plugin compatibility

Set targLongFileMode to posix for handling long file names


Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/5d17c95a
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/5d17c95a
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/5d17c95a

Branch: refs/heads/master
Commit: 5d17c95ae2ba0d9b6efbe07d3c7345ab59bbc40e
Parents: 475ff58
Author: Christopher L. Shannon (cshannon) <ch...@gmail.com>
Authored: Fri Oct 13 09:49:13 2017 -0400
Committer: Christopher L. Shannon (cshannon) <ch...@gmail.com>
Committed: Fri Oct 13 09:49:13 2017 -0400

----------------------------------------------------------------------
 apache-qpid-jms/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/5d17c95a/apache-qpid-jms/pom.xml
----------------------------------------------------------------------
diff --git a/apache-qpid-jms/pom.xml b/apache-qpid-jms/pom.xml
index bf2a26a..acb7b0b 100644
--- a/apache-qpid-jms/pom.xml
+++ b/apache-qpid-jms/pom.xml
@@ -58,6 +58,7 @@
               <descriptors>
                 <descriptor>src/main/assembly/bin.xml</descriptor>
               </descriptors>
+              <tarLongFileMode>posix</tarLongFileMode>
             </configuration>
           </execution>
         </executions>
@@ -83,7 +84,7 @@
                   <descriptors>
                     <descriptor>src/main/assembly/src.xml</descriptor>
                   </descriptors>
-                  <tarLongFileMode>gnu</tarLongFileMode>
+                  <tarLongFileMode>posix</tarLongFileMode>
                 </configuration>
               </execution>
             </executions>


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


[2/2] qpid-jms git commit: This closes #15

Posted by ta...@apache.org.
This closes #15


Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/5e5944a8
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/5e5944a8
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/5e5944a8

Branch: refs/heads/master
Commit: 5e5944a877a77d1d6b5e1392500016753953a8d0
Parents: bf30956 5d17c95
Author: Timothy Bish <ta...@gmail.com>
Authored: Fri Oct 13 10:13:22 2017 -0400
Committer: Timothy Bish <ta...@gmail.com>
Committed: Fri Oct 13 10:13:22 2017 -0400

----------------------------------------------------------------------
 apache-qpid-jms/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------



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