You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Gunzenreiner Simon <Si...@winterthur.ch> on 2006/09/29 13:51:45 UTC

Configuring of type "Class" as configuration variable on Mojo

Hi

I recently ran into a problem where Plexus does not support to set a configuration variable of type class on a Mojo.
What I hoped would happen is that a Class object would be created with the name given in the configuration - instead the assignment of the configuration String to the variable of type Class fails - obviously. Shouln't this be a feature that the maven configuration mechanism supports?

> Thanks a lot,
Simon