The plugin itself is asking maven to rerun this phase because it's needed when invoked from the command line. Some plugins provide an alternative goal that doesn't do this when bound to the pom. Check the docs to see if one exists, if not create a jira for it. (it's a simple fix)
-----Original Message----- From: Huang [mailto:[EMAIL PROTECTED] Sent: Thursday, January 17, 2008 1:46 PM To: Maven Users List Subject: Is there a way to by-pass "generate-source" phase when using maven javadoc or source plugin? Hello, I notice that the standard maven2 javadoc or source plugin will invoke "generate-source" phase again. Is there a way to suppress this behavior since I don't want to see it to be called again after compilation. Is there a way to achieve it? Thanks a bunch! Yan
