Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Add addDependencyBasedRequires configuration option #95

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 17, 2023

  1. Add addDependencyBasedRequires Parameter

    To avoid duplication of dependency information from the Maven pom file towards the <requires> list of the rpm-maven-plugin configuration a new Parameter is added: addDependencyBasedRequires.
    
    The idea of this feature is that the rpm-maven-plugin itself inspects the dependencies of the project in which it is executed and adds a Require: [rpm-name] >= [rpm-version] for each found RPM dependency.
    EagleErwin committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    9e3af6a View commit details
    Browse the repository at this point in the history