Skip to content

Commit

Permalink
build: add distribution management info
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Mar 29, 2024
1 parent bf5ba9f commit 3a46d26
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<distributionManagement>
<repository>
<id>${release.repo.id}</id>
<name>central</name>
<url>${release.repo.url}</url>
</repository>
<snapshotRepository>
<id>${snapshot.repo.id}</id>
<name>snapshots</name>
<url>${snapshot.repo.url}</url>
</snapshotRepository>
</distributionManagement>


<modules>
<module>core</module>
<module>agents</module>
Expand Down

0 comments on commit 3a46d26

Please sign in to comment.