File tree Expand file tree Collapse file tree
dev.skidfuscator.obfuscator Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5+ <parent >
6+ <artifactId >skidfuscator</artifactId >
7+ <groupId >dev.skidfuscator</groupId >
8+ <version >1.0.0-SNAPSHOT</version >
9+ </parent >
10+ <modelVersion >4.0.0</modelVersion >
11+
12+ <artifactId >client-maven</artifactId >
13+
14+ <properties >
15+ <maven .compiler.source>8</maven .compiler.source>
16+ <maven .compiler.target>8</maven .compiler.target>
17+ </properties >
18+
19+ </project >
Original file line number Diff line number Diff line change 2020 <module >commons</module >
2121 <module >obfuscator</module >
2222 <module >client</module >
23+ <module >client-maven</module >
2324 </modules >
2425
2526 <build >
You can’t perform that action at this time.
0 commit comments