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?
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.
Thanks, it worked!
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.