GithubHelp home page GithubHelp logo

isabella232 / antenna Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eclipse-archived/antenna

0.0 0.0 0.0 6.84 MB

SW360 Antenna project

License: Other

Java 97.89% Shell 0.63% Gherkin 0.80% Kotlin 0.61% CSS 0.03% Dockerfile 0.04%

antenna's Introduction

THIS PROJECT HAS BEEN ARCHIVED

Eclipse SW360 Antenna

Eclipse Public License 2.0 Build Status Master SonarCloud

Slack Channel

Antenna scans artifacts of a project, downloads sources for dependencies, validates sources and licenses and creates:

  • a third-party attribution document that lists all dependencies with their licenses,
  • a sources.zip containing all sources of the dependencies, and
  • a processing report.

Learn more about Antenna in What Antenna Does.
Or visit us on our Eclipse Project Site for the latest news of the project.

If you want to contribute to Antenna, please check out the Contribution guidlines.

Modules

The Antenna project consists of a core and multiple modules in ./modules, which encapsulate related functionality.

Some of these folders contain their own README.md, like e.g. ./modules/sw360/README.md which contain module specific information.

Install and build Antenna

Please note that some dependencies of SW360antenna are only available for Java 8. So you need to use Java 8 to build the project.

If you want to build Antenna on the command line, just use Maven like

$ mvn install

By default, this will run tests. If you want to skip running tests use

$ mvn install -DskipTests

The build is stable starting with Maven version 3.5.x or higher, which was when the usage of the revision property was introduced. With a lower version you will get errors when trying to resolve dependencies created in the Antenna build, since the version is not correctly parsed. A possible error message would look like this:

Failed to process POM for org.eclipse.sw360.antenna:model:jar:1.0.0-SNAPSHOT: 
Non-resolvable parent POM for org.eclipse.sw360.antenna:model:1.0.0-SNAPSHOT: 
Could not find artifact org.eclipse.sw360.antenna:antenna-management:pom:${revision} 
in central (https://repo.maven.apache.org/maven2/) and 'parent.relativePath' points at wrong local POM
[ERROR] org.eclipse.sw360.antenna:model:jar:1.0.0-SNAPSHOT

Optional Profiles

You can activate the following optional profiles:

  • -P integration-test: activates also the optional profile for integration testing in the sw360 module (see also ./modules/sw360/README.md)
  • -P site-tests: which activates the site tests in ./documentation/

Configure Antenna

Antenna can be used as a Maven plugin, with Gradle or standalone executable. As a maven plugin, Antenna's behaviour is configured by adding a <plugin> to your project's pom.xml file and adding settings to the <configuration> section. Similarly, in Gradle, the same Maven files must be given and the build.gradle file needs to include the Antenna configuration. As a standalone executable, Antenna is configured as an executable jar in the command line. Find out how to configure Antenna by reading: How to configure Antenna.

Configure Antenna for Java 9 or newer

Antenna can be used with Java versions 9 or newer. However, it requires some additional configuration described in Tool Configuration.

To find answers in the most frequent questions/problems go to Troubleshooting.

Documentation

For more information please refer to our documentation.

antenna's People

Contributors

ag4ums avatar andreaslarfors avatar blaumeiser-at-bosch avatar bs-ondem avatar dependabot[bot] avatar eclipsewebmaster avatar fredg02 avatar greimela-si avatar hanna-modica avatar martin-idel-si avatar maxhbr avatar neubs-bsi avatar nnobelis avatar ohbus avatar oheger-bosch avatar robertklaus-bosch avatar sschuberth avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.