You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "M.-Leander Reimer" <l....@adaptions.de> on 2004/05/12 16:58:53 UTC

Suggested Eclipse Plugin Extension

Hi there,

I just got the source for the Eclipse plugin from CVS and discovered 
that I can already define additional "natures", which I really need. 
There is another possible extension I would find useful.

Problem: I am using the Together UML eclipse plugin, which requires 
additional settings in the .project file, e.g. a directory where it 
stores its model files, like

<designRoot path="src/model">
</designRoot>

Solution: Would it be possible to include a custom merge file that could 
hold such information at the end of the project.jelly file (just before 
the closing </projectDescription>), like

<j:import file="${maven.eclipse.projectmerge}" inherit="true"/>

Well it works for me :-) , so the question is, would it be possible to 
include this permanently into the Maven eclipse plugins source??

Thanks,
Leander

-- 

GnuPG Fingerprint = FC88 7806 111C 9DD5 1136 B311 EF00 4F8F A6D1 DC79

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org