You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Anders Kristian Andersen <an...@gmail.com> on 2008/12/08 11:13:40 UTC

expression language for project.groupId dots as slash

Hi

When I refere URL's it could be usable to refere the ${project.groupId}

like <url>http://my-server/${project.groupId}/${project.artifactId}</ 
url>

This is just not possible because project.groupId == com.my- 
company.package1..n.my-group

I mean this is dots not slashes that separates the urls.

I would like operators on the expression language strings like $ 
{project.groupId.dot2slash}

Is it possible to make a plugin that handles that, or a listener or ??

/Anders

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