[ http://jira.andromda.org/browse/ANDROMDAPP-44?page=all ] Walter Itamar Mourão resolved ANDROMDAPP-44: --------------------------------------------
Resolution: Fixed > ejb type dependencies not added to .classpath > --------------------------------------------- > > Key: ANDROMDAPP-44 > URL: http://jira.andromda.org/browse/ANDROMDAPP-44 > Project: AndroMDApp Project Generator > Type: Bug > Reporter: Olivier THIERRY > Assignee: Walter Itamar Mourão > Attachments: ANDROMDAPP-44.diff > > When you add depdencies with "ejb" type in a project, they are not added to > .classpath by AndroMDApp plugin. > For example, this one works : > <dependency> > <groupId>fr.xxx.t4</groupId> > <artifactId>t4-core-all</artifactId> > </dependency> > But this one doesn't work : > <dependency> > <groupId>fr.xxx.t4</groupId> > <artifactId>t4-core-all</artifactId> > <type>ejb</type> > </dependency> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.andromda.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------------------------------