Hi all, Under C5 development governance project we are planing to facilitate the generation of LICENSE.txt.
Up to now, we have implemented support for generating LICENSE.txt for a single JAR(Carbon Feature) or a carbon component by looking at all its listed dependencies in pom.xml files Now we are trying to implement support for generating LICENSE.txt for a product pack. Because a product pack contains jars that are not are not related to dependencies in pom.xml files of the product, it's required to scan through the pack to identify the jars. After identifying the jars, the jars must be mapped to Modules/Artifacts[*] stored in a Greg instance we maintain in C5 development governance solution. The problem we are trying to solve is, how the mapping between jar file names and Artifact/Module[*] can be done properly? Please suggest on a proper way you can think of to do this mapping. [*] - In C5 development governance solution we use two types of RXT artifacts to capture dependency information of a maven project. it contains information such as group id, artifact id and version of a dependency (1) Module - refers to an internal maven project (2) Artifact - refers to an external 3rd party dependency. Thanks *,Sajith Ravindra* Senior Software Engineer WSO2 Inc.; http://wso2.com lean.enterprise.middleware mobile: +94 77 2273550 blog: http://sajithr.blogspot.com/ <http://lk.linkedin.com/pub/shani-ranasinghe/34/111/ab>
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
