You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2016/05/31 21:19:58 UTC

maven git commit: [MNG-6032] WARNING during build based on absolute path in assembly-descriptor.

Repository: maven
Updated Branches:
  refs/heads/master 41144e7ec -> 35da0dc20


[MNG-6032] WARNING during build based on absolute path in assembly-descriptor.


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/35da0dc2
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/35da0dc2
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/35da0dc2

Branch: refs/heads/master
Commit: 35da0dc20bee3f03fba014a5dd531022614e636e
Parents: 41144e7e
Author: Karl Heinz Marbaise <kh...@apache.org>
Authored: Tue May 31 23:17:22 2016 +0200
Committer: Karl Heinz Marbaise <kh...@apache.org>
Committed: Tue May 31 23:17:22 2016 +0200

----------------------------------------------------------------------
 apache-maven/src/main/assembly/component.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/35da0dc2/apache-maven/src/main/assembly/component.xml
----------------------------------------------------------------------
diff --git a/apache-maven/src/main/assembly/component.xml b/apache-maven/src/main/assembly/component.xml
index 36b2232..8ccf02a 100644
--- a/apache-maven/src/main/assembly/component.xml
+++ b/apache-maven/src/main/assembly/component.xml
@@ -42,7 +42,7 @@ under the License.
     </fileSet>
     <fileSet>
       <directory>target/maven-shared-archive-resources/META-INF</directory>
-      <outputDirectory>/</outputDirectory>
+      <outputDirectory>./</outputDirectory>
       <includes>
         <include>LICENSE</include>
         <include>NOTICE</include>