There are several projects in our repository, There are Xml files that contain many dependencies and each have plugin configurations.
Is there any way to specify our pom.xml out of standard xml on the Maven website?
I know that the closest solution is the use of legacy misuse and different dependencies and plugin projects in the original projects, but it can only take us so far.
When sharing a Palm file for Maven 3, it will remove some pain, but my favorite solution will be a scripting language that can do the following:
- 5/6 Specify dependencies in the form of a line instead,
- Allow the simple reuse of plugins configuration between projects, and
- Easily use new developers
POM part is not the only method In what you already are trying to use Piom like "bill of materials" (BOM) and import them with the scope of import?
You can import more information about this
dependency between this projects will allow a simple reuse of plugin configuration.
Comments
Post a Comment