Skip to content

Commit 713cb2b

Browse files
fix: GitHub packages snapshot repo (#178)
The `<modules>` section was removed from the `pom.xml` file to streamline project configuration; it is defined in profile for each. The snapshot repository was enabled under the GitHub Packages repository configuration. This ensures better management of snapshot and release artifacts.
1 parent c640773 commit 713cb2b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@
3838
<developerConnection>scm:git:[email protected]:opentdf/java-sdk.git</developerConnection>
3939
<url>https://github.com/opentdf/java-sdk</url>
4040
</scm>
41-
<modules>
42-
<module>sdk</module>
43-
<module>cmdline</module>
44-
</modules>
4541
<dependencyManagement>
4642
<dependencies>
4743
<dependency>
@@ -275,6 +271,9 @@
275271
<id>github-pkg</id>
276272
<name>GitHub opentdf Apache Maven Packages</name>
277273
<url>https://maven.pkg.github.com/opentdf/java-sdk</url>
274+
<snapshots>
275+
<enabled>true</enabled>
276+
</snapshots>
278277
</repository>
279278
</distributionManagement>
280279
</profile>

0 commit comments

Comments
 (0)