Re: Including source and javadocs in Idea and Eclipse module files

2005-10-03 Thread Arik Kfir
Hi, In m2, the maven-source-plugin automatically installs/deploys the source code to the repo when you install/deploy (assuming you stated you want to in the pom.xml). Currently, there's a bug in m2 regarding it, but basically it works. The sources are placed in the repo in the same dir as the bin

Re: Including source and javadocs in Idea and Eclipse module files

2005-10-02 Thread Wim Deblauwe
I know they plan to do a simular thing for Maven2, but I have no idea of the state of the implementation of that. As I understood it, they would put the source and javadoc location in the pom of Maven2 projects. 2005/9/30, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Hi all, > > I've tried the Maven

Including source and javadocs in Idea and Eclipse module files

2005-09-30 Thread John.E.Gregg
Hi all, I've tried the Maven Idea plugin and really like the idea (no pun) of it, but I'd like a way to specify the location of source and javadocs for dependencies. I have a possible solution. I first added a maven.src.root value to my build.properties file. It points to c:\java, which is wh