I'm trying to use the alfresco-pdf-toolkit addon in my Alfresco Maven project, is there anyway to include the amp in the pom.xml file of my project?
相关问题
- Error in calling CMIS Query if String contains sin
- Packages not defined
- Transfer content from one Alfresco instance to ano
- Find all files in a site with Alfresco 4.1 webscri
- alfresco community 5.0.d - Import categories
相关文章
- How to setup alfresco jlan file server as a standa
- what is type and aspect in alfresco?
- How to get Acls of a document?
- How to create site in share programmatically?
- Alfresco share login issue
- How to call synchronous ajax call in alfresco?
- Disable the user home folder creation
- CmisObjectNotFoundException when trying to access
Yes, assuming your project uses the all-in-one archetype of the Alfresco Maven SDK, you can add an AMP dependency as an overlay.
Go look in the repo pom.xml for an example. You'll see something like:
Which is how the all-in-one project brings in the SPP dependency. You can add additional AMPs below that.
You must have already run "mvn install" for the AMPs you are depending on so that they are installed in your local Maven repo, or they must be available in some other maven repo that your build knows about.