[JBoss JIRA] Created: (RFPL-608) Aggregated UI modules dependency issues
by Nick Belaevski (JIRA)
Aggregated UI modules dependency issues
---------------------------------------
Key: RFPL-608
URL: https://jira.jboss.org/browse/RFPL-608
Project: RichFaces Planning
Issue Type: Task
Security Level: Public (Everyone can see)
Components: build
Affects Versions: 4.0.0.ALPHA2
Reporter: Nick Belaevski
Assignee: Alex Kolonitsky
Priority: Blocker
Fix For: 4.0.0.ALPHA2
Looking at the installed pom files for aggregated UI modules there are critical problems:
1) in richfaces-ui-components-ui jsf-api & jsf-impl dependencies are declared with compile scope, but should be provided
2) richfaces-ui-iteration-ui doesn't depend on richfaces-ui-iteration-impl, but it should, otherwise it'll be not usable
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 10 months
[JBoss JIRA] Created: (RFPL-101) update doc with archetype location
by Prabhat Jha (JIRA)
update doc with archetype location
----------------------------------
Key: RFPL-101
URL: https://jira.jboss.org/jira/browse/RFPL-101
Project: RichFaces Planning
Issue Type: Task
Affects Versions: 3.3.2.CR1
Reporter: Prabhat Jha
Fix For: 3.3.2.GA
I have uploaded the archetype for richfaces + facelets at https://svn.jboss.org/repos/richfaces/branches/community/3.3.X/archetypes/. If you checkout and do mvn install, it should get added to your local archetype catalog. You can then use following to create a new project.
mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarcheteypeArtifactId=richfaces-facelet -DarchetypeVersion=$VERSION -DgroupId=org.example -DartifactId=myapp
For release process, this needs to be uploaded to jboss maven repo as well so that ultimately this does not require checkout from SVN.
mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarcheteypeArtifactId=richfaces-facelet -DarchetypeVersion=$VERSION -DgroupId=org.example -DartifactId=app -DarchetypeRepository=http://repository.jboss.org/maven2/
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 10 months