summaryrefslogtreecommitdiffstats
path: root/java/sca/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml')
-rw-r--r--java/sca/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/sca/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml b/java/sca/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
index 4a4466ac13..0a6cb38717 100644
--- a/java/sca/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
+++ b/java/sca/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
@@ -54,6 +54,8 @@
</dependency>
</dependencies>
<build>
+ <defaultGoal>install</defaultGoal>
+ <finalName>${artifactId}</finalName>
<resources>
<resource>
<filtering>false</filtering>