Class PackageApplicationMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.tibco.ep.buildmavenplugin.PackageApplicationMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="package-application", defaultPhase=PACKAGE, threadSafe=true) public class PackageApplicationMojo extends org.apache.maven.plugin.AbstractMojo

Build an application zip archive.

The packaging rules are as follows :-

  1. A mainifest file is created at /META-INF/MANIFEST.MF containing :-
    • Archiver-Version: Plexus Archiver
    • Built-By: build user
    • Build-Jdk: jdk version
    • Package-Title: project groupId and name
    • Package-Version: project version and buildNumber
    • Package-Vendor: project organization name (if set)
    • TIBCO-EP-Application-Format-Version: 1
    • TIBCO-EP-Build-Product-Version: product version
  2. pom.xml copied to /META-INF/maven/groupId/artifactId/pom.xml
  3. pom.properties created in /META-INF/maven/groupId/artifactId/pom.properties
  4. Discovered application definition file is copied into /META-INF/application.conf
  5. The project's resourcedirectory/artifactId/ files are copied to /app-config/fragmentname/
  6. The project's resourcedirectory/groupId-artifact/ files are copied to /app-config/fragmentname/
  7. The project's resourcedirectory/groupId-artifact-version/ files are copied to /app-config/fragmentname/
  8. Remaining resource files are copied into /
  9. Dependent fragments are copied into /

The plexus archiver is used to create the archive via the maven assembly plugin.

The generated filename is <artifactId>-<version>-ep-application.zip

  • Field Details Link icon

    • DEFAULT_SRC_MAIN_EVENTFLOW Link icon

      public static final String DEFAULT_SRC_MAIN_EVENTFLOW
      See Also:
    • DEFAULT_SRC_TEST_EVENTFLOW Link icon

      public static final String DEFAULT_SRC_TEST_EVENTFLOW
      See Also:
    • TESTCASESFOUND_PROPERTY Link icon

      protected static String TESTCASESFOUND_PROPERTY
      maven property to use to skip start/stop/tests if no tests exist
    • APPLICATION_TYPE Link icon

      protected static String APPLICATION_TYPE
      Application packaging and type
    • JAVA_TYPE Link icon

      protected static String JAVA_TYPE
      Java packaging and type
    • EVENTFLOW_TYPE Link icon

      protected static String EVENTFLOW_TYPE
      EventFlow packaging and type
    • LIVEVIEW_TYPE Link icon

      protected static String LIVEVIEW_TYPE
      LiveView packaging and type
    • TCS_TYPE Link icon

      protected static String TCS_TYPE
      Streaming Web flow packaging and type
    • REPORTS_DIRECTORY Link icon

      protected static String REPORTS_DIRECTORY
      system property for reports
    • IMPORT_DIRECTORY Link icon

      protected static String IMPORT_DIRECTORY
      Directory used to import other Eventflow fragments
  • Constructor Details Link icon

    • PackageApplicationMojo Link icon

      public PackageApplicationMojo()
  • Method Details Link icon

    • execute Link icon

      public void execute() throws org.apache.maven.plugin.MojoExecutionException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
    • getAdminService Link icon

      public IRuntimeAdminService getAdminService()
      Returns:
      The administration service
    • getBuildService Link icon

      public IRuntimeBuildService getBuildService()
      Returns:
      The build service
    • getContext Link icon

      public IContext getContext()
      Returns:
      The Runtime Administration context
    • prechecks Link icon

      public void prechecks()
      Check environment before running mojo