[
https://issues.jboss.org/browse/RF-13693?page=com.atlassian.jira.plugin.s...
]
Juraj Húska updated RF-13693:
-----------------------------
Description:
Components-demo example can not be built because it uses incorrect {{BOM}}.
It should use
{code:xml}
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-cache-bom</artifactId>
<version>${version.richfaces}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
{code}
Also it is missing from {{richfaces-parent}} {{pom.xml}} modules section, that it is why
it is not part of the whole framework build.
was:
Components-demo example can not be built because it uses incorrect {{BOM}}.
Also it is missing from {{richfaces-parent}} {{pom.xml}} modules section, that it is why
it is not part of the whole framework build.
Components-demo example can not be built
----------------------------------------
Key: RF-13693
URL:
https://issues.jboss.org/browse/RF-13693
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: examples
Affects Versions: 4.5.0.Alpha3
Reporter: Juraj Húska
Components-demo example can not be built because it uses incorrect {{BOM}}.
It should use
{code:xml}
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-cache-bom</artifactId>
<version>${version.richfaces}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
{code}
Also it is missing from {{richfaces-parent}} {{pom.xml}} modules section, that it is why
it is not part of the whole framework build.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)