Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2008-07-24 22:24:26
Size: 928
Editor: KeiichiroOno
Comment:
Revision 4 as of 2009-02-12 01:03:39
Size: 1055
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
=== Procedure ===  === Procedure ===
Line 24: Line 24:
=== Reference ===
 * [[http://maven.apache.org/plugins/maven-archetype-plugin/index.html|Maven 2 Archetype Plugin Project]]

(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