22
22
</issueManagement >
23
23
<scm >
24
24
<url >https://github.com/metaschema-framework/metaschema-java/tree/main</url >
25
- <
connection >scm:git:
[email protected] /metaschema-framework/metaschema-java.git</
connection >
25
+ <connection >
26
+ scm:git:
[email protected] /metaschema-framework/metaschema-java.git</
connection >
26
27
<developerConnection >
27
28
scm:git:
[email protected] :metaschema-framework/metaschema-java.git</
developerConnection >
28
29
<tag >v0.12.0</tag >
29
30
</scm >
30
- <distributionManagement >
31
- <snapshotRepository >
32
- <id >github</id >
33
- <name >GitHub Packages</name >
34
- <url >https://maven.pkg.github.com/david-waltermire/metaschema-java</url >
35
- </snapshotRepository >
36
- <repository >
37
- <id >github</id >
38
- <name >GitHub Packages</name >
39
- <url >https://maven.pkg.github.com/david-waltermire/metaschema-java</url >
40
- </repository >
41
- <!--
42
- <snapshotRepository>
43
- <id>ossrh</id>
44
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
45
- </snapshotRepository>
46
- -->
47
- <repository >
48
- <id >ossrh</id >
49
- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
50
- </repository >
51
- <site >
52
- <id >website</id >
53
- <url >${site.url} </url >
54
- </site >
55
- </distributionManagement >
56
31
<licenses >
57
32
<license >
58
33
<name >Public Domain</name >
80
55
<!-- site configuration -->
81
56
<site .url>https://metaschema-java.metaschema.dev/</site .url>
82
57
<scm .url>https://github.com/david-waltermire/metaschema-java</scm .url>
83
- <issueManagement .url>https://github.com/david-waltermire/metaschema-java/issues</issueManagement .url>
58
+ <issueManagement .url>
59
+ https://github.com/david-waltermire/metaschema-java/issues</issueManagement .url>
84
60
<!--
85
61
================================================================================ -->
86
62
<!-- Web dependencies version -->
786
762
<!-- <module>metaschema-freemarker-support</module> -->
787
763
<!-- <module>metaschema-documentation-generator</module> -->
788
764
</modules >
765
+ <profiles >
766
+ <profile >
767
+ <id >github</id >
768
+ <activation >
769
+ <property >
770
+ <name >!deployOSSRH</name >
771
+ </property >
772
+ </activation >
773
+ <distributionManagement >
774
+ <snapshotRepository >
775
+ <id >github</id >
776
+ <name >GitHub Packages</name >
777
+ <url >
778
+ https://maven.pkg.github.com/david-waltermire/metaschema-java</url >
779
+ </snapshotRepository >
780
+ <repository >
781
+ <id >github</id >
782
+ <name >GitHub Packages</name >
783
+ <url >
784
+ https://maven.pkg.github.com/david-waltermire/metaschema-java</url >
785
+ </repository >
786
+ </distributionManagement >
787
+ </profile >
788
+ <profile >
789
+ <id >ossrh</id >
790
+ <activation >
791
+ <property >
792
+ <name >deployOSSRH</name >
793
+ <value >true</value >
794
+ </property >
795
+ </activation >
796
+ <distributionManagement >
797
+ <snapshotRepository >
798
+ <id >ossrh</id >
799
+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
800
+ </snapshotRepository >
801
+ <repository >
802
+ <id >ossrh</id >
803
+ <url >
804
+ https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
805
+ </repository >
806
+ <site >
807
+ <id >website</id >
808
+ <url >${site.url} </url >
809
+ </site >
810
+ </distributionManagement >
811
+
812
+ </profile >
813
+ </profiles >
789
814
</project >
0 commit comments