We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdade23 commit a8750f7Copy full SHA for a8750f7
pom.xml
@@ -66,4 +66,25 @@
66
</dependency>
67
</dependencies>
68
69
+ <profiles>
70
+ <profile>
71
+ <id>github</id>
72
+ <activation>
73
+ <activeByDefault>true</activeByDefault>
74
+ </activation>
75
+ <distributionManagement>
76
+ <repository>
77
78
+ <name>GitHub Packages</name>
79
+ <url>https://maven.pkg.github.com/Swofty-Developments/SwoftyDB</url>
80
+ </repository>
81
+ <snapshotRepository>
82
83
84
85
+ </snapshotRepository>
86
+ </distributionManagement>
87
+ </profile>
88
+ </profiles>
89
+
90
</project>
0 commit comments