maven-remote-resources-plugin.fml.faq.fml Maven / Gradle / Ivy
Why do I need to use this plugin?
This plugin greatly reduces the pain associated with consistent packaging concerns across
a large set of projects, or an entire organization. Any project can specify the use of a
remote resource bundle and have the resources incorporated into their packaging. This means
that you can create standard settings in a parent POM somewhere in the project hierarchy and
have all projects use packaged common resources in a standard way like licenses, other legal
notices and disclaimers, or anything else that may be common.
The generated files have a lot of missing information. Looking at the poms from
the dependencies, the information isn't there either. What can I do?
There are two solutions:
-
File bugs with the projects that produced those artifacts to get them to fix them. Also,
file bugs with the
Maven Evangelism
project to have the Maven people enhance the metadata in the repository.
-
Use a supplemental data file. You can create a file that contains the missing metadata.
For example:
That location for that file can then be configured in the
supplementalModels
configuration element for the process mojo. The
supplemental information is merged into the information provided from the repository.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy