Maven with Java and non-Java projects

2010-02-24 Thread wds wds
We currently have Maven setup for managing many projects. We would like to add modules to some of the projects which are C#-based. What is the best practice for accomplishing this?

RE: Maven with Java and non-Java projects

2010-02-24 Thread Ilya Kazakevich
There are some non-java compilers: http://maven.apache.org/plugins/maven-compiler-plugin/non-javac-compilers.ht ml -Original Message- From: wds wds [mailto:work.dev.st...@gmail.com] Sent: Wednesday, February 24, 2010 5:45 PM To: users@maven.apache.org Subject: Maven with Java and non

RE: Maven with Java and non-Java projects

2010-02-24 Thread Jim McCaskey
look at it though as it gets more attention. Good luck! -Jim -Original Message- From: wds wds [mailto:work.dev.st...@gmail.com] Sent: Wednesday, February 24, 2010 8:45 AM To: users@maven.apache.org Subject: Maven with Java and non-Java projects We currently have Maven setup

Re: Maven with Java and non-Java projects

2010-02-24 Thread Karl Heinz Marbaise
Hi, i'm working on a C++/Java mixture which i'm trying to reach with Maven. Currently nar plugin (http://github.com/duns/maven-nar-plugin) http://mojo.codehaus.org/maven-native/native-maven-plugin/ etc. RPM plugin etc. But what about C# i don't know...may be other plugin's can be adopted to