Skip to content

Commit

Permalink
[jOOQ/jOOQ#9906] Use experimental commercial artifact repository
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaseder committed Nov 3, 2023
1 parent 4127f0e commit 723533a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,21 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<!-- TODO: Using the experimental support for our commercial artifact repository.
In order to use it, configure the jooq-pro server in your settings.xml as instructed here: https://repo.jooq.org -->
<repositories>
<repository>
<id>jooq-pro</id>
<url>https://repo.jooq.org/repo</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>jooq-pro</id>
<url>https://repo.jooq.org/repo</url>
</pluginRepository>
</pluginRepositories>

<modules>
<module>jOOQ-mcve-java-h2</module>
<module>jOOQ-mcve-java-mariadb</module>
Expand Down

0 comments on commit 723533a

Please sign in to comment.