Revision 42519 trunk/org.gvsig.desktop/maven-howto.rst

View differences:

maven-howto.rst
420 420
      -Dfile=formsrt.jar \
421 421
      -Ddescription="Abeille runtime 2.1.0_M3 with the jgoodies clases removeds."
422 422

  
423
- Si queremos subir un "tar.gz", sustituiremos el packaging por "tar.gz", por ejemplo:
423 424

  
425
    mvn deploy:deploy-file \
426
      -Durl=https://devel.gvsig.org/m2repo/j2se \
427
      -DrepositoryId=gvsig-repository \
428
      -DgroupId=org.gdal \
429
      -DartifactId=gdal \
430
      -Dversion=1.11.2.1 \
431
      -Dpackaging=tar.gz \
432
      -Dclassifier="osgeolive-9.0-ubuntu-14.04.3-amd64" \
433
      -Dfile=gdal-1.11.2.1-osgeolive-9.0-ubuntu-14.04.3-amd64.tar.gz  \
434
      -Ddescription="GDAL extraido del OSGEO live 9.0 (Ubuntu 14.04.3 x86_64)"

Also available in: Unified diff