Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 74 Next »

The Pricefx Maven Plugin provides the means to perform three types of operations:

  • Fetch — fetches remotely stored objects and merges it into you project.

  • Deploy — deploys locally stored objects to a Pricefx partition.

  • Delete — deletes remotely stored objects.

Unlike other tools — such as Pricefx Studio and Pricefx Packaging Tool — the plugin can deploy/fetch/delete any kind of data.

Do not use the Pricefx Stream Plugin for production environments. Instead, use the pricefx packaging tool.
The Pricefx Maven Plugin should only be used on partitions that you are prepared to completely discard. The plugin includes goals wipes all data from your partition — including tables, quotes, price lists and other documents. Use with caution, and always use version control.

Execute via IntelliJ

For any Pricefx project that has been set up with Maven, you will be able to select the profile in the top right corner:

intellij select profile

Then navigate to Module:  Plugins  pricefx-stream, to view the available goals.

Execute via the Terminal

To execute via the terminal, select your profile with the -P flag"

mvn -P my-profile ...
  • No labels