Wrong version ids in doxia-modules

2018-07-03 Thread Peter Nabbefeld



Hello,

I'm experimenting with a doxia module, using 
org.apache.maven.doxia/doxia-modules/1.8 as parent. When looking at the 
effective graph, I see every dependency with version 1.0-SNAPSHOT, 
though release version is 1.8, e.g.:



    org.apache.maven.doxia
    doxia-core
    1.0-SNAPSHOT
    test-jar
  

I've also noticed, only version 1.0-SNAPSHOT is available as a jar 
dependency, all the release version are sources only - why?


Kind regards

Peter

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Wrong version ids in doxia-modules

2018-07-03 Thread Karl Heinz Marbaise

Hi Pete,

On 03/07/18 22:43, Peter Nabbefeld wrote:


Hello,

I'm experimenting with a doxia module, using 
org.apache.maven.doxia/doxia-modules/1.8 as parent. When looking at the 
effective graph, I see every dependency with version 1.0-SNAPSHOT, 
though release version is 1.8, e.g.:



     org.apache.maven.doxia
     doxia-core
     1.0-SNAPSHOT
     test-jar
   

I've also noticed, only version 1.0-SNAPSHOT is available as a jar 
dependency, all the release version are sources only - why?


maybe I misunderstand your question but based on the search in Central:

http://search.maven.org/#search%7Cga%7C1%7Corg.apache.maven.doxia

They are all available as JAR's as well as sources etc. ?


Kind regards
Karl Heinz Marbaise

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org