Skip to content

Commit

Permalink
use 2 spaces ident in xml
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/maven/archetype/trunk@1190486 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
olamy committed Oct 28, 2011
1 parent f3f29ff commit acb4efc
Showing 1 changed file with 31 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,35 +17,37 @@
~ specific language governing permissions and limitations
~ under the License.
-->
<component-set>
<components>
<component>
<role>org.apache.maven.lifecycle.mapping.LifecycleMapping</role>
<role-hint>maven-archetype</role-hint>
<implementation>org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping</implementation>
<configuration>
<phases>
<process-resources>org.apache.maven.plugins:maven-resources-plugin:resources</process-resources>
<process-test-resources>org.apache.maven.plugins:maven-resources-plugin:testResources</process-test-resources>
<package>org.apache.maven.plugins:maven-archetype-plugin:jar</package>
<integration-test>org.apache.maven.plugins:maven-archetype-plugin:integration-test</integration-test>
<install>org.apache.maven.plugins:maven-install-plugin:install,
org.apache.maven.plugins:maven-archetype-plugin:update-local-catalog</install><!-- Update the local catalog -->
<deploy>org.apache.maven.plugins:maven-deploy-plugin:deploy</deploy>
</phases>
</configuration>
</component>
<component-set>
<components>
<component>
<role>org.apache.maven.lifecycle.mapping.LifecycleMapping</role>
<role-hint>maven-archetype</role-hint>
<implementation>org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping</implementation>
<configuration>
<phases>
<process-resources>org.apache.maven.plugins:maven-resources-plugin:resources</process-resources>
<process-test-resources>org.apache.maven.plugins:maven-resources-plugin:testResources</process-test-resources>
<package>org.apache.maven.plugins:maven-archetype-plugin:jar</package>
<integration-test>org.apache.maven.plugins:maven-archetype-plugin:integration-test</integration-test>
<install>org.apache.maven.plugins:maven-install-plugin:install,
org.apache.maven.plugins:maven-archetype-plugin:update-local-catalog
</install>
<!-- Update the local catalog -->
<deploy>org.apache.maven.plugins:maven-deploy-plugin:deploy</deploy>
</phases>
</configuration>
</component>

<component>
<role>org.apache.maven.artifact.handler.ArtifactHandler</role>
<role-hint>maven-archetype</role-hint>
<implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler</implementation>
<configuration>
<type>maven-archetype</type>
<extension>jar</extension>
<packaging>maven-archetype</packaging>
</configuration>
</component>
<component>
<role>org.apache.maven.artifact.handler.ArtifactHandler</role>
<role-hint>maven-archetype</role-hint>
<implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler</implementation>
<configuration>
<type>maven-archetype</type>
<extension>jar</extension>
<packaging>maven-archetype</packaging>
</configuration>
</component>

</components>
</components>
</component-set>

0 comments on commit acb4efc

Please sign in to comment.