Wiki source code of Empty

Last modified by Thomas Mortagne on 2020/05/18 10:20

Hide last authors
Thomas Mortagne 1.1 1 It's possible for an Extension to have no type (null or empty in Java for example). This means that it's not associated with any file and is mostly used as a dependency holder.
2
3 A good example of that is extensions representing a Maven module used as dependency of type "pom" (even if its default type is actually something like JAR in this case we only want to get its dependencies).

Get Connected