Skip to content

Commit

Permalink
use ${project.basedir}
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Müller committed Jun 4, 2018
1 parent 02c2206 commit 5137501
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions personregister/pom.xml
Expand Up @@ -32,7 +32,7 @@
</goals>
<configuration>
<sources>
<source>target/generated-sources/constants</source>
<source>${project.basedir}/target/generated-sources/constants</source>
</sources>
</configuration>
</execution>
Expand All @@ -55,9 +55,9 @@
<executable>java</executable>
<mainClass>org.appng.tools.file.PropertyConstantCreator</mainClass>
<arguments>
<argument>application-home/dictionary/personregister.properties</argument>
<argument>${project.basedir}/application-home/dictionary/personregister.properties</argument>
<argument>org.appng.application.personregister.MessageConstants</argument>
<argument>target/generated-sources/constants</argument>
<argument>${project.basedir}/target/generated-sources/constants</argument>
</arguments>
</configuration>
</plugin>
Expand Down

0 comments on commit 5137501

Please sign in to comment.