Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0-beta-10
-
Fix Version/s: 1.0-rc1
-
Component/s: None
-
Labels:None
Description
maven-plugin-plugin should use ${maven.plugin.unpacked.dir}
instead of ${maven.home.local}/plugins
Workaround to use old style maven plugin directory layout:
—
${user.home}/build.properties:
maven.home.local=${maven.home}
maven.plugin.unpacked.dir=${maven.home}/plugins
—
(Define not only maven.plugin.unpacked.dir but maven.home.local also)
Fixed