[MRESOLVER-42] Use pre-compiled pattern in DefaultArtifact constructor

Compiling a pattern is a rather expensive operation and doing it
a user-convenient constructor is very hurtful. Cache the compiled
pattern in a static final field, just like other classes in this
artifact do.

This closes #16
1 file changed