[JBoss JIRA] (RF-12883) Make the distribution layout more clear
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12883?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč commented on RF-12883:
---------------------------------
I have opened a discussion on dev forums: https://community.jboss.org/thread/223274
> 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
> {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}
--
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
11 years, 8 months
[JBoss JIRA] (RF-12883) Make the distribution layout more clear
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12883?page=com.atlassian.jira.plugin.s... ]
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
11 years, 8 months
[JBoss JIRA] (RF-12883) Make the distribution layout more clear
by SBS JIRA Integration (JIRA)
[ https://issues.jboss.org/browse/RF-12883?page=com.atlassian.jira.plugin.s... ]
SBS JIRA Integration updated RF-12883:
--------------------------------------
Forum Reference: https://community.jboss.org/message/806322#806322
> 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
> {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}
--
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
11 years, 8 months
[JBoss JIRA] (RF-12883) Make the distribution layout more clear
by Lukáš Fryč (JIRA)
Lukáš Fryč created RF-12883:
-------------------------------
Summary: 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
{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}
--
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
11 years, 8 months
[JBoss JIRA] (RF-12698) Rename CDK and Resources plugins to comply conventions: maven-cdk-plugin -> richfaces-cdk-maven-plugin
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12698?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč resolved RF-12698.
-----------------------------
Resolution: Done
> Rename CDK and Resources plugins to comply conventions: maven-cdk-plugin -> richfaces-cdk-maven-plugin
> ------------------------------------------------------------------------------------------------------
>
> Key: RF-12698
> URL: https://issues.jboss.org/browse/RF-12698
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: cdk
> Affects Versions: 4.3.0.CR1
> Reporter: Lukáš Fryč
> Assignee: Lukáš Fryč
> Fix For: 5.0.0.Alpha1
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> During CDK build, following warning appears:
> {code}
> [INFO] ------------------------------------------------------------------------
> [INFO] Building RichFaces CDK: Resources Maven Plugin 4.3.0-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ maven-richfaces-resources-plugin ---
> [INFO] Deleting /mnt/workspace/workspaces/richfaces/cdk/maven-resources-plugin/target
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ maven-richfaces-resources-plugin ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ maven-richfaces-resources-plugin ---
> [INFO]
> [INFO] --- maven-plugin-plugin:2.9:descriptor (default-descriptor) @ maven-richfaces-resources-plugin ---
> [ERROR]
> Artifact Ids of the format maven-___-plugin are reserved for
> plugins in the Group Id org.apache.maven.plugins
> Please change your artifactId to the format ___-maven-plugin
> In the future this error will break the build.
> ....
> {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
11 years, 8 months