Skip to content

Commit

Permalink
Move the source files generated by jOOQ to another folder to work bet…
Browse files Browse the repository at this point in the history
…ter with

Intellij IDEA.
  • Loading branch information
jarkkoka committed Jan 5, 2024
1 parent 97b88f8 commit 8665236
Show file tree
Hide file tree
Showing 165 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@
</database>
<target>
<packageName>fi.hsl.jore.importer.jooq</packageName>
<directory>${project.build.sourceDirectory}/generated-sources/jooq</directory>
<directory>${project.basedir}/src/main/generated-sources/jooq</directory>
</target>
</generator>
</configuration>
Expand Down Expand Up @@ -573,7 +573,7 @@
</generate>
<target>
<packageName>fi.hsl.jore.jore4.jooq</packageName>
<directory>${project.build.sourceDirectory}/generated-sources/jooq</directory>
<directory>${project.basedir}/src/main/generated-sources/jooq</directory>
</target>
</generator>
</configuration>
Expand Down Expand Up @@ -604,7 +604,7 @@
</goals>
<configuration>
<sources>
<source>${project.build.sourceDirectory}/generated-sources/jooq</source>
<source>${project.basedir}/src/main/generated-sources/jooq</source>
</sources>
</configuration>
</execution>
Expand Down

0 comments on commit 8665236

Please sign in to comment.