Revision 84

View differences:

org.gvsig.educa.thematicmap.app/trunk/org.gvsig.educa.thematicmap.app/README.rst
100 100

  
101 101
See `work in a proyect of the developer guide at gvSIG.org <https://gvsig.org/web/projects/gvsig-desktop/docs/devel/gvsig-devel-guide/2.0.0/trabajar-con-un-proyecto>`_
102 102

  
103

  
104
Generate gvSIG add-on installer files
105
========================================
106

  
107
To generate the ``.gvspkg`` and ``.gvspki`` files just add the ``create-installer`` profile to compilation command::
108

  
109
     org.gvsig.educa.thematicmap.app.*$ mvn -P create-installer clean install 
110

  
111
Files will be generated in ``${gvsig.install.dir}/build/product/install/pool/`` folder. You can see effective path in maven output::
112

  
113
    ...
114
    ...
115
    [INFO] Generating a PackageIndex for the plugin: org.gvsig.educa.thematicmap.app.editor with the following information:
116
    [INFO] 	gvSIG Plugin's folder: /home/[...]/v2_0_0_prep/build/product/gvSIG/extensiones
117
    [INFO] 	Package file destination folder: /home/[...]/v2_0_0_prep/build/product/install/pool/org.gvsig.educa.thematicmap.app.[...]
118
    [INFO] Creating package of the package info:
119
    ...
120
    ...
121

  
122

  

Also available in: Unified diff