I may not have picked into master.
On Feb 15, 2013 5:14 PM, "Marcus Sorensen" <shadow...@gmail.com> wrote:

> That is old. I changed that line yesterday. It was catching all sorts of
> things like "downloading"
> On Feb 15, 2013 5:11 PM, "Musayev, Ilya" <imusa...@webmd.net> wrote:
>
>> Please fix the logic in package.sh script to make it work
>>
>> Specificialy
>>
>> VERSION=`(cd ../../; mvn
>> org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate
>> -Dexpression=project.version) | grep -v '^\['`
>>
>> Change to
>>
>>
>> VERSION=`(cd ../../; mvn
>> org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate
>> -Dexpression=project.version) | grep -vE '^\[|dt_socket'`
>>
>> If you don't, the packager takes the string that appears prior to a
>> version number and tar/rpm process fails.
>>
>>
>>
>>

Reply via email to