We just had https://jira.codehaus.org/browse/SUREFIRE-896, and for
some reason the

   /**
     * Map of project artifacts.
     *
     * @parameter expression="${project.artifactMap}"
     * @required
     * @readonly
     */
    private Map<String, Artifact> projectArtifactMap;

that was converted to :


    /**
     * Map of plugin artifacts.
     */
    @Parameter( defaultValue = "${plugin.artifactMap}", required =
true, readonly = true )
    protected Map<String, Artifact> pluginArtifactMap;


Does not get injected when running under 2.2.1, which effectively
makes 2.12.1 useless for all 2.2.1 users.

I have not investigated further into the cause of this, but I think
all release managers need to take special care to run IT's with maven
2.2.1 as well before releasing newly converted components.

Kristian

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to