[
https://issues.apache.org/jira/browse/KARAF-4537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15397351#comment-15397351
]
ASF subversion and git services commented on KARAF-4537:
--------------------------------------------------------
Commit c4cec085cccce60250dff76f0388235c7c786a5c in karaf's branch
refs/heads/master from [~gnt]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=c4cec08 ]
Revert "[KARAF-4537] Karaf Maven Plugin should respect scope when building a
feature"
This reverts commit 05d50c5737db4393d6d771d5a1b34b14eef9f9cc.
> Karaf Maven Plugin should respect scope when building a feature
> ---------------------------------------------------------------
>
> Key: KARAF-4537
> URL: https://issues.apache.org/jira/browse/KARAF-4537
> Project: Karaf
> Issue Type: Improvement
> Components: karaf-tooling
> Affects Versions: 4.0.5
> Reporter: Viktor Kozlov
> Assignee: Guillaume Nodet
> Fix For: 4.1.0
>
>
> I am building a feature without a feature template file. I list my feature
> content via pom dependencies.
> For example:
> <dependencies>
> <dependency>
> <groupId>org.apache.geronimo.specs</groupId>
> <artifactId>geronimo-validation_1.1_spec</artifactId>
> <scope>compile</scope>
> </dependency>
> <dependency>
> <groupId>org.apache.geronimo.specs</groupId>
> <artifactId>geronimo-el_2.2_spec</artifactId>
> <scope>compile</scope>
> </dependency>
> <dependency>
> <groupId>commons-collections</groupId>
> <artifactId>commons-collections</artifactId>
> <scope>compile</scope>
> </dependency>
> <dependency>
> <groupId>commons-beanutils</groupId>
> <artifactId>commons-beanutils</artifactId>
> <scope>compile</scope>
> </dependency>
> <dependency>
> <groupId>org.apache.bval</groupId>
> <artifactId>org.apache.bval.bundle</artifactId>
> <scope>compile</scope>
> </dependency>
> </dependencies>
> The target file is OK except I need to mark somehow whether bundle is
> dependency or not.
> dependency="true">mvn:org.apache.geronimo.specs/geronimo-validation_1.1_spec</bundle>
> I think maven runtime scope would be nice.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)