cancel
Showing results for 
Search instead for 
Did you mean: 

'Proper' way to add an amp into an eclipse project

ipierrot
Champ in-the-making
Champ in-the-making
Hi, I would like to know what was the way to integrate an amp into an eclipse project. I am sure this question has been already asked a million times, but I have not found any mention of it. I am not talking about add it into the tomcat folder webapp, but to integrate it into a project. The way I am doing it is to spread the folders into the right paths, into the folder extension in explorer, and web-extension in share, but it does not work every time, and it seems a bit ugly to me to do it like that. So some help would be really appreciated.
Have a nice day !
1 REPLY 1

openpj
Elite Collaborator
Elite Collaborator
Please see the Maven Alfresco SDK for creating your own project that build your AMP module:
https://artifacts.alfresco.com/nexus/content/repositories/alfresco-docs/alfresco-lifecycle-aggregato...

The AMP is the final artifact of a project and it can't be integrated with Eclipse it doesn't have sense.

But this archetype allows you to also embed other AMPs in your project for a multi module aggregation project.

Hope this helps.