$Subject, noticed in the platform/service-stubs poms.

Hence the repeating warnings as below during the build time.
[WARNING]
[WARNING] Some problems were encountered while building the effective model
for org.wso2.carbon:org.wso2.carbon.admin.mgt.stub:bundle:4.0.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for
org.codehaus.mojo:build-helper-maven-plugin is missing. @ line 65, column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they
threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support
building such malformed projects.
[WARNING]

Can be fixed by adding the version (currently, 1.7) to the build-helper
plugin respectively, as below.

Index: org.wso2.carbon.admin.mgt.stub/pom.xml
===================================================================
--- org.wso2.carbon.admin.mgt.stub/pom.xml    (revision 124006)
+++ org.wso2.carbon.admin.mgt.stub/pom.xml    (working copy)
@@ -65,6 +65,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>build-helper-maven-plugin</artifactId>
*+               <version>1.7</version>
*                 <executions>
                     <execution>
                         <id>add-source</id>
                         <phase>generate-sources</phase>
                         <goals>
                             <goal>add-source</goal>
                         </goals>
                         <configuration>
                             <sources>
                                 <source>
                                     target/generated-code/src
                                 </source>
                             </sources>
                         </configuration>
                     </execution>
                 </executions>
             </plugin>


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

Reply via email to