Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
duttonw committed Jun 6, 2024
1 parent 9f6bc77 commit 7953caf
Showing 1 changed file with 16 additions and 41 deletions.
57 changes: 16 additions & 41 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,6 @@
<tag>HEAD</tag>
</scm>

<profiles>
<profile>
<id>github</id>
<repositories>
<repository>
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
</repository>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/qld-gov-au/seleniumHelper</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</profile>
</profiles>

<distributionManagement>
<repository>
<id>github</id>
Expand Down Expand Up @@ -478,7 +459,22 @@
</build>

<profiles>

<profile>
<id>github</id>
<repositories>
<repository>
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
</repository>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/qld-gov-au/seleniumHelper</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</profile>
<profile>
<id>local-proxy</id>
<activation>
Expand Down Expand Up @@ -514,26 +510,5 @@
</plugins>
</build>
</profile>
<profile>
<id>internalRepo</id>
<activation>
<property>
<name>useInternalRepo</name>
<value>true</value>
</property>
</activation>
<distributionManagement>
<repository>
<id>nexus</id>
<name>Nexus</name>
<url>https://nexus.tools.services.qld.gov.au/nexus/repository/releases</url>
</repository>
<snapshotRepository>
<id>nexus</id>
<name>Nexus</name>
<url>https://nexus.tools.services.qld.gov.au/nexus/repository/snapshots</url>
</snapshotRepository>
</distributionManagement>
</profile>
</profiles>
</project>

0 comments on commit 7953caf

Please sign in to comment.