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

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

Ryan Moquin created ARIES-1935:
----------------------------------

             Summary: 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


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)