build-path

How to include python compiler dependencies in maven web project?

I have a simple website that has some related python scripts that I use for maintenance of that website (note, the python code are util scripts that we execute manually for various tasks). I need to be able to share it with other developers who may want to edit it. What Maven dependencies do I need to include so that the python compile...

eclipse, export multiple projects (using a shared binary directory) in one runnable jar

I have three projects which are build to the same /bin directory and anoher projects (let's call it A) where this is not necessary. A requires all the other projects. When I export A as a runnable JAR, then only one of the three projects makes it into the JAR. I can add other projects (build to different directories) which are copied in...