blob: b7d9f21f7455fd025908a3c39d1432a37f7ce1f0 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you 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.
@author Bruno Aranda (latest modification by $Author: manolito $)
@version $Revision: 503282 $ $Date: 2007-02-03 19:46:25 +0100 (Sa, 03 Feb 2007) $
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.myfaces.buildtools</groupId>
<artifactId>myfaces-archetype-jsfcomponents</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>JSF Components Library Archetype</name>
<description>Archetype to ease the burden of creating a library of JSF components</description>
<scm>
<connection>
scm:svn:http://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-archetypes/myfaces-archetype-jsfcomponents/
</connection>
<developerConnection>
scm:svn:https://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-archetypes/myfaces-archetype-jsfcomponents/
</developerConnection>
<url>
http://svn.apache.org/viewcvs.cgi/myfaces/myfaces-build-tools/trunk/maven2-archetypes/myfaces-archetype-jsfcomponents/
</url>
</scm>
<distributionManagement>
<repository>
<id>myfaces-staging</id>
<name>Apache MyFaces Staging Repository</name>
<url>scpexe://people.apache.org/www/people.apache.org/builds/myfaces/m2-staging-repository</url>
</repository>
<snapshotRepository>
<uniqueVersion>false</uniqueVersion>
<id>apache-maven-snapshots</id>
<name>Apache Maven Snapshot Repository</name>
<url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
</snapshotRepository>
</distributionManagement>
</project>