Hi,
I have completed fixing the remaining maven3 warnings that are shown during
the start of the build, except the warning below. Will commit the changes
after building from the top-level.
[WARNING]
[WARNING] Some problems were encountered while building the effective model
for org.jgroups.wso2:jgroups:bundle:3.0.6.wso2v1
[WARNING] 'version' contains an expression but should be a constant. @
org.jgroups.wso2:jgroups:${orbit.version.jgroups},
/home/pradeeban/carbon/orbit/jgroups/pom.xml, line 34, column 14
[WARNING]
This is because of the use of the *expressions* instead of a constant for
the *version* in the pom.xml, as below.
<modelVersion>4.0.0</modelVersion>
<groupId>org.jgroups.wso2</groupId>
<artifactId>jgroups</artifactId>
<packaging>bundle</packaging>
<name>jgroups.wso2</name>
* <version>${orbit.version.jgroups}</version>
* <description>
This bundle will export packages from jgroups
</description>
<url>http://wso2.org</url>
Regardless of the maven3 warning, we are using the above way of giving the
version, probably as a de facto convention of Carbon.
Hence I am not modifying them, ignoring those warnings.
Do let me know, if there is any better approach for this.
Thank you.
Regards,
Pradeeban.
--
Kathiravelu Pradeeban.
Software Engineer.
Cloud Technologies Team.
WSO2 Inc.
Blog: [Llovizna] http://kkpradeeban.blogspot.com/
M: +94 776 477 976
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev