blob: 8231333f3ae741029c11358cb66a2dc98b3d787d [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2006 The Apache Software Foundation.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<lifecycles>
<lifecycle>
<id>generate</id>
<phases>
<phase>
<id>validate</id>
<executions>
<execution>
<goals>
<goal>select-archetype</goal>
</goals>
</execution>
</executions>
</phase>
<phase>
<id>initialize</id>
<executions>
<execution>
<goals>
<goal>configure-generation</goal>
</goals>
</execution>
</executions>
</phase>
<phase>
<id>generate-sources</id>
<executions>
<execution>
<goals>
<goal>generate-project</goal>
</goals>
</execution>
</executions>
</phase>
<phase>
<id>verify</id>
<executions>
<execution>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</phase>
</phases>
</lifecycle>
<lifecycle>
<id>create</id>
<phases>
<phase>
<id>initialize</id>
<executions>
<execution>
<goals>
<goal>configure-creation</goal>
</goals>
</execution>
</executions>
</phase>
<phase>
<id>generate-sources</id>
<executions>
<execution>
<goals>
<goal>create-archetype</goal>
</goals>
</execution>
</executions>
</phase>
<!--phase>
<id>package</id>
<executions>
<execution>
<goals>
<goal>package-archetype</goal>
</goals>
</execution>
</executions>
</phase-->
<phase>
<id>verify</id>
<executions>
<execution>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</phase>
</phases>
</lifecycle>
<lifecycle>
<id>maven-archetype</id>
<phases>
<phase>
<id>initialize</id>
<executions>
<execution>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</phase>
</phases>
</lifecycle>
</lifecycles>