Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有几个 Maven 配置文件,它们不应该在所有机器上都可用。所以我不想把它们放到根目录下的super pom中。
但是,据我所知,没有办法将 Maven 3 构建配置文件放入不同的文件中,并在运行时使用激活规则和命令行参数包含它们。
还是我错了?
在 Maven 3 中,不可能将配置文件放入外部文件中。在早期版本中(Maven 2.2.1 存在一个profiles.xml)。