[GRADLE-179] Add ability to generate and deploy a POM from a gradle project Created: 15/Aug/08 Updated: 04/Jan/13 Resolved: 30/Oct/08 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 0.5 |
Type: | New Feature | ||
Reporter: | Phil Messenger | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 0 |
Attachments: | PomPlugin.groovy |
Description |
I've got some legacy Maven projects that haven't been converted to Gradle yet. It's therefore useful to be able to generate a POM file from gradle projects so they can interoperate with Maven. |
Comments |
Comment by Phil Messenger [ 15/Aug/08 ] |
This plugin generates a simple POM. It doesn't handle dependency exclusions yet. |
Comment by Hans Dockter [ 30/Oct/08 ] |
See http://jira.codehaus.org/browse/GRADLE-290, http://jira.codehaus.org/browse/GRADLE-291, http://jira.codehaus.org/browse/GRADLE-292 for improvements we want to add in 0.6. |