06-22-2017 09:45 AM
Hi, I have an existing AMP file containing js scripts that should overwrite existing ones in share, such as actions.js. I need to convert this AMP to the new jar format using SDK 3 but I'm facing some problems. I've put the scripts in the src/main/assembly/web/ directory but after generating the jar file, these files are not present in the jar and nothing is overwritten. Does anyone have suggestions?
06-23-2017 03:34 AM
Try adding them under
src\main\resources\META-INF\resources
While generating jar, these files will be present inside it and will also be overridden when you run.
06-23-2017 08:46 AM
Thanks, it worked!
Explore our Alfresco products with the links below. Use labels to filter content by product module.