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:
Then navigate to
, 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 ...