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.
我正在使用程序集插件创建 ZIP。我想将这个全新的文件提交给我的 svn。你知道最好的方法吗?
我尝试了一些不同的解决方案但没有成功。
是的,这是可能的。使用Maven SCM 插件。您可以配置<executions>附加到您的包阶段(更有可能是<profile>)的特定插件,这些插件运行scm:add目标,然后是scm:checkin目标。
<executions>
<profile>
scm:add
scm:checkin