Would probably be better to have :

Root
|---- Java Root
|    |---- pom.xml
|    | src/...
|---- .Net Root
|    | ...


and use some maven magic to install the exe as a maven artifact so that
java project can depend on it as a resource

2012/11/18 Ofir <[email protected]>

> I want to host a new plugin in Jenkins.
> This plugin downloads a .exe file to a slave to do some work.
> This .exe file is written in .net and I want to include the source code of
> this exe file also.
>
> The folder structure which will be in Jenkin's GitHub is like that:
>
> ----Root
>         |------------Java source folder
>         |--------------------pom.xml
>         |------------.Net source folder
>         |------------files......
>
> Is this is the way it should be or there is a better way to do so?
>

Reply via email to