This repository was archived by the owner on Oct 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Group inherentance from parent IDE checks #131
Copy link
Copy link
Open
Description
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>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels