maven magic in effective-pom and exported-pom

2006-11-03 Thread kelvin goodson
I'm trying to fix my manifest to contain an Application-Vendor-Id. I'm using the maven-osgi-plugin to create the manifest (this is stuff I have inherited, so don't assume I have expertise here) I can see in my pom the following plugin

Re: maven magic in effective-pom and exported-pom

2006-11-03 Thread Edwin Punzalan
although it may seem like it but ${pom.organization.name} only translates to a path to your project's pom.xml content which is projectorganizationname. hope that helped, ^_^ kelvin goodson wrote: I'm trying to fix my manifest to contain an Application-Vendor-Id. I'm using the