Skip to content

Commit

Permalink
POFIM-100: Legger til add-source for de generete kildefilene så Intel…
Browse files Browse the repository at this point in the history
…liJ kan finne de.
  • Loading branch information
inavga committed Nov 7, 2024
1 parent 6f4a6fa commit e76d40c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions mocks/fager-mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,24 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
<execution>
<id>add-source</id>
<phase>generate-sources</phase>
<goals>
<goal>add-source</goal>
</goals>
<configuration>
<sources>
<source>${project.build.directory}/generated-sources/graphql</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

0 comments on commit e76d40c

Please sign in to comment.