[richfaces-planning-issues] [JBoss JIRA] (RFPL-3074) Verify archetypes

Matej Novotny (JIRA) issues at jboss.org
Thu Dec 19 04:36:32 EST 2013


    [ https://issues.jboss.org/browse/RFPL-3074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12932550#comment-12932550 ] 

Matej Novotny commented on RFPL-3074:
-------------------------------------

I re-downloaded everything including EAP which resolved the issue I had.
However after you closed the repository I am unable get the current version of archetype. Using the command in description, eg.
{code}
mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarchetypeArtifactId=richfaces-archetype-kitchensink -DarchetypeVersion=5.0.0.Alpha2 -DgroupId=org.richfaces.test -DartifactId=kitchensink-test -Denterprise=false
{code}
you get the outdated version with wrong namespaces. Adding an URL path to repo (_-DarchetypeRepository=..._) does not help either.
I thought after closing the repo it should be accessible using the classical archetype generate command but that apparently does not work, is there something I am missing?
                
> Verify archetypes
> -----------------
>
>                 Key: RFPL-3074
>                 URL: https://issues.jboss.org/browse/RFPL-3074
>             Project: RichFaces Planning
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>          Components: QE
>            Reporter: Pavol Pitonak
>            Assignee: Matej Novotny
>             Fix For: 5.0.0.Alpha2
>
>
> * simpleapp on desktop
> {code}mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarchetypeArtifactId=richfaces-archetype-simpleapp -DarchetypeVersion=4.3.4.Final -DgroupId=org.richfaces.test -DartifactId=simpleapp-test -Denterprise=false -Dmobile-optimized=false{code}
> * simpleapp on mobile
> {code}mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarchetypeArtifactId=richfaces-archetype-simpleapp -DarchetypeVersion=4.3.4.Final -DgroupId=org.richfaces.test -DartifactId=simpleapp-test -Denterprise=false -Dmobile-optimized=true{code}
> * kitchensink on desktop and mobile
> {code}mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarchetypeArtifactId=richfaces-archetype-kitchensink -DarchetypeVersion=$VERSION -DgroupId=org.richfaces.test -DartifactId=kitchensink-test -Denterprise=false{code}
> (replace $VERSION with current release version, e.g. 5.0.0.Alpha2)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-planning-issues mailing list