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.
我需要编写一个 Java 程序,该程序从给定的 Nexus 存储库中获取工件,包括 pom 和所有辅助工件(如源代码、javadoc 等)并将其移动到不同的存储库。
我想 Aether 将是一个好的开始,但我不知道如何以直接的方式处理组合的文件集(主要工件、pom、源......)。