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

Group inherentance from parent IDE checks #131

Open
gunslingor opened this issue Jun 3, 2021 · 0 comments
Open

Group inherentance from parent IDE checks #131

gunslingor opened this issue Jun 3, 2021 · 0 comments

Comments

@gunslingor
Copy link

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>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant