[
https://issues.apache.org/jira/browse/ARIES-1935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16952119#comment-16952119
]
Jean-Baptiste Onofré commented on ARIES-1935:
---------------------------------------------
[~fpapon]
https://repo1.maven.org/maven2/org/apache/aries/jax/rs/org.apache.aries.jax.rs.features/1.0.6/org.apache.aries.jax.rs.features-1.0.6.xml
actually, there's no classifier here.
Just use groupId org.apache.ariues.jax.rs, artifactId
org.apache.aries.jax.rs.features, version 1.0.6, type, xml.
So as [~fpapon] mentionned: {{features:repo-add
mvn:org.apache.aries.jax.rs/org.apache.aries.jax.rs.features/1.0.6/xml}} has to
be used then.
> Aries JAXRS whiteboard features xml deployed incorrectly (or at least
> confusingly).
> -----------------------------------------------------------------------------------
>
> Key: ARIES-1935
> URL: https://issues.apache.org/jira/browse/ARIES-1935
> Project: Aries
> Issue Type: Bug
> Components: jax-rs-whiteboard
> Affects Versions: jax-rs-whiteboard-1.0.6
> Reporter: Ryan Moquin
> Priority: Minor
>
> I wanted to try out the aries jaxrs whiteboard and so I added the
> features,xml to my pom so it would get added to my project features.xml like
> this:
> <dependency>
> <groupId>org.apache.aries.jax.rs</groupId>
> <artifactId>org.apache.aries.jax.rs.features</artifactId>
> <version>1.0.6</version>
> <classifier>features</classifier>
> <type>xml</type>
> </dependency>
> But maven couldn't find it. I also tried loading it via karaf using:
> mvn:org.apache.aries.jax.rs/org.apache.aries.jax.rs.features/1.0.6/xml/features
> but that won't resolve either despite it being in central here:
> [https://repo1.maven.org/maven2/org/apache/aries/jax/rs/org.apache.aries.jax.rs.features/1.0.6/]
> I looked at the Karaf examples and noticed that the features xml is being
> deployed without the features classifier on it, which is very confusing.
> Will this be corrected or is it going to stay like that since that's how it
> ended up being deployed?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)