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.
我正在使用 NetBeans 构建一个 JavaFX 项目。当我构建项目时,Maven 构建项目 JAR 并将其安装到我的本地存储库。
我不想将我的项目安装到本地存储库,我该如何停止呢?
看看Maven 默认生命周期,也许 mvn package 是一个更好的选择