Re: Getting root parent POM artifactid

2006-04-26 Thread Bogdan Sulima
${pom.parent.parent.artifactId} and ${pom.parent.parent.version} this should work with the specified hierarchy. but if C POM does not have 2 parent poms, but just 1 or even 0, your script fails with NullPointerException. On 4/25/06, javed mandary [EMAIL PROTECTED] wrote: Hi, is there

Re: WAR plugin does not generate MANIFEST.MF

2006-04-21 Thread Bogdan Sulima
I tried the manifest generation ones again and it works. IBM manifest is only copied to target/xxx but the new one is generated and packaged with WAR file. Thanks for helping. On 4/20/06, Mike Perham [EMAIL PROTECTED] wrote: The execution is so Maven generates the MANIFEST.MF into the war

Re: version number to avoid when creating an EAR

2006-04-21 Thread Bogdan Sulima
you can customize you maven-ear-plugin to provide custom file name for the jar file to be packaged. plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-ear-plugin/artifactId configuration [...] modules javaModule

[m2] WAR plugin does not generate MANIFEST.MF

2006-04-20 Thread Bogdan Sulima
artifactIdcommons-logging/artifactId version1.0.4/version /dependency /dependencies /project Best regards Bogdan Sulima. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: WAR plugin does not generate MANIFEST.MF

2006-04-20 Thread Bogdan Sulima
/executions /plugin -Original Message- From: Bogdan Sulima [mailto:[EMAIL PROTECTED] Sent: Thursday, April 20, 2006 9:27 AM To: users@maven.apache.org Subject: [m2] WAR plugin does not generate MANIFEST.MF Hi everyone, i have some problems generating

m2 Activate/Use custom lifecycle

2006-03-20 Thread Bogdan Sulima
/component ... Thanks in advance. Bogdan Sulima.