mirror of
https://github.com/sbt/sbt.git
synced 2026-09-06 09:37:02 +02:00
Basic property substitution in version in POMs
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
org.bytedeco:javacpp:1.1:compile
|
||||
org.bytedeco.javacpp-presets:opencv:3.0.0-1.1:compile
|
||||
@@ -174,6 +174,15 @@ object CentralTests extends TestSuite {
|
||||
extraRepo = Some(MavenRepository("https://oss.sonatype.org/content/repositories/public/"))
|
||||
)
|
||||
}
|
||||
|
||||
'versionProperty - {
|
||||
// nasty one - in its POM, its version contains "${parent.project.version}"
|
||||
resolutionCheck(
|
||||
Module("org.bytedeco.javacpp-presets", "opencv"),
|
||||
"3.0.0-1.1"
|
||||
)
|
||||
}
|
||||
|
||||
'parentProjectProperties - {
|
||||
resolutionCheck(
|
||||
Module("com.github.fommil.netlib", "all"),
|
||||
|
||||
Reference in New Issue
Block a user