* revert deployment changes
* update docker and compose for previous deployment
* minor readme update
* use package instead of install
this avoids exploding war file in tomcat but seems to be missing overlays for VIVO theme
* test docker workflow
* test deploy workflow
* add package profile for home
* skip deploy for installer
* skip installer by profile
* update workflows
* minor readme update
* use app-name for vivo log file name
* Update log4j.properties
Co-authored-by: William Welling <wwelling@library.tamu.edu>
* add build workflow
* remove travis
* remove unnecessary vitro cache
* update readme badge
* run tests during CI build
* build CI use java 11
* add repositories to distribution management
* deploy from main branch and update readme
Follow-on to: https://jira.lyrasis.org/browse/VIVO-1960
* Add 'home' files into build war artifact
Related to: https://jira.lyrasis.org/browse/VIVO-1443
* Disable copying exploded war to Tomcat dir
- hardcode vivo.all.log file name
- must now set system property: -Dvivo-dir=/opt/vivo/home/
Related to: https://jira.lyrasis.org/browse/VIVO-1443
* Ensure build does not remove and re-add VIVO_HOME/rdf
Related to: https://jira.lyrasis.org/browse/VIVO-1443
* Remove unnecessary profile from installer/pom.xml
Related to: https://jira.lyrasis.org/browse/VIVO-1443
* Rename example config files to have 'default' prefix
Related to: https://jira.lyrasis.org/browse/VIVO-1443
* Require common properties to be in JNDI
Properties include:
- vitro/home
- vitro/appName
- vitro/rootUserAddress
- vitro/defaultNamespace
Related to: https://jira.lyrasis.org/browse/VIVO-1443
* VIVO-1443: app name (#2)
* Non-functional change to comment in example.applicationSetup.n3
Related to: https://jira.lyrasis.org/browse/VIVO-1741
* Update orcidConfirm.ftl (#199)
* remove example-settings.xml
* simplify war name and afford override during build
* default app name to vivo and pass into context.xml
Co-authored-by: Andrew Woods <awoods@duraspace.org>
Co-authored-by: L.O <53535673+lb-ov@users.noreply.github.com>
Co-authored-by: Andrew Woods <awoods@duraspace.org>
Co-authored-by: William Welling <wwelling@library.tamu.edu>
Co-authored-by: L.O <53535673+lb-ov@users.noreply.github.com>
* Update to latest Error Prone plugin and configuration to support JDK 11
* Update Error Prone dependency from SNAPSHOT
* Add Javac version missing from Error Prone docs
Partial resolution of: https://jira.duraspace.org/browse/VIVO-1605