You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

de.tum.in.ase:static-code-analysis-parser

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

de.tum.in.ase:static-code-analysis-parser

Library for parsing of static code analysis XML reports and creating a common representation

1.4.0
Source
mavenMaven
Version published
Maintainers
1
Source

static-code-analysis-parser

Common parser functionality for static code analysis tools on continuous integration servers to read reports and send the data to Artemis

Deployment

  • Make sure you have a Sonatype JIRA account. Store the credentials in the settings.xml in the m2 home folder
  • Make sure you have a valid GPG certificate (follow the instructions on https://central.sonatype.org/publish/requirements/gpg)
  • Store the used key in your Maven settings.xml file, usually placed in ~/.m2: https://central.sonatype.org/publish/publish-maven
  • Run export GPG_TTY=$(tty)
  • Run mvn clean deploy -P release
    This should create the jar file, sources, javadoc and the pom file. All files should also have an additional signed *.asc file. You might find the files in your m2 home folder.
  • Verify the artifact and release it to Maven Central. Open https://oss.sonatype.org/#stagingRepositories, close the repository to start the validation and as soon as the validation has finished successfully, release the artifact.

FAQs

Package last updated on 09 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts