maven仓库中排除某个库

    maven {
        isAllowInsecureProtocol=true
        setUrl("http://127.0.0.1:5500/")
        content {

// excludeGroup("com.xxx") //从仓库排除某个组织的库
// includeGroupByRegex( "com\.unwanted\..*")//从仓库引用某个组织的库
}
}

posted @ 2024-12-18 14:54  烟花易冷心易碎  阅读(18)  评论(0)    收藏  举报