When running the mvn clean install comand, we get some warning while running the assembly plugin:
[WARNING] Goal 'directory-single' is deprecated: Use assembly:single and an assembly with format == dir instead! This mojo is redundant.
We also have some information about non triggered patterns:
[ARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'junit:junit'
o 'org.forgerock.opendj:opendj-server'
o 'postgresql:postgresql'
[WARNING] The following patterns were never triggered in this artifact inclusion filter:
o 'org.forgerock.opendj:opendj-server'
o 'postgresql:postgresql'
When running the
mvn clean installcomand, we get some warning while running theassemblyplugin:We also have some information about non triggered patterns: