Skip to content

Commit

Permalink
Update POM to replace au deploy with GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbattle committed Aug 15, 2023
1 parent d68a226 commit fec7e37
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -282,26 +282,21 @@
</profile>

<profile>
<id>au</id>
<id>default</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<!-- Speeds up builds in development -->
<maven.javadoc.skip>true</maven.javadoc.skip>
</properties>
<distributionManagement>
<repository>
<id>vdmj.overture.au.dk-central</id>
<name>overture.au.dk-releases</name>
<url>https://overture.au.dk/artifactory/vdmj</url>
</repository>
<snapshotRepository>
<id>vdmj.overture.au.dk-snapshots</id>
<name>overture.au.dk-snapshots</name>
<url>https://overture.au.dk/artifactory/vdmj</url>
</snapshotRepository>
</distributionManagement>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/nickbattle/vdmj</url>
</repository>
</distributionManagement>
</profile>

<profile>
Expand Down

0 comments on commit fec7e37

Please sign in to comment.