File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66
7- <!-- Adjust group id for anonymous projects -->
87 <groupId >org.variantsync.boosting</groupId >
9- <!-- Adjust the project name -->
108 <artifactId >trace-boosting</artifactId >
119 <version >1.0.0</version >
1210
1311 <properties >
1412 <!-- Adjust your java version here -->
1513 <java .version>17</java .version>
16- <!-- Adjust the path to the class that contains the main-method, that is to be executed, here -->
17- <path .to.main>${groupId} .ECCOTest</path .to.main>
14+ <path .to.main>${project.groupId} .Demo</path .to.main>
1815 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1916 <maven .compiler.source>${java.version} </maven .compiler.source>
2017 <maven .compiler.target>${java.version} </maven .compiler.target>
You can’t perform that action at this time.
0 commit comments