What is a maven assembly?
Answer / Ashok Kumar Tiwari
A Maven Assembly is a collection of project artifacts that can be packaged together in various formats, such as archives or directories. The Maven Assembly Plugin allows you to create custom packages, including Uber JARs and ear (Enterprise Archive) files, for easier distribution.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the tasks which are performed by maven?
What is a central repository?
If you fail to define any information, where does your pom inherits that information from?
How to specify the sequence in which sub modules needs to be built?
Why should we use maven?
what is Maven Repository? What are their types?
Why do we say “maven uses convention over configuration”?
What is the role of a build tool in apache maven?
What would the “jar: jar” goal do?
what is Maven? How does it work?
What is maven's order of inheritance?
Is there a particular sequence in which maven searches for dependency libraries?