Class SpincastMavenPreparePackage

java.lang.Object
org.spincast.website.maven.SpincastMavenScriptBase
org.spincast.website.maven.SpincastMavenPreparePackage

public class SpincastMavenPreparePackage extends SpincastMavenScriptBase
Script ran at the "prepare-package" phase, when building the website.
  • Constructor Details

    • SpincastMavenPreparePackage

      @Inject public SpincastMavenPreparePackage(String[] mainArgs, SpincastUtils spincastUtils)
      Constructor
  • Method Details

    • main

      public static void main(String[] args)
      Main method
    • getSpincastUtils

      protected SpincastUtils getSpincastUtils()
    • getProjectVersion

      protected String getProjectVersion()
    • init

      @Inject protected void init()
      Overrides:
      init in class SpincastMavenScriptBase
    • addQuickStartToWebsite

      protected void addQuickStartToWebsite()
      Adds a zipped version of the Quick Start to the website.
    • addDemoAppsToWebsite

      protected void addDemoAppsToWebsite()
      Adds a zipped version of the demo apps to the website.
    • addAppToWebsite

      protected void addAppToWebsite(File appRootDir, File targetZipFile, File targetZipFileSrc, String groupId, String artifactId, String version)