You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by ji...@ascentialsoftware.com on 2004/08/26 14:21:39 UTC

Mysterious Spaces in a genearted file (attributes like groupId ar e have spaces around them)


In Maven.xml I am using some information about dependencies to generate an
additional deployment descriptor for some services
The key line is:

<x:element name="home">
${pom.package}.${dep.groupId}.ejb.Home
</x:element>

I expect it to generate something like:

<home>com.ascential.analytics.services.examples.ejb.Home</home>      

But instead it generates:

<home>com.ascential.analytics . services.examples .ejb. Home</home>


Does anyone have any idea how I can trim these down ?

Thanks,

Jim Mochel

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org