Only Single Module is being Build when Executing Test Case

2012-09-17 Thread TarunKhandelwal
Hello All, I am implementing Maven for the build Automation and as well as Test Run. Now i have two different projects and i have created one Parent Project to build both of them. But now some error is coming when i am running parent pom.xml. Its Building only single Module. And after running

Re: How to Sign a .par file through Maven

2012-08-30 Thread TarunKhandelwal
Hello All, I found an option. Just thought of sharing. I am using now ant plugin for Maven. and through that i am including extra files to par file and signing it using batch command. Thanks, Tarun Khandelwal -- View this message in context:

Re[SOLVED]: How to Sign a .par file through Maven

2012-08-30 Thread TarunKhandelwal
-- View this message in context: http://maven.40175.n5.nabble.com/How-to-Sign-a-par-file-through-Maven-tp5718722p5718845.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail:

How to Sign a .par file through Maven

2012-08-29 Thread TarunKhandelwal
Hello Everyone, I am developing an application through Spring DM. So i have to create a package with .par extension. And for build automation i am using Maven. I am done with creating par file packaged with jar file but now i have to sign that .par file. I have tried with jarsigner plugin, but

Re: How to Sign a .par file through Maven

2012-08-29 Thread TarunKhandelwal
Hello Brian, Yes I have tried all of that. Here is the sample pom. project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0

Re: How to Sign a .par file through Maven

2012-08-29 Thread TarunKhandelwal
I am having problem with maven plugin. How to add external files while creating par file. I have read somewhere that with maven you can only add jar files through dependencies. So how to do that and another question how can i sign that par file through Maven. Feel free to clear doubts. Thanks,

Re: How to Sign a .par file through Maven

2012-08-29 Thread TarunKhandelwal
Hi Brian, Can you please elaborate what you meant because when i tried with packaging jar everything worked fine, but with par file its not working. Thanks, Tarun Khandelwal -- View this message in context:

Re: How to Sign a .par file through Maven

2012-08-29 Thread TarunKhandelwal
Hi Thomas, Thanks for the information. I also went through that blog. Could you please tell me there's any way via i can i have .xml's also bundled with the .par file. The Structure i want is something like this. .par -- app.jar META-INF app.xml