Package org.spincast.website.maven
Class SpincastMavenPreparePackage
java.lang.Object
org.spincast.website.maven.SpincastMavenScriptBase
org.spincast.website.maven.SpincastMavenPreparePackage
Script ran at the "prepare-package" phase, when building
the website.
-
Constructor Summary
ConstructorDescriptionSpincastMavenPreparePackage
(String[] mainArgs, SpincastUtils spincastUtils) Constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addAppToWebsite
(File appRootDir, File targetZipFile, File targetZipFileSrc, String groupId, String artifactId, String version) protected void
Adds a zipped version of the demo apps to the website.protected void
Adds a zipped version of the Quick Start to the website.protected String
protected SpincastUtils
protected void
init()
static void
Main methodMethods inherited from class org.spincast.website.maven.SpincastMavenScriptBase
getMainArgs, getMavenInstallatinRoot, getProjectBaseDir, getProjectBuildDir, getProjectBuildOutputDir, log, sendException
-
Constructor Details
-
SpincastMavenPreparePackage
Constructor
-
-
Method Details
-
main
Main method -
getSpincastUtils
-
getProjectVersion
-
init
@Inject protected void init()- Overrides:
init
in classSpincastMavenScriptBase
-
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
-