Oh, really :) Sorry for bugging you :) The .plugin suffix is a leftover
from the old times. Going to fix.
Thanks!
Ondra
On 3.3.2016 13:48, David Hladky wrote:
Hi Ondřej,
please, see the difference in the group ID (effective GAVs):
<groupId>org.jboss.windup.plugin</groupId>
<artifactId>windup-maven-plugin</artifactId>
<version>2.5.0.CR2</version>
and
<groupId>org.jboss.windup</groupId>
<artifactId>windup-maven-plugin</artifactId>
<version>0.7.0</version>
This is the reason why it is in a different directory than you thought. So you can access
your artifact using
https://repository.jboss.org/nexus/content/repositories/releases/org/jbos...
https://repository.jboss.org/nexus/content/groups/public/org/jboss/windup...
and not using
https://repository.jboss.org/nexus/content/repositories/releases/org/jbos...
https://repository.jboss.org/nexus/content/groups/public/org/jboss/windup...
David Hladky
----- Original Message -----
From: "Ondrej Zizka" <ozizka(a)redhat.com>
To: "Windup-dev List" <windup-dev(a)lists.jboss.org>
Cc: "David Hladky" <dhladky(a)redhat.com>, "vdosoudi"
<vdosoudi(a)redhat.com>
Sent: Thursday, 3 March, 2016 12:49:55 PM
Subject: Windup Maven plugin release
Hi,
I've tried to release the Maven plugin. Which worked, to some extent,
https://repository.jboss.org/nexus/service/local/repositories/releases/co...
However it doesn't appear in
http://repository.jboss.org/nexus/content/groups/public/org/jboss/windup/...
Is there some delay? Or is there some special process? I used the
staging repo.
I think that when this gets released, the plugin and the
maven-plugin-usage QS will work fine.
Ondra
PS: I'm adding Vladimir and David who could know.
Related PRs:
https://github.com/windup/windup/pull/857
https://github.com/windup/windup-quickstarts/pull/79