Maven extra sources and eclipse

2009-03-26 Thread Jean-Marc Vanel
Hi all

 We have a projet (
http://eulergui.svn.sourceforge.net/viewvc/eulergui/trunk/eulergui/pom.xml
) using a parser generator , for which we have extra Java sources, not
for building with the application.

We generate the eclipse configuration with Maven, but I found no way
to specify these extra Java sources so that they appear in the eclipse
configuration.

Thanks for any hint
-- 
Jean-Marc Vanel
Consulting, services, training,
Rule-based programming, Semantic Web
http://jmvanel.free.fr/

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



Re: Maven extra sources and eclipse

2009-03-26 Thread Markku Saarela

Hi,

You can use build-helper plugin and its goal add-source.

http://mojo.codehaus.org/build-helper-maven-plugin/

rgds,

Markku

Jean-Marc Vanel wrote:

Hi all

 We have a projet (
http://eulergui.svn.sourceforge.net/viewvc/eulergui/trunk/eulergui/pom.xml
) using a parser generator , for which we have extra Java sources, not
for building with the application.

We generate the eclipse configuration with Maven, but I found no way
to specify these extra Java sources so that they appear in the eclipse
configuration.

Thanks for any hint
  



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



Re: Maven extra sources and eclipse

2009-03-26 Thread ksangani

Did you write maven plugin to generate sources under target/generate-sources?
If so you can maven plugin api to add these extra source directories to
project.


Jean-Marc Vanel-2 wrote:
 
 Hi all
 
  We have a projet (
 http://eulergui.svn.sourceforge.net/viewvc/eulergui/trunk/eulergui/pom.xml
 ) using a parser generator , for which we have extra Java sources, not
 for building with the application.
 
 We generate the eclipse configuration with Maven, but I found no way
 to specify these extra Java sources so that they appear in the eclipse
 configuration.
 
 Thanks for any hint
 -- 
 Jean-Marc Vanel
 Consulting, services, training,
 Rule-based programming, Semantic Web
 http://jmvanel.free.fr/
 
 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Maven-extra-sources-and-eclipse-tp22719773p22733515.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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