Welcome Again (maybe...)!
To continue my series about Maven and Alfresco practice, I propose today a straightforward exercise. Your mission, if you accept it, is to change Alfresco SDK samples to our custom AMP format !
What for ? Clearly... It's only for practice. With this exercice, you can see the benefits and limitations of this approach. This approach allow you to understand how maven build, test and integrate Alfresco AMP.
For information about SDK, you can find this url very useful : http://wiki.alfresco.com/wiki/Alfresco_SDK_3.3
Currently I have successfully migrated following samples:
- SDK Custom Dialog
- JSP Custom SDK
- Custom Log SDK
- Custom SDK Wizard
- Tagging SDK Sample
- Run unit tests: mvn clean test
- Install the project in the local repository: mvn install
- (Reset)Initiate the database /: mvn clean -P clean-jetty
- Restart the application: mvn integration-test -P webapp
If you followed my previous posts, you should be able to do the same thing. Otherwise please see SOURCES of each project that I made.
See you soon for new adventures !







0 commentaires: on "Maven + Alfresco : Alfresco SDK Migration"
Enregistrer un commentaire