|
|
-
Re: mvn package fails to generate flume-ng scriptRoshan Naik 2012-11-20, 19:19
On performing the mvn clean package on the latest 1.3 branch i see the
following gz files generated.. ./flume-ng-dist/target/apache-flume-1.3.0-bin.tar.gz ./flume-ng-dist/target/apache-flume-1.3.0-src.tar.gz and a quick verification shows the file does exist... $ tar tzf ./flume-ng-dist/target/apache-flume-1.3.0-bin.tar.gz | grep 'bin/flume-ng$' apache-flume-1.3.0-bin/bin/flume-ng -roshan On Tue, Nov 20, 2012 at 7:07 AM, Harish Mandala <[EMAIL PROTECTED]>wrote: > Hello, > > I'm doing the following steps: > > 1) mvn clean package -DskipTests -Drat.numUnapprovedLicenses=100 > 2) tar xzf flume-ng-dist/target/apache-flume-1.3.0-SNAPSHOT-dist.tar.gz > > Now, in the directory apache-flume-1.3.0-SNAPSHOT/ , earlier, a script > called flume-ng was being created. For some reason, in the latest builds, > it is not created. What could the reason be? > > Thanks in anticipation, > Harish > |