(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

  1. Create Maven project by mvn archetype:generate

  2. If you use Eclipse, use mvn eclipse:eclipse to generate Eclipse project files

  3. Edit contents
  4. Install it to your local repository by mvn install

  5. Update local repository by mvn archetype:update-local-catalog

  6. Now you can use the archetype by mvn archetype:generate -DarchetypeCatalog=local

  7. If necessary, you can deploy the archetype and publish it to the world

Reference


Outdated_Cytoscape_3.0/Maven (last edited 2011-02-24 15:39:04 by PietMolenaar)

Funding for Cytoscape is provided by a federal grant from the U.S. National Institute of General Medical Sciences (NIGMS) of the Na tional Institutes of Health (NIH) under award number GM070743-01. Corporate funding is provided through a contract from Unilever PLC.

MoinMoin Appliance - Powered by TurnKey Linux