From 0f8fcb91a28d931131c7f876c7d73f9bb837b4fe Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Fri, 8 Apr 2016 18:29:21 -0400 Subject: Allow substituting POM variables inside of strings, not only entire elements --- test/simple/build/build.scala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/simple/build') diff --git a/test/simple/build/build.scala b/test/simple/build/build.scala index 31f2ab9..173c1da 100644 --- a/test/simple/build/build.scala +++ b/test/simple/build/build.scala @@ -14,7 +14,9 @@ class Build(context: cbt.Context) extends BasicBuild(context){ // the below tests pom inheritance with dependencyManagement and variable substitution for pom properties MavenDependency("org.eclipse.jgit", "org.eclipse.jgit", "4.2.0.201601211800-r"), // the below tests pom inheritance with variable substitution for pom xml tag contents - MavenDependency("com.spotify", "missinglink-core", "0.1.1") + MavenDependency("com.spotify", "missinglink-core", "0.1.1"), + // the below tests pom inheritance with variable substitution being parts of strings + MavenDependency("cc.factorie","factorie_2.11","1.2") ), MavenRepository.combine( MavenRepository.central, -- cgit v1.2.3