是什么让 Maven 配置文件不出现在 Intellij 中?

What Makes a Maven Profile Not Appear in Intellij?

我要添加的配置文件是:INSTALL-KIT-GENERATION-AIX-POWER-64

我确保将其添加到项目的 POM 中:

    <profile>
        <id>INSTALL-KIT-GENERATION-AIX-POWER-64</id>
        <build>
            <plugins>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-resources-plugin</artifactId>
                    <executions>
                       .
                       .
                       .

但是,我仍然没有在 Intellij 的配置文件列表中看到它。我应该在其他地方添加它吗?

确保将相应的 pom.xml 添加为 Maven 项目(在 Maven 工具 window 中)并在更改 window 后在 Maven 工具 window 中调用 Maven re-import =16=]: