(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.
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.
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 thewayback-core
classes.We need to take the jars created by
upstream-wayback-core
andwayback-core
and add them to the war file fromwayback-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.