blob: 77e19c1491ecbec72b746259fa3f19dcaed29381 [file] [log] [blame]
<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>${groupId}</groupId>
<artifactId>${artifactId}-project</artifactId>
<packaging>pom</packaging>
<name>My JSF Components Library Project</name>
<version>${version}</version>
<description>
This is the project for my funky components. This will build both the core and the examples
</description>
<modules>
<module>core</module>
<module>examples</module>
</modules>
<repositories>
<repository>
<id>Myfaces repository</id>
<url>http://myfaces.zones.apache.org/dist/maven-repository</url>
</repository>
</repositories>
</project>