File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 </licenses >
2121
2222 <developers >
23+ <developer >
24+ <name >Stefan Vill</name >
25+ <email >stefan.vill@uni-ulm.de</email >
26+ <organization >University of Ulm</organization >
27+ <organizationUrl >ww.uni-ulm.de</organizationUrl >
28+ </developer >
2329 <developer >
2430 <name >José A. Galindo</name >
2531 <email >jagalindo@us.es</email >
2834 </developer >
2935 <developer >
3036 <name >Chico Sundermann</name >
31- <email >jagalindo@us.es </email >
37+ <email >chico.sundermann@uni-ulm.de </email >
3238 <organization >University of Ulm</organization >
3339 <organizationUrl >https://www.uni-ulm.de/</organizationUrl >
3440 </developer >
7884 <groupId >org.junit.jupiter</groupId >
7985 <artifactId >junit-jupiter</artifactId >
8086 <version >5.8.2</version >
81- <scope >test</scope >
87+ </dependency >
88+ <dependency >
89+ <groupId >org.junit.jupiter</groupId >
90+ <artifactId >junit-jupiter-api</artifactId >
91+ <version >5.8.2</version >
8292 </dependency >
8393 <dependency >
8494 <groupId >com.google.guava</groupId >
8898 </dependencies >
8999
90100 <build >
91- <sourceDirectory >src/de/vill </sourceDirectory >
101+ <sourceDirectory >src/</sourceDirectory >
92102 <testSourceDirectory >src/test</testSourceDirectory >
93103
94104 <plugins >
165175 <artifactId >maven-javadoc-plugin</artifactId >
166176 <version >3.2.0</version >
167177 <configuration >
168- <sourcepath >${project.basedir} /src/de/vill </sourcepath >
178+ <sourcepath >${project.basedir} /src/</sourcepath >
169179 </configuration >
170180 <executions >
171181 <execution >
You can’t perform that action at this time.
0 commit comments