You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/11/30 09:05:59 UTC

[jira] [Commented] (KARAF-4842) Karaf Maven Plugin builds features with invalid configuration

    [ https://issues.apache.org/jira/browse/KARAF-4842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15708006#comment-15708006 ] 

ASF subversion and git services commented on KARAF-4842:
--------------------------------------------------------

Commit 4627aa94f647b53ac0fc0953c3df73a468a596f5 in karaf's branch refs/heads/master from [~gnt]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=4627aa9 ]

[KARAF-4842] Karaf Maven Plugin builds features with invalid configuration

> Karaf Maven Plugin builds features with invalid configuration
> -------------------------------------------------------------
>
>                 Key: KARAF-4842
>                 URL: https://issues.apache.org/jira/browse/KARAF-4842
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-tooling
>    Affects Versions: 4.0.7
>            Reporter: Achim Finke
>
> I generated a Karaf Feature using the karaf-feature-archetype. This will add the following configuration to the POM file.
> {code:xml}
> <build>
>     <pluginManagement>
>         <plugins>
>             <plugin>
>                 <groupId>org.apache.karaf.tooling</groupId>
>                 <artifactId>karaf-maven-plugin</artifactId>
>                 <version>4.0.7</version>
>                 <extensions>true</extensions>
>             </plugin>
>         </plugins>
>     </pluginManagement>
>     <plugins>
>         <plugin>
>             <groupId>org.apache.karaf.tooling</groupId>
>             <artifactId>karaf-maven-plugin</artifactId>
>             <configuration>
>                 <startLevel>50</startLevel>
>                 <aggregateFeatures>true</aggregateFeatures>
>                 <resolver>(obr)</resolver>
>                 <checkDependencyChange>true</checkDependencyChange>
>                 <failOnDependencyChange>false</failOnDependencyChange>
>                 <logDependencyChanges>true</logDependencyChanges>
>                 <overwriteChangedDependencies>true</overwriteChangedDependencies>
>             </configuration>
>         </plugin>
>     </plugins>
> </build>
> {code}
> The feature can be built but on installation the feature validation fails.
> {code}
> Caused by: org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: Attribute 'resolver' is not allowed to appear in element 'feature'.
> {code}
> Basically here are two issues:
> - Karaf Maven Plugin builds a feature with invalid configuration
> - The karaf-feature-archetype contains invalid configuration
> So to solve this Karaf Maven plugin should be enhanced and the resolver tag should be deleted within the archetype.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)