Hi guys,

On flex-mojos I have this parameter:
    /**
     * @parameter
     */
    protected String[] locales;

What should happen when I have this configuration:
    <build>
        <plugins>
            <plugin>
                <groupId>info.rvin.mojo</groupId>
                <artifactId>flex-compiler-mojo</artifactId>
                <configuration>
                    <locales></locales>
                </configuration>
            </plugin>
        </plugins>
    </build>

I was expecting locales will be set to a new String[0], but still null.

Is that a bug?

If its not, how to inject a empty collection?


VELO

Reply via email to