Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
library:inventorygui:start [2021/01/20 13:02] – [Maven Information] phoenix616library:inventorygui:start [2021/01/20 13:02] (current) – [Maven Information] phoenix616
Line 32: Line 32:
 ``` ```
 As this is not a standalone plugin you have to shade it into your plugin and relocate it into your own package to avoid conflicts! As this is not a standalone plugin you have to shade it into your plugin and relocate it into your own package to avoid conflicts!
 +
 E.g. with the maven-shade-plugin [like this](https://github.com/Minebench/Pipes/blob/048337e7594684353e7360411b1ef6ba8e7223c4/pom.xml#L63-L82). E.g. with the maven-shade-plugin [like this](https://github.com/Minebench/Pipes/blob/048337e7594684353e7360411b1ef6ba8e7223c4/pom.xml#L63-L82).