This happens because build tries to call Git to acquire revision number. This is needed only for release procedure and can be disabled by excluding 'release' profile:
mvn clean compile -P-release -- Val On Mon, Mar 9, 2015 at 12:37 AM, Dmitriy Setrakyan <[email protected]> wrote: > Thanks Cos. > > As far as MD5, I used the command documented in Apache guidelines: > gpg --print-md MD5 [fileName] > [fileName].md5 > > The build issue you are having looks rather strange. Is anyone else having > the same? In any case, I will try it myself tomorrow and update the RC if > necessary. > > D. > > > On Sun, Mar 8, 2015 at 3:14 PM, Konstantin Boudnik <[email protected]> wrote: > > > A feeedback: > > - the signature is correct. > > - md5sum is correct, although I am not sure how you manage to get such > a > > format. Standard Unix md5sum returns > > > > 6ea5594bd5967d6f38e7009fc7783e11 incubator-ignite-release-1.0.0-RC2.zip > > > > whereas your file has whitespaces and capital letters. Is it Apple's > thing > > or > > something? Can it made to be complient with Unix's format? > > > > - unfortunately, I can not build nor compile not validate the licenses > > because I am getting > > > > [ERROR] Failed to execute goal > > org.apache.maven.plugins:maven-antrun-plugin:1.7:run > > (properties-augmentation) > > on project ignite-core: An Ant BuildException has occured: exec returned: > > 128 > > [ERROR] around Ant part ...<exec outputproperty="ignite.build" > > executable="git" failonerror="yes">... @ 4:74 in > > > > > /biggy/workspaces/ignite-RC12/incubator-ignite-release-1.0.0-RC2/modules/core/target/antrun/build-main.xml > > [ERROR] -> [Help 1] > > > > Not really sure if this an environment issue or else, but my laptop is a > > development machine and I usually have no issues with anything in Java > > stack. > > > > Please advise. > > Cos > > > > On Fri, Mar 06, 2015 at 12:18AM, Dmitriy Setrakyan wrote: > > > I have uploaded the new 1.0 RC2 release to: > > > http://people.apache.org/~dsetrakyan/ignite-1.0.0-RC2/ > > > > > > The following changes have been made: > > > > > > - The RAT issues found before were fixed. > > > - Documentation folder for Markdown documentation was added under > > docs/wiki > > > folder (note that these files do not include Apache License header, > > should > > > they?) > > > > > > Please start voting. > > > > > > +1 - to accept the RC2 as Apache Ignite (incubating) 1.0 > > > 0 - don't care either way > > > -1 - DO NOT accept RC2 as Apache Ignite (incubating) 1.0 (explain why) > > >
