Hi everybody,

I'm new to maven. I have a simple question that I can't find an answer anywhere:
I want to include additional classes in the classpath while compiling my project
but I can't find any
obvious solution for this.

- The classes I want to include can not be installed in a maven repository
- I tried the compiler plugin by adding
           <fork>true</fork>
                <compilerArguments>
                        <classpath>myDic/classes</classpath>
                </compilerArguments>
but this doesn't seem to work.

Any suggestions?
Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to