Skip to content

Commit

Permalink
Fixed tools configuration in example module
Browse files Browse the repository at this point in the history
  • Loading branch information
LesTR committed Feb 15, 2019
1 parent d531a8a commit ea5452a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
</executions>
<configuration>
<mainClass>cz.o2.proxima.tools.groovy.Compiler</mainClass>
<commandlineArgs>-o ${project.basedir}/target/generated-sources/groovy/cz/o2/proxima/example/Environment.groovy ${project.basedir}/model/src/main/resources/reference.conf</commandlineArgs>
<commandlineArgs>-o ${project.basedir}/target/generated-sources/groovy/cz/o2/proxima/example/Environment.groovy ${project.parent.basedir}/model/src/main/resources/reference.conf</commandlineArgs>
</configuration>
</plugin>

Expand Down

0 comments on commit ea5452a

Please sign in to comment.