06-24-2023 02:45 AM
Team,
I am doing some customization based on latest alfresco. I want alfresco source code to be available in my eclipse to have reference code.
How do I import source code into my eclipse, which contains both Alfresco REPO and Share both?
Guide
06-26-2023 07:49 AM
Hi,
Yes you can do that by Cloning Alfresco SDK latest version.
Using this command.
mvn archetype:generate -Dfilter=org.alfresco:
Then, select 'alfresco-allinone-archetype' project. And generate artifacts.
Then, you can import this as a Maven project in Eclipse. Make sure to have Alfresco version 7.4 in pom.xml file.
06-26-2023 07:49 AM
Hi,
Yes you can do that by Cloning Alfresco SDK latest version.
Using this command.
mvn archetype:generate -Dfilter=org.alfresco:
Then, select 'alfresco-allinone-archetype' project. And generate artifacts.
Then, you can import this as a Maven project in Eclipse. Make sure to have Alfresco version 7.4 in pom.xml file.
Explore our Alfresco products with the links below. Use labels to filter content by product module.