Krzysztof Sobkowiak created SM-2426:
---------------------------------------
Summary: Add missing maven plugin versions to examples parent pom
in the distribution
Key: SM-2426
URL: https://issues.apache.org/jira/browse/SM-2426
Project: ServiceMix
Issue Type: Improvement
Components: assemblies, examples
Reporter: Krzysztof Sobkowiak
Priority: Trivial
Fix For: 5.1.5, 5.2.1, 5.3.2, 5.4.1, 6.0.0.M1, 6.0.0
Building the examples from the distributions generates some warnings due to
missing versions
{code}
[WARNING] Some problems were encountered while building the effective model for
org.apache.servicemix.examples:akka-camel:bundle:5.3.2-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.scala-tools:maven-scala-plugin
is missing. @ line 88, column 15
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.apache.servicemix.examples:camel-cxf-rest-client:jar:5.3.2-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for
org.codehaus.mojo:exec-maven-plugin is missing. @ line 47, column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.apache.servicemix.examples:camel-cxf-soap-client:jar:5.3.2-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for
org.codehaus.mojo:exec-maven-plugin is missing. @ line 55, column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.apache.servicemix.examples:cxf-osgi:bundle:5.3.2-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for
org.codehaus.mojo:exec-maven-plugin is missing. @ line 76, column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.apache.servicemix.examples:cxf-jaxrs:bundle:5.3.2-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for
org.codehaus.mojo:exec-maven-plugin is missing. @ line 75, column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.apache.servicemix.examples:cxf-jaxws-blueprint:bundle:5.3.2-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for
org.codehaus.mojo:exec-maven-plugin is missing. @ line 73, column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.apache.servicemix.examples:cxf-jaxrs-blueprint:bundle:5.3.2-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for
org.codehaus.mojo:exec-maven-plugin is missing. @ line 80, column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.apache.servicemix.examples:cxf-ws-addressing:bundle:5.3.2-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for
org.codehaus.mojo:exec-maven-plugin is missing. @ line 120, column 21
[WARNING] 'build.plugins.plugin.version' for org.apache.cxf:cxf-codegen-plugin
is missing. @ line 57, column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.apache.servicemix.examples:cxf-ws-security-osgi:bundle:5.3.2-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for
org.codehaus.mojo:exec-maven-plugin is missing. @ line 83, column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.apache.servicemix.examples:cxf-ws-security-blueprint:bundle:5.3.2-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for
org.codehaus.mojo:exec-maven-plugin is missing. @ line 83, column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.apache.servicemix.examples:cxf-ws-rm:bundle:5.3.2-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for
org.codehaus.mojo:exec-maven-plugin is missing. @ line 99, column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.apache.servicemix.examples:cxf-ws-security-signature:bundle:5.3.2-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for
org.codehaus.mojo:exec-maven-plugin is missing. @ line 85, column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.apache.servicemix.examples:cxf-wsn-client:jar:5.3.2-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for
org.codehaus.mojo:exec-maven-plugin is missing. @ line 71, column 21
{code}
The parent pom used in the distribution should be updated and the missing
versions should be added
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)