Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Product zip is deleted when adding javadoc:aggregate

Hi,

I can "mvn clean install" to generate zip file of my multi-project application in target folder of my product project. no problem.
but when I runĀ "mvn clean package javadoc:aggregate" javadoc site is generated but my product zip is not generated.
Actually when I look into the logs, zip is generated but at the end it is somehow deleted I cannot find it.

Any suggestions?


Back to the top