[GRADLE-2878] Maven2Gradle Converter should handle system scope better Created: 05/Sep/13 Updated: 08/Sep/13 Resolved: 08/Sep/13 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.7 |
Fix Version/s: | 1.9-rc-1 |
Type: | Bug | ||
Reporter: | René Gröschke (Inactive) | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Description |
With the current implementation, system scoped dependencies in the pom are mapped naively to a system scope configuration (which is not created as part of the conversion) and the configured systemPath is ignored. The generated gradle build does not work. Instead gradle should map this dependency to a file based dependency. Ideally with a proper handling of path variables like ${java.home} to keep the build portable |