aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-examples
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2019-12-14 14:34:54 +0000
committerClaude Brisson <cbrisson@apache.org>2019-12-14 14:34:54 +0000
commit3a3476c54bb5265f42accd1c0e261bfcf15d35ab (patch)
tree6e247501471ee5869936ab3a542624b5744aec03 /velocity-engine-examples
parent73eaac5d4f0d3d64e84655d78f385408fb00be6d (diff)
downloadapache-velocity-engine-3a3476c54bb5265f42accd1c0e261bfcf15d35ab.tar.gz
[engine] Add examples zip packaging
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1871545 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'velocity-engine-examples')
-rw-r--r--velocity-engine-examples/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/velocity-engine-examples/pom.xml b/velocity-engine-examples/pom.xml
index 9f3dd7dc..1d0790d0 100644
--- a/velocity-engine-examples/pom.xml
+++ b/velocity-engine-examples/pom.xml
@@ -67,6 +67,15 @@ under the License.
<descriptor>src/assembly/examples.xml</descriptor>
</descriptors>
</configuration>
+ <executions>
+ <execution>
+ <id>package-examples</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ </execution>
+ </executions>
</plugin>
</plugins>
<resources>