Actullay直到今天我们使用默认的BuildConfig.groovy来下载插件,但现在我们正在寻找创建一个本地存储库,我们有Sonatype nexus。
由sts 3.5.0创建grails简单应用程序,默认情况下下载一些插件,例如
build ":tomcat:7.0.55"
// plugins for the compile step
compile ":scaffolding:2.1.2"
compile ':cache:1.1.8'
compile ":asset-pipeline:1.9.9"
runtime ":hibernate4:4.3.6.1" // or ":hibernate:3.6.10.18"
runtime ":database-migration:1.4.0"
runtime ":jquery:1.11.1"
为此,我尝试在Sonatype nexus中创建一个新的代理存储库但是,我不知道的字段很少
存储库ID:grails_plugins
存储库名称:Grails插件
存储库类型:将采用默认
提供者:(这个字段我没有得到选项是maven1,maven2,npm,NuGet,Rubygems)
格式:将采用默认
存储库策略:将采用默认
默认本地存储位置:(此字段我没有收到)
覆盖本地存储位置:(此字段我没有收到)
远程存储位置:(此字段我没有收到)
在创建新的存储库时我没有得到一些我提到的“(这个字段我没有得到)”。
请告诉我需要为这些领域提供意见。
之后如何使用该特定内容从本地存储库或maven下载插件