-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1450 fix cli templates dependencies (#1460)
* #1450 added new integration test which uses a templates jar with a custom utility class and dependency * fixed #1450 refactored cached-pom.xml logic into new createCachedPomFromJar method added pom.xml to test templates project jar made sure that cached-pom.xml stays isolated in temporary folder * #1450 fixed extract jar error added exception trace to unable to extract exception * #1450 fixed class paths cache file reading on Linux replaced codehaus.plexus.OS with new SystemUtil method added new getOS method to SystemUtils refactored registerPlugins and prependTemplatesClassloader added new addURLsFromCachedClassPathsFile method to MavenUtil added new generatePomFileHash method to MavenUtil fixed some typos * #1450 added a primitive int class variable to test maven project to trigger usage of lang3 ClassUtils
- Loading branch information
1 parent
48f365f
commit e85aab4
Showing
5 changed files
with
97 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters