Skip to main content

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

What folder does the javadoc plugin work on? Is there a collision between that plugin and Tycho?

 

Regards

Tobias

 

 

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Kerem Onal
Sent: Mittwoch, 21. September 2011 13:44
To: tycho-user@xxxxxxxxxxx
Subject: Re: [tycho-user] Product zip is deleted when adding javadoc:aggregate

 

Rephrase and additional info:

I can "mvn clean install" to generate zip file of my multi-project application in target folder of my product project. I can run "mvn clean javadoc:aggregate" to generate javadocs. no problem up to generating both...

When I run "mvn clean install javadoc:aggregate" javadoc is created but product zip is created and deleted.

I have tried to run mvn again but:

·       "mvn clean install" generates product but deletes my javadoc target folder

·       "mvn clean javadoc:aggregate" generates javadocs but deletes my product target folder.

What could be the reason? Any workaround?

 

On Tue, Sep 20, 2011 at 15:23, Kerem Onal <keremonal@xxxxxxxxx> wrote:

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