You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Jean-Baptiste Onofré (Jira)" <ji...@apache.org> on 2019/10/15 17:04:00 UTC

[jira] [Resolved] (ARIES-1935) Aries JAXRS whiteboard features xml deployed incorrectly (or at least confusingly).

     [ https://issues.apache.org/jira/browse/ARIES-1935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved ARIES-1935.
-----------------------------------------
    Resolution: Not A Problem

> 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)