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

Group inherentance from parent IDE checks #131

@gunslingor

Description

@gunslingor

I have the group tag defined in my parent pom, but intelliJ IDEA tells me it is still required in the child pom so I have to add it as follows, while the optional ones like defaultUserName don't suffer from this... is there a way to overcome this, so this blank tag isn't required?

    <build>
        <plugins>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>rpm-maven-plugin</artifactId>
                <version>2.2.0</version>
                <extensions>true</extensions>
                <configuration>
                    <group/>
                    <mappings combine.children="append">
                        <mapping>
                            <directory>/etc/opt/software-6.3/gateway</directory>
                            <sources>
                                <source>
                                    <location>src/main/resources/config</location>
                                </source>
                            </sources>
                        </mapping>
                    </mappings>
                </configuration>
            </plugin>
        </plugins>
    </build>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions