Hello,
I just discovered maven and I am really impressed by this project!
To migrate my project to maven I am searching for a way to create two jar
files in one project.
I would like to have a "./src/main/api" folder besides "./src/main/java"
and pack them into two different jars, to provide a single jar that only
contains the API that is needed to use my library.
For now I use two seperated projects "core" and "core-api" while "core"
depends on "core-api". This also works great, but I think it would be more
elegant to have the API in the same project that will create a
"core-api-version.jar" besides the "core-version.jar".
Do you think that it is possible? Or do you think I should stay at the
seperated projects due to some reasons (Maybe because implementation
versions can change while API versions stay at a specific version).
Thanks and greetings
Dennis Kempin
PS: please pardon me. My english is bad.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]