Specifying the search locations for referenced module

If you are new to AndroMDA you might stroll through this forum first

Specifying the search locations for referenced module

Postby skumar » Wed 25. Mar 2009, 20:07

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
skumar
 
Posts: 52
Joined: Fri 14. Nov 2008, 17:24

Postby WalterIM » Thu 26. Mar 2009, 18:46

in andromda.xml :
Code: Select all
        <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>
WalterIM
Senior Member
 
Posts: 1065
Joined: Mon 6. Jun 2005, 13:36
Location: Brasil

Postby skumar » Fri 27. Mar 2009, 03:54

Thanks Walter,

It worked.



regards

skumar
skumar
 
Posts: 52
Joined: Fri 14. Nov 2008, 17:24


Return to Newbie corner

Who is online

Users browsing this forum: No registered users and 0 guests

cron