I'm sure this is documented somewhere, but I could really use a quick answer:  
What needs to be done in order to package a directory of source code inside a 
jar?

Example:

target/generated-sources/com/foo/bar/MyClass.java
target/classes/com/foo/bar/MyClass.class

I want to have both classes in my jarfile:

com/foo/bar/MyClass.java
com/foo/bar/MyClass.class

Any pointers appreciated.




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

Reply via email to