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

Lukáš Fryč updated RF-12883:
----------------------------

    Description: 
Currently, JAR artifacts are distributed in ZIP distribution as follows:

{code}
/artifacts
   /archetypes
   /framework
       richfaces.jar
       richfaces-sources.jar
   /lib
       {dependency}.jar
/examples
{code}

I propose to change this layout for several reasons:

* layout should be understandable to newcomers
** word {{artifact}} is rather familiar to Maven users
** word {{framework}} doesn't have to be taken well
* I assume others projects more or less follow one of following "conventions"

----

This layout counts with {{richfaces.jar}} in top-level directory:

{code}
/archetypes
/examples
/lib
    {dependency}.jar
richfaces.jar
richfaces-sources.jar
{code}

or the one which has {{/bin}} directory with {{richfaces.jar}}:

{code}
/archetypes
/examples
/lib
    {dependency}.jar
/bin
    richfaces.jar
    richfaces-sources.jar
{code}

  was:
Currently, JAR artifacts are distributed in ZIP distribution as follows:

{code}
/artifacts
   /archetypes
   /framework
       richfaces.jar
       richfaces-sources.jar
   /lib
       {library}.jar
/examples
{code}

I propose to change this layout for several reasons:

* layout should be understandable to newcomers
** word {{artifact}} is rather familiar to Maven users
** word {{framework}} doesn't have to be taken well
* I assume others projects more or less follow one of following "conventions"

----

This layout counts with {{richfaces.jar}} in top-level directory:

{code}
/archetypes
/examples
/lib
    {library}.jar
richfaces.jar
{code}

or the one which has {{/bin}} directory with {{richfaces.jar}}:

{code}
/archetypes
/examples
/lib
    {library}.jar
/bin
    richfaces.jar
    richfaces-sources.jar
{code}


    
> Make the distribution layout more clear
> ---------------------------------------
>
>                 Key: RF-12883
>                 URL: https://issues.jboss.org/browse/RF-12883
>             Project: RichFaces
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: build/distribution
>            Reporter: Lukáš Fryč
>
> Currently, JAR artifacts are distributed in ZIP distribution as follows:
> {code}
> /artifacts
>    /archetypes
>    /framework
>        richfaces.jar
>        richfaces-sources.jar
>    /lib
>        {dependency}.jar
> /examples
> {code}
> I propose to change this layout for several reasons:
> * layout should be understandable to newcomers
> ** word {{artifact}} is rather familiar to Maven users
> ** word {{framework}} doesn't have to be taken well
> * I assume others projects more or less follow one of following "conventions"
> ----
> This layout counts with {{richfaces.jar}} in top-level directory:
> {code}
> /archetypes
> /examples
> /lib
>     {dependency}.jar
> richfaces.jar
> richfaces-sources.jar
> {code}
> or the one which has {{/bin}} directory with {{richfaces.jar}}:
> {code}
> /archetypes
> /examples
> /lib
>     {dependency}.jar
> /bin
>     richfaces.jar
>     richfaces-sources.jar
> {code}

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

_______________________________________________
richfaces-issues mailing list
richfaces-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to