docmasterdigitalsolutions / openid4java

Automatically exported from code.google.com/p/openid4java
Apache License 2.0
0 stars 0 forks source link

Maven Repo pom bad dependency to openid4java-server-JdbcServerAssociationStore #189

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I cannot add your project, as your own 'internal' dependencies are wrong...
I searched for issues and didn't find this one (?).

What steps will reproduce the problem?
1. add dependency to my POM :

        <dependency>
            <groupId>org.openid4java</groupId>
            <artifactId>openid4java-full</artifactId>
            <version>0.9.6</version>
            <type>pom</type>
        </dependency>

2. run mvn eclipse:eclipse

What is the expected output? What do you see instead?
OUTPUT :
"
Downloading: 
http://repo.maven.apache.org/maven2/org/openid4java/openid4java-JdbcServerAssoci
ationStore/0.9.6/openid4java-JdbcServerAssociationStore-0.9.6.pom
[WARNING] Missing POM for 
org.openid4java:openid4java-JdbcServerAssociationStore:pom:0.9.6
"

==> THis is normal, as the good path to dependency is :

http://repo.maven.apache.org/maven2/org/openid4java/openid4java-server-JdbcServe
rAssociationStore/

(with "-server" in the middle)
==> you can browse to :
http://repo.maven.apache.org/maven2/org/openid4java/openid4java-server-JdbcServe
rAssociationStore/

What version of the product are you using? On what operating system?
Maven 3.0.4
OpenId4Java 0.9.6

Original issue reported on code.google.com by giic.sph...@gmail.com on 16 Jan 2013 at 8:19

GoogleCodeExporter commented 9 years ago
OK, call me noob... my fault!!!

It's just not a problem on your side.

Sorry for the inconvenience...

Original comment by giic.sph...@gmail.com on 16 Jan 2013 at 8:27

GoogleCodeExporter commented 9 years ago

Original comment by Johnny.B...@gmail.com on 17 Jan 2013 at 8:02