On Fri, Jun 24, 2011 at 8:45 AM, Ruchira Wageesha <[email protected]> wrote:
> Hi,
>
> When we add a 3.2.1 feature into 3.2.0 branch, we need to modify the
> feature root pom to build only those 3.2.1 features?? i.e. If I take the
> system-staticstics feature
>
> system-statistics/
> ├── org.wso2.carbon.system.statistics.feature
> │ ├── 3.2.0
> │ │ └── pom.xml
> │ └── 3.2.1
> │ └── pom.xml
> ├── org.wso2.carbon.system.statistics.server.feature
> │ ├── 3.2.0
> │ │ └── pom.xml
> │ └── 3.2.1
> │ └── pom.xml
> ├── org.wso2.carbon.system.statistics.ui.feature
> │ └── 3.2.0
> │ └── pom.xml
> └── pom.xml -- we need to update this pom's version to 3.2.1 and build
> only 3.2.1 features ???
>
Ideally we should not modify this pom, but while branching stratos/common
features we faced an issue. All the stratos component's versions were are
defined in this parent pom and the version was defined as ${pom.version}. So
at build time maven started searching the patched version of all dependent
components, to overcome this we created a patch version of the
common/feature parent and pointed this as the parent for the patched server
and aggregate feature. Hope my explanation was clear :)
>
> regards,
> Ruchira
> --
> Ruchira Wageesha
> Software Engineer - WSO2 Inc. www.wso2.com
>
> Email: [email protected] Blog: [email protected]
> Mobile: +94771083017
>
> Lean . Enterprise . Middleware
>
> _______________________________________________
> 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