[GRADLE-720] Expose task to allow just generation of pom Created: 27/Oct/09 Updated: 04/Jan/13 Resolved: 24/Nov/10 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 0.9-rc-1 |
Type: | Improvement | ||
Reporter: | Steve Ebersole | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 1 |
Description |
AFAICT, there is no way to just generate a pom from gradle build. Instead one must run an upload at which time the pom is generated. I apologize if this is not the case, but I could find no reference in the docs on how to do it if it is possible. Anyway, it would be wonderful if I could just perform "gradle generatePoms" or similar. Why? Well, ATM to allow import into IntelliJ reference |
Comments |
Comment by Steve Ebersole [ 02/Nov/09 ] |
In retrospect, not so sure this would work in terms of importing into IntelliJ using its maven support because of the directory layout (generation of the pom into {build}/ dir structure)... |
Comment by Hans Dockter [ 30/Mar/10 ] |
A pom object has now a writeTo method. |