diff options
Diffstat (limited to 'branches/sca-java-1.4/tutorials/store/store-supplier')
-rw-r--r-- | branches/sca-java-1.4/tutorials/store/store-supplier/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/branches/sca-java-1.4/tutorials/store/store-supplier/pom.xml b/branches/sca-java-1.4/tutorials/store/store-supplier/pom.xml index 2f8769589f..e932d88e77 100644 --- a/branches/sca-java-1.4/tutorials/store/store-supplier/pom.xml +++ b/branches/sca-java-1.4/tutorials/store/store-supplier/pom.xml @@ -65,6 +65,9 @@ <version>1.4</version> <executions> <execution> + <configuration> + <pathToRootDir>../../..</pathToRootDir> + </configuration> <goals> <goal>generate</goal> </goals> |