You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by le...@apache.org on 2017/01/18 21:26:54 UTC

incubator-joshua git commit: Set skip to false in Maven assembly

Repository: incubator-joshua
Updated Branches:
  refs/heads/master 4ada5e2f7 -> 6d31d99f3


Set skip to false in Maven assembly


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

Branch: refs/heads/master
Commit: 6d31d99f3464ec0672858c4d90a7cc9296af9c6e
Parents: 4ada5e2
Author: Lewis John McGibbney <le...@gmail.com>
Authored: Wed Jan 18 13:26:45 2017 -0800
Committer: Lewis John McGibbney <le...@gmail.com>
Committed: Wed Jan 18 13:26:45 2017 -0800

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/6d31d99f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f7b285a..50bc009 100644
--- a/pom.xml
+++ b/pom.xml
@@ -301,7 +301,7 @@
             <descriptor>${basedir}/src/main/assembly/src.xml</descriptor>
           </descriptors>
           <attach>true</attach>
-          <skipAssembly>${assembly.skip}</skipAssembly>
+          <skipAssembly>false</skipAssembly>
           <tarLongFileMode>posix</tarLongFileMode>
         </configuration>
       </plugin>