You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2017/06/13 14:57:44 UTC

archiva-redback-core git commit: Fixing typo in pom file and switch to tar posix mode

Repository: archiva-redback-core
Updated Branches:
  refs/heads/master 0e803bf5c -> 8724de3ef


Fixing typo in pom file and switch to tar posix mode


Project: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/commit/8724de3e
Tree: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/tree/8724de3e
Diff: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/diff/8724de3e

Branch: refs/heads/master
Commit: 8724de3ef95e18d8f75dfae8a27b23f896f08001
Parents: 0e803bf
Author: Martin Stockhammer <ma...@apache.org>
Authored: Tue Jun 13 16:56:43 2017 +0200
Committer: Martin Stockhammer <ma...@apache.org>
Committed: Tue Jun 13 16:56:43 2017 +0200

----------------------------------------------------------------------
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/8724de3e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5325741..f1c9099 100644
--- a/pom.xml
+++ b/pom.xml
@@ -822,13 +822,13 @@
           </additionalparam>
           <useStandardDocletOptions>false</useStandardDocletOptions>
           <additionalJOption>-J-Xmx1024m</additionalJOption>
-          <additionnalDependencies>
-            <additionnalDependency>
+          <additionalDependencies>
+            <additionalDependency>
               <groupId>org.jboss.spec.javax.resource</groupId>
               <artifactId>jboss-connector-api_1.5_spec</artifactId>
               <version>1.0.0.Final</version>
-            </additionnalDependency>
-          </additionnalDependencies>
+            </additionalDependency>
+          </additionalDependencies>
         </configuration>
         <reportSets>
           <reportSet>
@@ -862,7 +862,7 @@
                   <descriptorRefs>
                     <descriptorRef>${sourceReleaseAssemblyDescriptor}</descriptorRef>
                   </descriptorRefs>
-                  <tarLongFileMode>gnu</tarLongFileMode>
+                  <tarLongFileMode>posix</tarLongFileMode>
                 </configuration>
               </execution>
             </executions>