Hi Supun,

Yes.  We need to at least clean the profile-gen and probably distribution
modules of a given product. Otherwise product won't start. This happens even
though you start with a clean repo or not.

But the solution is not to using *clean* goal, instead we can add the maven
clean plugin to required modules as specified in the following manner.

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-clean-plugin</artifactId>
      </plugin>

If you have issues in building a product with "mvn install", please add the
above maven plugin to your product's profile-gen and distribution pom files.
Please lets us know the status.

Steps
1) svn up at least carbon-platform pom.xml
2) add the above mentioned plugin to relavent pom files.

Note :  If you want to clean your sub-project by force, even if you clean
goal is not mentioned, you can use this plugin.

Thanks
Sameera

On Mon, Apr 4, 2011 at 7:06 PM, Supun Kamburugamuva <[email protected]> wrote:

> If you build the carbon core without *clean* the product won't start.
>
> Thanks,
> --
> Supun Kamburugamuva
> Technical Lead &  Product Manager, WSO2 Inc.; http://wso2.com
> Member, Apache Software Foundation; http://www.apache.org
> WSO2 Inc.;  http://wso2.org
> E-mail: [email protected];  Mobile: +94 77 431 3585
> Blog: http://supunk.blogspot.com
>
>
> _______________________________________________
> Carbon-dev mailing list
> [email protected]
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
Sameera Jayasoma
Technical Lead and Product Manager, WSO2 Carbon

WSO2, Inc. (http://wso2.com)
email: [email protected]
blog: http://tech.jayasoma.org

Lean . Enterprise . Middleware
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to