Invalid signature file digest for Manifest main attributes

2014-03-09 Thread Venkata Suresh Kumar Pamidipati
Hi, I have included multiple dependency jars in pom.xml and I am trying to build distribution jar using assembly:assembly goal. The command mvn assembly:assembly resulted in the below error. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.4:assembly

Re: Invalid signature file digest for Manifest main attributes

2014-03-06 Thread Venkata Suresh Kumar Pamidipati
Hi mgainty, Thanks for the response and information. I will contact the number given below. Thanks Regards, Suresh - Original Message - From: mgai...@hotmail.com To: users@maven.apache.org, suresh.pamidip...@oracle.com Sent: Thursday, March 6, 2014 6:39:54 PM GMT +05:30 Chennai,

Re: Invalid signature file digest for Manifest main attributes

2014-03-06 Thread Venkata Suresh Kumar Pamidipati
Hi Ron, In the assembly distribution jar, only file present was MANIFEST.MF and there were no other files. But the jar created from packaging has the .SF and .RSA files which indicates that exclude configuration did not work. The dependency jar which I have mentioned in pom.xml is a signed jar

Invalid signature file digest for Manifest main attributes

2014-03-05 Thread Venkata Suresh Kumar Pamidipati
Hi, I am trying to build our project using maven. I have included multiple dependency jars in pom.xml and I am trying to build distribution jar using assembly:assembly goal. The command mvn assembly:assembly resulted in the below error. [ERROR] Failed to execute goal