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.
在我的 build.xml 中,我有两个非常相似的目标。使它们相似的一件事是它们都共享大量 jvmargs。现在我在每个目标下重复这组 jvmargs。像这样复制集合感觉不对,有没有办法简化它?