(Under Construction)
Automate Cytoscape 3 Development with Maven
Introduction
Main Contents
Cytoscape 3 Plugin Archetype
Appendix
Develop Your Own Archetype
Creating Maven archetypes for your group is a good way to save your time because once you create a new archetype and share it, you do not have to repeat the same process to develop a same type of projects.
Procedure
Create Maven project by mvn archetype:generate
If you use Eclipse, use mvn eclipse:eclipse to generate Eclipse project files
- Edit contents
Install it to your local repository by mvn install
Update local repository by mvn archetype:update-local-catalog
Now you can use the archetype by mvn archetype:generate -DarchetypeCatalog=local
- If necessary, you can deploy the archetype and publish it to the world
Reference