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.
我发现在 Weblogic Server 中运行的 FlyWay 存在问题。
我克隆了源存储库并添加了单元测试+修复。但我无法在 Weblogic 中测试我的修复,因为 Maven 构建所需的所有 JDBC 驱动程序在公共存储库中不可用。
有没有一种简单的方法可以绕过这些依赖关系?
正如如何贡献wiki 页面中所述:
使用-P-MediumTests禁用 MediumTests Maven 配置文件。
前任。:mvn clean install -P-MediumTests
mvn clean install -P-MediumTests