[GRADLE-1642] Maven plugin assumes the base plugin has been applied Created: 24/Jun/11 Updated: 04/Jan/13 Resolved: 24/Jun/11 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 1.0-milestone-4 |
Type: | Bug | ||
Reporter: | Luke Daley | Assignee: | Luke Daley |
Resolution: | Fixed | Votes: | 0 |
Description |
Among other things, the maven plugin references the "archives" configuration so is making assumptions about functionality that is added by the base plugin. This is usually ok because almost always the maven plugin is being used in conjunction with the Java or Groovy plugins, but this doesn't have to be the case. Given that plugin application is idempotent, the maven plugin should apply the base. |