Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

No branches or pull requests

1 participant