For IntelliJ, I modified the IDEA plugin to associate the source files
of a dependency.  So, some of my dependencies declarations look like:
<dependency>
            <groupId>group</groupId>
            <artifactId>artifact</artifactId>
            <version>0.2.0</version>
            <properties>
                <src>../ProjectName/src/main/java</src>
            </properties>
        </dependency>

Then, in the IDEA plugin I have it parse out this property and fill in
the appropriate pieces for the IntelliJ file descriptor.  I would be
more than happy to share the Jelly required if others are interested.

>>> [EMAIL PROTECTED] 07/25/05 1:04 PM >>>
Hi,

I'm using Maven 1.0.2 and on one maven project I need to use the java
source 
files of another maven project. Any ideas how I can do it in the best
way? 
(ie. in one maven project, it's source files references the source
files in 
another project)

I need to keep the two sets of maven source files separate.

Thanks,

Mike



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to