Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msoares94/maven-dependency-mapper
Maven Dependency Mapper
https://github.com/msoares94/maven-dependency-mapper
mapper maven maven-dependency
Last synced: 16 days ago
JSON representation
Maven Dependency Mapper
- Host: GitHub
- URL: https://github.com/msoares94/maven-dependency-mapper
- Owner: msoares94
- License: mit
- Created: 2018-07-01T02:10:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-04T20:58:00.000Z (over 6 years ago)
- Last Synced: 2024-10-04T11:27:10.596Z (about 1 month ago)
- Topics: mapper, maven, maven-dependency
- Language: Java
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Maven Dependency Mapper
# Command to generate the maven dependencies of a given project and store in a given directory.
`"C:\Program Files\Maven\apache-maven-3.5.0\bin\mvn" org.apache.maven.plugins:maven-dependency-plugin:2.10:copy-dependencies -Dmdep.addParentPoms=true -Dmdep.copyPom=true -DoutputDirectory="C:\DevTools\Dependencies" -DincludeGroupIds=com.github.marcosoliveirasoares94,jars.com.github.marcosoliveirasoares94`# Arguments of entry:
# [0] = Project name.
# [1] = Path of Dependencies.
`Directory existence is required.`
# [2] = File path with Dependencies list highlighted in excel file.
`The existence of the file "newDependencies.txt" is required, it serves to highlight the dependency found in the file "newDependencies.txt" in the excel worksheet.``If the file "newDependencies.txt" exists, the content should be as follows:`
`xxxx-xxxxxxx-xxx-0.0.0.0.0.jar`
`xxxx-xxxxxxx-xxx-0.0.0.0.0.pom`# [3] = Project Version.
# [4] = Destination of excel file.Note:
Remember to change the items according to your groupID settings:
startsWith("com.github.marcosoliveirasoares94")
startsWith("jars.com.github.marcosoliveirasoares94")They are present in the class: ExternalDependencies, method: addListExternalDependency