Install module artifacts with namespaced paths
This commit is contained in:
parent
73d1642ccf
commit
9dde57299c
@ -1,4 +1,14 @@
|
||||
<configuration>
|
||||
<artifactManagement>
|
||||
<rule>
|
||||
<artifactGlob>
|
||||
<artifactId>{*}</artifactId>
|
||||
</artifactGlob>
|
||||
<files>
|
||||
<file>@{mns}/@1</file>
|
||||
</files>
|
||||
</rule>
|
||||
</artifactManagement>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>install-@{mns}</id>
|
||||
|
Loading…
Reference in New Issue
Block a user