You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2015/02/03 14:21:08 UTC

[1/3] incubator-nifi git commit: NIFI-269: fix OSX build

Repository: incubator-nifi
Updated Branches:
  refs/heads/develop 9c61bdb10 -> 2c2d39c7a


NIFI-269: fix OSX build


Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/51b34a06
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/51b34a06
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/51b34a06

Branch: refs/heads/develop
Commit: 51b34a060ca9b59509360d5eb57a8ac325023142
Parents: 037f36d
Author: David Moravek <da...@gmail.com>
Authored: Mon Feb 2 09:48:18 2015 +0100
Committer: David Moravek <da...@gmail.com>
Committed: Mon Feb 2 09:51:11 2015 +0100

----------------------------------------------------------------------
 nifi/nifi-assembly/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/51b34a06/nifi/nifi-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/nifi/nifi-assembly/pom.xml b/nifi/nifi-assembly/pom.xml
index bc39b79..a3bcadc 100644
--- a/nifi/nifi-assembly/pom.xml
+++ b/nifi/nifi-assembly/pom.xml
@@ -43,6 +43,7 @@
                             <descriptors>
                                 <descriptor>src/main/assembly/dependencies.xml</descriptor>
                             </descriptors>
+                            <tarLongFileMode>posix</tarLongFileMode>
                         </configuration>
                     </execution>
                 </executions>    


[2/3] incubator-nifi git commit: NIFI-269 This closes #16. Merge branch 'develop' of https://github.com/davidmoravek/incubator-nifi into develop

Posted by jo...@apache.org.
NIFI-269 This closes #16.  Merge branch 'develop' of https://github.com/davidmoravek/incubator-nifi into develop


Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/fbfebf62
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/fbfebf62
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/fbfebf62

Branch: refs/heads/develop
Commit: fbfebf622d45d0ae972b9e1c47c617afdb8dc978
Parents: 9c61bdb 51b34a0
Author: joewitt <jo...@apache.org>
Authored: Tue Feb 3 07:59:50 2015 -0500
Committer: joewitt <jo...@apache.org>
Committed: Tue Feb 3 07:59:50 2015 -0500

----------------------------------------------------------------------
 nifi/nifi-assembly/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------



[3/3] incubator-nifi git commit: NIFI-269 removed declaration of gnu tar form from parent pom

Posted by jo...@apache.org.
NIFI-269 removed declaration of gnu tar form from parent pom


Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/2c2d39c7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/2c2d39c7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/2c2d39c7

Branch: refs/heads/develop
Commit: 2c2d39c7a24dc77a84e1e095280239e0d56c8357
Parents: fbfebf6
Author: joewitt <jo...@apache.org>
Authored: Tue Feb 3 08:18:58 2015 -0500
Committer: joewitt <jo...@apache.org>
Committed: Tue Feb 3 08:18:58 2015 -0500

----------------------------------------------------------------------
 nifi/pom.xml | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/2c2d39c7/nifi/pom.xml
----------------------------------------------------------------------
diff --git a/nifi/pom.xml b/nifi/pom.xml
index 765ef1b..499ffd6 100644
--- a/nifi/pom.xml
+++ b/nifi/pom.xml
@@ -842,9 +842,6 @@
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-assembly-plugin</artifactId>
                     <version>2.5.2</version>
-                    <configuration>
-                        <tarLongFileMode>gnu</tarLongFileMode>
-                    </configuration>
                 </plugin>
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>