File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 5656 </dependency >
5757 </dependencies >
5858
59+ <distributionManagement >
60+ <repository >
61+ <id >github</id >
62+ <name >GitHub java-utils Packages Repository</name >
63+ <url >https://maven.pkg.github.com/LamGC/java-utils</url >
64+ </repository >
65+ </distributionManagement >
66+
5967 <build >
6068 <pluginManagement ><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
6169 <plugins >
62- <!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
6370 <plugin >
6471 <artifactId >maven-clean-plugin</artifactId >
6572 <version >3.1.0</version >
6673 </plugin >
67- <!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
6874 <plugin >
6975 <artifactId >maven-resources-plugin</artifactId >
7076 <version >3.0.2</version >
8995 <artifactId >maven-deploy-plugin</artifactId >
9096 <version >2.8.2</version >
9197 </plugin >
92- <!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
9398 <plugin >
9499 <artifactId >maven-site-plugin</artifactId >
95100 <version >3.7.1</version >
You can’t perform that action at this time.
0 commit comments