The maven plugin allows you to fetch/deploy configurations between file systems and remote partitions with Maven. When the Pricefx Maven plugin has been added to your project/module pom.xml
file, you will be able to run goals to fetch, deploy, and delete data.
The Pricefx Maven Plugin extends the functionality of the Pricefx Packaging Tool. While the packaging tool is limited to metadata configurations, the maven plugin can fetch/deploy/delete any kind of data. This includes (but is not limited to)
-
Master data
-
Product
-
Customer
-
Product Extensions
-
Customer Extensions
-
Product Competition
-
Bill of Material
-
Pricing Parameters
-
-
Data Sources
-
Documents
-
Price Lists
-
Quotes
-
Contracts
-
Rebate Agreements
-
When uploading to a pricefx partition, it is also possible to
-
Run data loads
-
Calculate price lists
Setup
To use the maven plugin, you must add the plugin to your maven pom.xml
file. The plugin is hosted from the public Pricefx Nexus repository. The plugin requires some properties. Some of these properties can be specified directly within the pom.xml
files. See this setup guide for detailed instructions.
But the properties that connects the plugin to your remote Pricefx partition should rather be via a maven build profile. See this setup guide for detailed instructions.