antenna
antenna copied to clipboard
SW360 Antenna project
This is copied from an internal repository. Original reporter: @maxhbr See: https://github.com/eclipse/antenna/blob/55e9a0d9fb7243d0b8e3e0485b78fb3d7706891d/antenna-workflow-steps/generators/antenna-source-zip-generator/src/main/java/org/eclipse/sw360/antenna/workflow/generators/SourceZipWriter.java#L171 Plain text or `.tar.gz` are not supported. Acceptance Criteria: - [ ] Sources are handled as is, whatever...
copied from internal repo. Inital reporter: @Martin-Idel-SI ### Summary of the Feature With https://github.com/eclipse/antenna/pull/148 it is possible to allow downloading from a different repository, not just maven central. It should...
Proposal copied from internal repo. Inital reporter: @bs-matil ### Summary of the Feature Today we package antenna with all plugins it needs and use this as "fat" dependency. Also we...
### Summary of the Feature Since we have enhanced the CSVAnalyzer with new ArtifactFacts in #194, we could now add those elements to the CSVGenerator, or add the possibility via...
### Summary of the Bug Due to the restructuring of the setting of the component name it has occured, that there are multiple releases with the same external IDs. Currently...
### Summary of the Feature The compliance tool should have a Dockerfile so it can be run from a docker container ### Acceptance Criteria - [ ] Dockerfile is either...
### Summary of the Feature In the SW360 data model the variable "change status" is supposed to reflect weither a component release should update an existing release or contains changed...
### Summary of the Bug The _AttibutionDocumentGenerator_ cannot handle unicodes like tabs (U+0009) and newlines (U+2028/9) for layout purposes and must be handled programmatically [[1]](https://issues.apache.org/jira/browse/PDFBOX-3150?focusedCommentId=15036188&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15036188). In addition, the default font...
### Summary of the Feature The project model in sw360 has a home page url attribute. This is not reflected in the antenna sw360 project class. And currently it could...
### Summary of the Bug Generating an Attribution document using the AttributionDocumentGenerator results in an ERROR if a license text contains a TAB character. ``` Run org.eclipse.sw360.antenna.workflow.generators.CSVGenerator Run org.eclipse.sw360.antenna.workflow.generators.HTMLReportGenerator Run...