Hi all,

I found 2 (minor) problems affecting the trunk and karaf-2.2.x-branch:

1. The features-maven-plugin seems to have problems with tab-characters in
feature-repositories (like in the standard-feature http). If there is a tab
in the bundle-definition-line it gets somehow appended to the artifact-name
so the bundle could not be resolved.
Adding '.replace("\t","")' in MojoSupport.bundleToArtifact() fixed the
problem for me, but I'm not sure if there are still other issues with tabs.

2. The windows-bin-assembly is missing the 2 base-feature-repos "enterprise"
and "standard". If this is not intended (what I think), the copy-command for
"target/features-repo" should be added to the
windows-bin.xml-assembly-descriptor.

Best regards,

Uwe Korte.
-- 
View this message in context: 
http://karaf.922171.n3.nabble.com/Problems-with-features-maven-plugin-and-assemblies-tp2527459p2527459.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.

Reply via email to