summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/policy
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest/policy')
-rw-r--r--sca-java-2.x/trunk/testing/itest/policy/matching/pom.xml2
-rw-r--r--sca-java-2.x/trunk/testing/itest/policy/wspolicy/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/policy/matching/pom.xml b/sca-java-2.x/trunk/testing/itest/policy/matching/pom.xml
index 318942d21f..53758ef427 100644
--- a/sca-java-2.x/trunk/testing/itest/policy/matching/pom.xml
+++ b/sca-java-2.x/trunk/testing/itest/policy/matching/pom.xml
@@ -47,6 +47,6 @@
</dependencies>
<build>
- <finalName>${artifactId}</finalName>
+ <finalName>${project.artifactId}</finalName>
</build>
</project>
diff --git a/sca-java-2.x/trunk/testing/itest/policy/wspolicy/pom.xml b/sca-java-2.x/trunk/testing/itest/policy/wspolicy/pom.xml
index 73526d0200..2e04d32802 100644
--- a/sca-java-2.x/trunk/testing/itest/policy/wspolicy/pom.xml
+++ b/sca-java-2.x/trunk/testing/itest/policy/wspolicy/pom.xml
@@ -59,6 +59,6 @@
</dependencies>
<build>
- <finalName>${artifactId}</finalName>
+ <finalName>${project.artifactId}</finalName>
</build>
</project>