Size: 1053
Comment:
|
← Revision 5 as of 2011-02-24 15:39:04
Size: 1101
Comment: Start afresh with Cytoscape 3 documentation
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## page was renamed from Cytoscape_3.0/Maven | |
Line 25: | Line 26: |
* [http://maven.apache.org/plugins/maven-archetype-plugin/index.html Maven 2 Archetype Plugin Project] | * [[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
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