pip install . within top-level of project
Note - Current setup doesn't install branch of DoSOCSv2/feature/relationships that domaven relies on. You will need to follow the instructions first before trying to install current project for it to work.
Pass pom.xml to be parsed, domaven will then pass all the parsed dependencies to DoSOCSv2 with relationship info:
$ domaven scan ./path/to/pom.xml
Pass jar file that has already been scanned and displays dependency tree:
$ domaven dependencies ./path/to/file.jar
Python script that connects Maven to DoSOCS. Uses Maven to find out project-level dependencies based on passed pom.xml. A tree is constructed of the hierarchy from parent package downward. All the packages are then given to DoSOCSv2 to be stored into the the database along with the relationship info information which pertains to the SPDX schema.
- UBUNTU 14.04
- Python 2.7
- DoSOCSv2
- Github
- 2 meetings a week (Tuesdays/Thursdays)
Title: Dependency relationship creation in SPDX Primary Actor: Developer Goal in context: Discover dependencies for a prject and store relationship in an SPDX schema Stakeholders and Interests: Developers Preconditions: Maven, DOSOCS, environment setup Main success scenario: Created dependency tree and stored relationships in the SPDX schema Failed end conditions: unsuitable POM xml file Trigger: "domaven", pom file
- Does scan accept a pom file?
- Is scan able to grab all dependencies from Maven with pom file?
- After grabbing all dependencies, is it able to create the tree?
- Does it send each package to be scanned and related and stored in the database?
- Does it get tgf output from DoSOCS2 of dependencies?
- Does it show a tree view of all the dependencies?
- Does dependencies accept a jar file?
- Is it able to connect to DoSOCS2 by passing the jar file to it?
- Does it return tgf output from DoSOCS2 of child dependencies?
- Does it show a tree view of current and child dependencies based on jar file given?
- plugin to interact with DoSOCS for handling java based projects
- creates dependency tree to pass to DoSOCS
- displays hierarchy of relationships for a given package
- allows for creation of relationships between package to package
- displays relationships of a given package in tree graph format
MIT © Aarjav Chauhan, Tyler Pflueger
CC-BY-SA-4.0 © Aarjav Chauhan, Tyler Pflueger

