Author: kwright
Date: Tue May 10 16:19:30 2016
New Revision: 1743221

URL: http://svn.apache.org/viewvc?rev=1743221&view=rev
Log:
Follow Ahmet's advice

Modified:
    manifoldcf/release-scripts/release-solr-6.x.bat

Modified: manifoldcf/release-scripts/release-solr-6.x.bat
URL: 
http://svn.apache.org/viewvc/manifoldcf/release-scripts/release-solr-6.x.bat?rev=1743221&r1=1743220&r2=1743221&view=diff
==============================================================================
--- manifoldcf/release-scripts/release-solr-6.x.bat (original)
+++ manifoldcf/release-scripts/release-solr-6.x.bat Tue May 10 16:19:30 2016
@@ -21,7 +21,7 @@ goto end
 erase apache-manifoldcf-*
 
 cmd.exe /c mvn clean
-cmd.exe /c mvn package assembly:assembly
+cmd.exe /c mvn package assembly:single
 
 copy target\apache-manifoldcf-solr-6.x-plugin-%1-bin.tar.gz 
apache-manifoldcf-solr-6.x-plugin-%1-bin.tar.gz
 copy target\apache-manifoldcf-solr-6.x-plugin-%1-bin.zip 
apache-manifoldcf-solr-6.x-plugin-%1-bin.zip


Reply via email to