Skip to content

Commit 0591d9f

Browse files
committed
minor additions
1 parent 5fb835b commit 0591d9f

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,14 @@ This was round-trip about the major features of VEVOS_Generation. Further featur
156156

157157
## Setup
158158

159+
VEVOS_Generation is a Java 16 library and Maven project.
159160
You may include VEVOS_Generation as a pre-build `jar` file or build it on your own.
160-
The `jar` file can be found at TODO.
161+
The `jar` file can be found in the releases of this repository.
161162

162163
### Build
163164

164-
To initialize to local maven repository for the libraries we use, run the following as maven targets:
165+
VEVOS_Generation comes with three dependencies that are not available in the maven repositories and thus are included as pre-built jar files in `src/main/resources/lib`.
166+
To initialize the local maven repository for the libraries we use, run the following as maven targets:
165167

166-
- FeatureIDE: `deploy:deploy-file -DgroupId=de.ovgu -DartifactId=featureide.lib.fm -Dversion=3.7.0 -Durl=file:./local-maven-repo/ -DrepositoryId=local-maven-repo -DupdateReleaseInfo=true -Dfile=src/main/resources/lib/de.ovgu.featureide.lib.fm-v3.7.0.jar`
168+
- 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`
167169
- 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)