Skip to content

Commit bbcab24

Browse files
authored
Update README.md
1 parent a72f317 commit bbcab24

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,12 @@ final Sample variantsToGenerate = new Sample(List.of(
9191
"A", "B", "D", "E", "N", "R"
9292
))),
9393
new Variant("Bianca", new SimpleConfiguration(List.of(
94+
/// Features selected in variant Bianca.
9495
"A", "B", "C", "I", "N"
9596
)))
9697
));
98+
9799
Sampler variantsSampler = new ConstSampler(variantsToGenerate);
98-
}
99100
```
100101
We are now ready to traverse the evolution history to generate variants:
101102
```java
@@ -193,4 +194,4 @@ VEVOS_Generation comes with three dependencies that are not available in the mav
193194
To initialize the local maven repository for the libraries we use, run the following as maven targets:
194195

195196
- FeatureIDE: `deploy:deploy-file -DgroupId=de.ovgu -DartifactId=featureide.lib.fm -Dversion=3.7.2 -Durl=file:./local-maven-repo/ -DrepositoryId=local-maven-repo -DupdateReleaseInfo=true -Dfile=src/main/resources/lib/de.ovgu.featureide.lib.fm-v3.7.2.jar`
196-
- Sat4j: `deploy:deploy-file -DgroupId=org.sat4j -DartifactId=core -Dversion=2.3.5 -Durl=file:./local-maven-repo/ -DrepositoryId=local-maven-repo -DupdateReleaseInfo=true -Dfile=src/main/resources/lib/org.sat4j.core.jar`
197+
- Sat4j: `deploy:deploy-file -DgroupId=org.sat4j -DartifactId=core -Dversion=2.3.5 -Durl=file:./local-maven-repo/ -DrepositoryId=local-maven-repo -DupdateReleaseInfo=true -Dfile=src/main/resources/lib/org.sat4j.core.jar`

0 commit comments

Comments
 (0)