hzzc1987 / jnaerator

Automatically exported from code.google.com/p/jnaerator
0 stars 0 forks source link

Maven Build error #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.checkout source from subversion
2.type > mvn install
3.build fails with error

What is the expected output? What do you see instead?
completion of build

What version of the product are you using? On what operating system?
svn revision 892

Please provide any additional information below.
Attached the log output.

Original issue reported on code.google.com by gbivi...@gmail.com on 19 Nov 2009 at 8:29

Attachments:

GoogleCodeExporter commented 8 years ago
Hi,

Thanks for your report !
This error occurred because Maven tried to sign JARs by default, which only 
works on
my laptop :-D
I've checked in a fix in revision #893
(note that there was a workaround : "mvn -Dmaven.jar.sign.skip=true install")

Cheers

Original comment by olivier.chafik@gmail.com on 21 Nov 2009 at 1:02

GoogleCodeExporter commented 8 years ago
Thanks for the fix!

Original comment by gbivi...@gmail.com on 23 Nov 2009 at 2:53