emadl:deploy-environment

Full name:

de.monticore.lang.monticar.utilities:emadl-maven-plugin:0.0.13-SNAPSHOT:deploy-environment

Description:

Creates a JAR containing a training environment and deploys it to the remote repository. A training environment consists of EMADL components, training configurations and a dataset.

Attributes:

  • Requires a Maven project to be executed.

Optional Parameters

Name Type Since Description
<datasetToStore> StorageInformation - Parameter to define the location of the dataset to store
The parameter needs the following sub-parameter:
  • path: location of the files to be packaged and stored

<pathTmpOut> String - Target directory where all generated components are stored and created JARs are temporarily cached before being deployed.

Default value is: target/tmp.
User property is: pathTmpOut.
<projectToStore> StorageInformation - Parameter to define the location of the EMADL components and training configurations to store
The parameter needs the following sub-parameter:
  • path: location of the files to be packaged and stored

Parameter Details

<datasetToStore>

Parameter to define the location of the dataset to store
The parameter needs the following sub-parameter:
  • path: location of the files to be packaged and stored
  • Type: de.monticore.lang.monticar.utilities.models.StorageInformation
  • Required: No

<pathTmpOut>

Target directory where all generated components are stored and created JARs are temporarily cached before being deployed.
  • Type: java.lang.String
  • Required: No
  • User Property: pathTmpOut
  • Default: target/tmp

<projectToStore>

Parameter to define the location of the EMADL components and training configurations to store
The parameter needs the following sub-parameter:
  • path: location of the files to be packaged and stored
  • Type: de.monticore.lang.monticar.utilities.models.StorageInformation
  • Required: No