Hi,

currently i'm trying to fix some issues in the maven-ejb-plugin and within the test there is a setup like this:


        EjbMojo mojo = (EjbMojo) lookupMojo( "ejb", pomFile );

But at the moment i don't understand why the defaults for the defined parameters and not injected...

For example i have parameter like this:

@Parameter( property = "maven.ejb.ejbJar", defaultValue = "META-INF/ejb-jar.xml" )
    private String ejbJar;

But the string does not contain the default value during the tests....so the question: What do i oversight here ?

Someone an idea?

Kind regards
Karl Heinz Marbaise




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to