Hi Pradeep, On Wed, Dec 7, 2011 at 3:32 AM, Pradeep Fernando <[email protected]> wrote:
> Hi, > > if that is the case, then add maven clean plugin to one of the pre-compile > phases. (to this module pom). > There is no pre-compile phase available in the Maven life cycle. I think you were probably saying this thinking about pre-site phase which is commonly used with site related things. We may do the cleaning at a phase like validate/ initialize/ process-sources. I'd like to provide a patch for this if it's OK with you. Please advice on how to proceed. [1] http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html#Lifecycle_Reference Thanks, --KasunG > so that, > both, > > mvn install > mvn clean install > > will work. > > --Pradeep > > _______________________________________________ > Carbon-dev mailing list > [email protected] > http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev > >
_______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
