Hi ,
Please let me know how to specify a search location (other than the default maven repository ) for modules (*.xml.zip) being referenced in the models (*.xml.zip).
with thanks and best regards
skumar
<repository name="netBeansMDR">
<models>
<model>
<uri>${model.uri}</uri>
<moduleSearchLocations>
<location patterns="**/*.xml.zip">${settings.localRepository}/org/andromda/profiles/uml14</location>
<location patterns="**/*.xml.zip">${project.basedir}/src/main/uml</location>
</moduleSearchLocations>
</model>
</models>
</repository>
Users browsing this forum: No registered users and 0 guests