Skip to content

Latest commit

 

History

History

zip

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Cognifide logo

AET

AET Logo

Zip

This module purpose is to package all AET artifacts into zip archives. After installing all AET modules in local repository type in the root dir:

  • maven:
    mvn clean install -Pzip
    
  • gradle
    ./gradlew makeZip
    

Please find archives containing all AET artifacts in zip/target/packages-${project.version} for maven and zip/build/packages for gradle

You can use maven upload this archive to remote location with:

mvn clean install -Pzip,upload          \
    -Dtarget.zip.ServerId=remote-location   \
    -Dtarget.zip.url=scp://192.168.123.100/home/user/release

provided you have valid credentials for server with id remote-location in your settings.xml file.