Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_Build_2031 / extensions / org.gvsig.installer / org.gvsig.installer.maven / src / main / java / org / gvsig / installer / maven / GeneratePluginPackageSetMojo.java @ 36096

History | View | Annotate | Download (2.34 KB)

# Date Author Comment
36096 08/12/2011 08:18 AM Francisco Díaz Carsí

gvsig-desktop 2.0.0 build 2031

34005 11/03/2010 09:29 AM Cesar Ordiñana

New option to create simple packages from a plugin, as well as the option to create a package set.
Also set the default file extensions:
- gvspkg: single plugin package
- gvspks: package set, contains one or more packages (gvspkg files)

33705 10/20/2010 08:47 AM Cesar Ordiñana

Remove default phase

33698 10/19/2010 08:24 AM Cesar Ordiñana

Dive the GenerateInstallerMojo in two mojos, one to generate the package info, the other to create the installer.

33696 10/19/2010 07:02 AM Cesar Ordiñana

Add option to disable the mojo and create installers only for jar packaging projects

33688 10/18/2010 09:46 AM Cesar Ordiñana

Maven plugin to create gvSIG plugin installers.