Skip to content

Commit

Permalink
Add build helper plugin to configure test sources for e2e profile
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitjnn committed Apr 10, 2023
1 parent 6442266 commit 700cf89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@
</goals>
<configuration>
<sources>
<source>${testSourceLocation}</source>
<source>${project.basedir}/${testSourceLocation}</source>
</sources>
</configuration>
</execution>
Expand Down

0 comments on commit 700cf89

Please sign in to comment.