sul-dlss-deprecated / swap

(meant as a replacement for sul-dlss/openwayback but not yet there) Java application to query and access archived web material -- the code for the Stanford Web Archiving Portal (SWAP). Overlay of iipc/openwayback.
Other
1 stars 0 forks source link

swap: need webapp.war for deployment #6

Closed ndushay closed 7 years ago

ndushay commented 7 years ago

Currently, we deploy this from jenkins via puppet.

So we need to create the deploy-ready webapp.war artifact. Note that the war created by wayback-webapp maven module is NOT what we need as it does not have the wayback-core classes.

We need to take the jars created by upstream-wayback-core and wayback-core and add them to the war file from wayback-webapp ... and this NEW war file will be our deployment artifact.

Once we have that plumbing, we need to create a jenkins build that creates said NEW war file.

ndushay commented 7 years ago

Plumbing done: https://jenkinsqa.stanford.edu/view/Web%20Archiving/job/SWAP%20-%20Stanford%20Web%20Archive%20Portal/

All the local mods are NOT yet included - see #8