net.sourceforge.mydoggy.mydoggy-plaf references org.noos
Brought to you by:
adecaro
Hi,
when I wanted to play around with the library (nice work btw from what I can see in the examples) I setup a maven project and declared org.sourceforge.mydoggy.mydoggy-plaf as dependency.
But I then got this maven error:
29.07.09 17:04:37 MESZ: Missing indirectly referenced artifact org.noos.xing:mydoggy-api:jar:1.4.2:compile
29.07.09 17:04:37 MESZ: Missing indirectly referenced artifact org.noos.xing:mydoggy-res:jar:1.4.2:compile
Afaik those should actually refer to the net.sourceforge artifact.
thanks,
Stefan
Why is the bug closed? It's still open. The dependencies of org.sourceforge.mydoggy.mydoggy-plaf are still:
<dependency>
<groupId>org.noos.xing</groupId>
<artifactId>mydoggy-api</artifactId>
<version>1.4.2</version>
</dependency>
<dependency>
<groupId>org.noos.xing</groupId>
<artifactId>mydoggy-res</artifactId>
<version>1.4.2</version>
</dependency>
The group ID is wrong, it should be org.sourceforge.mydoggy.
Sorry, it should be net.sourceforge.mydoggy.