[JBoss JIRA] (RF-12883) Make the distribution layout more clear
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12883?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12883:
-------------------------------
Fix Version/s: 5.0.0.Alpha1
> 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č
> Fix For: 5.0.0.Alpha1
>
>
> 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, 10 months
[JBoss JIRA] (RF-12889) Allow to run framework tests on Buildhive
by Lukáš Fryč (JIRA)
Lukáš Fryč created RF-12889:
-------------------------------
Summary: Allow to run framework tests on Buildhive
Key: RF-12889
URL: https://issues.jboss.org/browse/RF-12889
Project: RichFaces
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: build/distribution, tests - functional
Reporter: Lukáš Fryč
Assignee: Lukáš Fryč
Fix For: 5.0.0.Alpha1
The settings.xml needs to be provided and configured to Maven and ShrinkWrap Resolver in order to build on BuildHive.
--
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, 10 months