[ 
https://issues.apache.org/jira/browse/RAVE-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13049569#comment-13049569
 ] 

Ate Douma commented on RAVE-59:
-------------------------------

I've committed a basic working automation for building a Rave demo/bin 
distribution using maven-assembly-plugin and leveraging the cargo plugin to 
setup and pre-deployed rave portal on Tomcat.

The distribution packages can be build from the rave-project folder using the 
"dist" profile by running: $mvn -P dist
This will enforce a maven clean + install and thereafter build a 
rave-<version>-bin.tar.gz and rave-<version>-bin.zip archive.
Note: these artifacts are build in the rave-portal/target directory!

Furthermore, I disabled the default enabled maven-assembly-plugin attaching of 
these "artifacts" to the project, meaning these will *not* be deployed to the 
remote maven repository (Nexus) during a release.
You would need to specify -P dist anyway to get it to work, so in practice this 
is not really needed, but for sanity reasons I'd rather make sure it can't 
happen anyway.

Can everyone please test drive this, including building the distributions on a 
Windows environment and verify if these distributions thereafter still are 
valid to be extracted and executed/run on a Linux environment?
Specifically, please verify if the execution bit for shell scripts is still 
set, etc.
  
Furthermore, and IMO more importantly, what needs to be done is providing the 
appropriate LICENSE and NOTICE files for the binary distributions (including 
the rave-shindig.war and rave-portal.war).
I created a separate RAVE-63 issue for that.

Finally, I've provided basic/skeleton CHANGELOG file in the rave-project folder 
and a demo/bin specific README file, both to be included in the demo 
distributions.
These also need to be filled in, for which I created issue RAVE-64
 


> Create automation for building of demo package
> ----------------------------------------------
>
>                 Key: RAVE-59
>                 URL: https://issues.apache.org/jira/browse/RAVE-59
>             Project: Rave
>          Issue Type: Sub-task
>            Reporter: Matt Franklin
>            Assignee: Ate Douma
>             Fix For: 0.1-INCUBATING
>
>
> C

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to