Issue Type: Code Task Code Task
Assignee: Tim Donohue
Components: vagrant-dspace
Created: 03/Oct/13 4:18 PM
Description: For vagrant-dspace, we create a custom 'vagrant.properties' file which is used to build/compile DSpace on the vagrant VM.

However, once the VM is initially setup, you must remember to always run:
"mvn package -Denv=vagrant"
Otherwise, the default "build.properties" file will be used on any rebuilds/recompilation.

On the Vagrant VM (as the ~vagrant user acct), I suggest we set:
export MAVEN_OPTS="-Denv=vagrant"

This environment variable will ensure that running just "mvn package" will default to using "vagrant.properties" instead of "build.properties.

I'm working on a PR for this which I'll post shortly.
Project: DSpace
Priority: Minor Minor
Reporter: Tim Donohue
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
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to