examples-faces-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.guicedee.examples.faces</groupId>
<artifactId>examples-faces-parent</artifactId>
<version>1.2.0.3-jre17-rc1</version>
</dependency><project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.guicedee.examples</groupId>
<artifactId>examples-parent</artifactId>
<version>1.2.0.3-jre17-rc1</version>
</parent>
<groupId>com.guicedee.examples.faces</groupId>
<artifactId>examples-faces-parent</artifactId>
<packaging>pom</packaging>
<name>GuicedEE Faces Examples</name>
<description>Examples for JSF</description>
<modules>
<!--<module>PrimeFaces-Showcase</module>
<module>PrimeFaces-Extensions-Showcase</module>-->
</modules>
<scm>
<url>https://github.com/GedMarc/JWebMP-Undertow.git</url>
</scm>
<ciManagement>
<system>TeamCity</system>
<url>http://jwebmp.com/teamcity</url>
</ciManagement>
</project>