hello,

i'm using the maven-andromda-plugin and want to be able to
process an xmi which was exported by enterprise architect.

this xmi-file uses uml 1.3. i found a RepositoryFacade
implementation for uml 1.3 (http://www.flashscience.com/MDA/),
which includes three classes

org/andromda/repositories/mdr/MDRXmiReferenceResolver.class
org/andromda/repositories/mdr/MDRXmiReferenceResolverContext.class
org/andromda/repositories/mdr/MDRepositoryFacadeUML13.class

and the library jmiuml-1.3.jar.

according to the docs of the andromda maven plugin it's not supported to
specify a custom RepositoryFacade implementation
(http://team.andromda.org/docs/maven-andromda-plugin/properties.html).

i found the ant:repository task within the plugin.jelly:
<ant:repository classname="${maven.andromda.repository}">
and tried to have the jar'ed three classes and the lib in the classpath
and change
classname="${maven.andromda.repository}" 
to 
classname="org.andromda.repositories.mdr.MDRepositoryFacadeUML13",
but i did not get it to work.

is it possible to specify a custom RepositoryFacade implementation?
how can i make the custom jars available in the classpath?

any help appreciated,
regards,
martin


Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to