File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 <artifactId >LightQuery</artifactId >
99 <version >1.0.1</version >
1010
11+ <distributionManagement >
12+ <repository >
13+ <id >royalmind</id >
14+ <url >https://packages.royalmind.net/repository/maven-releases/</url >
15+ </repository >
16+ <snapshotRepository >
17+ <id >royalmind-snapshots</id >
18+ <url >https://packages.royalmind.net/repository/maven-snapshots/</url >
19+ </snapshotRepository >
20+ </distributionManagement >
21+
1122 <properties >
1223 <maven .compiler.source>8</maven .compiler.source>
1324 <maven .compiler.target>8</maven .compiler.target>
25+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1426 </properties >
1527
28+ <build >
29+ <defaultGoal >clean package</defaultGoal >
30+ <pluginManagement >
31+ <plugins >
32+ <plugin >
33+ <groupId >org.apache.maven.plugins</groupId >
34+ <artifactId >maven-deploy-plugin</artifactId >
35+ <version >3.0.0-M1</version >
36+ </plugin >
37+ </plugins >
38+ </pluginManagement >
39+ <plugins >
40+ <plugin >
41+ <groupId >org.apache.maven.plugins</groupId >
42+ <artifactId >maven-deploy-plugin</artifactId >
43+ <version >3.0.0-M1</version >
44+ </plugin >
45+ </plugins >
46+ </build >
47+
1648 <dependencies >
1749 <dependency >
1850 <groupId >mysql</groupId >
You can’t perform that action at this time.
0 commit comments