[richfaces-issues] [JBoss JIRA] Updated: (RF-6665) Themes: create Maven archetype for themes creation

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Mon Apr 20 11:46:22 EDT 2009


     [ https://jira.jboss.org/jira/browse/RF-6665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski updated RF-6665:
-------------------------------

    Description: 
1. Theme project creation:

mvn archetype:create
-DarchetypeGroupId=org.richfaces.cdk
-DarchetypeArtifactId=maven-archetype-theme
-DarchetypeVersion=RF-VERSION
-DartifactId=ARTIFACT-ID
-DgroupId=GROUP-ID
-Dversion=VERSION

NOTE: JSF RI 1.2_12 dependencies are added explicitly to pom.xml file of generated project. Users should remove them manually if they include some version of JSF themselves.

2. Themes addition:

mvn cdk:add-theme -Dname=themeName

  was:
1. Theme project creation:

mvn archetype:create
-DarchetypeGroupId=org.richfaces.cdk
-DarchetypeArtifactId=maven-archetype-theme
-DarchetypeVersion=RF-VERSION
-DartifactId=ARTIFACT-ID
-DgroupId=GROUP-ID
-Dversion=VERSION

2. Themes addition:

mvn cdk:add-theme -Dname=themeName



> Themes: create Maven archetype for themes creation
> --------------------------------------------------
>
>                 Key: RF-6665
>                 URL: https://jira.jboss.org/jira/browse/RF-6665
>             Project: RichFaces
>          Issue Type: Task
>    Affects Versions: 3.3.1
>            Reporter: Nick Belaevski
>            Assignee: Tsikhon Kuprevich
>             Fix For: 3.3.1
>
>
> 1. Theme project creation:
> mvn archetype:create
> -DarchetypeGroupId=org.richfaces.cdk
> -DarchetypeArtifactId=maven-archetype-theme
> -DarchetypeVersion=RF-VERSION
> -DartifactId=ARTIFACT-ID
> -DgroupId=GROUP-ID
> -Dversion=VERSION
> NOTE: JSF RI 1.2_12 dependencies are added explicitly to pom.xml file of generated project. Users should remove them manually if they include some version of JSF themselves.
> 2. Themes addition:
> mvn cdk:add-theme -Dname=themeName

-- 
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

        



More information about the richfaces-issues mailing list