Repository: syncope
Updated Branches:
  refs/heads/master acad42b15 -> f7e3c2c2e


Fixing alien DEPENDENCIES in the source zip


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/27286a25
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/27286a25
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/27286a25

Branch: refs/heads/master
Commit: 27286a253f8508f343d02f782e576cacf8862c47
Parents: acad42b
Author: Francesco Chicchiriccò <[email protected]>
Authored: Fri Sep 9 13:58:47 2016 +0200
Committer: Francesco Chicchiriccò <[email protected]>
Committed: Fri Sep 9 13:58:47 2016 +0200

----------------------------------------------------------------------
 src/assemble/source-release.xml | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/27286a25/src/assemble/source-release.xml
----------------------------------------------------------------------
diff --git a/src/assemble/source-release.xml b/src/assemble/source-release.xml
index ee0c394..e24992a 100644
--- a/src/assemble/source-release.xml
+++ b/src/assemble/source-release.xml
@@ -32,11 +32,11 @@
       <outputDirectory/>
       <useDefaultExcludes>true</useDefaultExcludes>
       <excludes>
-       <!--  build output  -->
-       <exclude>
-         
%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/).*${project.build.directory}.*]
-       </exclude>
-       <!--
+        <!--  build output  -->
+        <exclude>
+          
%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/).*${project.build.directory}.*]
+        </exclude>
+           <!--
             NOTE: Most of the following excludes should not be required 
             if the standard release process is followed. This is because the 
             release plugin checks out project sources into a location like
@@ -106,13 +106,6 @@
         </exclude>        
       </excludes>
     </fileSet>
-    <!--  license, readme, etc. calculated at build time  -->
-    <fileSet>
-      <directory>
-        ${project.build.directory}/maven-shared-archive-resources/META-INF
-      </directory>
-      <outputDirectory/>
-    </fileSet>
   </fileSets>
 </assembly>
 

Reply via email to