I've got a standard Java app. I've got a pom that successfully generates a jar file, and I got it to generate some javadoc as well.

Now how do I generate a standard release?

In a normal app, the jar goes in a /lib folder along with all the dependencies, the javadoc in /doc/api, there's /bin folder with a startup script, and a license and readme in the root.

The /target directory doesn't look at all like this. There are things there that don't belong in a released app at all, like all the separate .class files.


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

Reply via email to