atrijitdasgupta / wordpress-java

Automatically exported from code.google.com/p/wordpress-java
Other
0 stars 0 forks source link

Maven repository #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
With the official url in repository the dependency doenst work for me.

Just to check, put this url in your browser:
1) http://code.google.com/p/wordpress-java/svn/repo -> The page you asked for 
does not exist."

But this url works:
2) https://wordpress-java.googlecode.com/svn/repo 

So a just change the url 1 for 2, and maven downloaded the dependencies.

My Maven: (Note that im not using that url you said in home-page)

<repository>
            <id>jwordpress</id>
            <url>https://wordpress-java.googlecode.com/svn/repo</url>
        </repository> 

<dependency>    
            <groupId>wordpress-java</groupId>
            <artifactId>jwordpress</artifactId> 
            <version>0.5.1</version> 
        </dependency>

After do this , i back the official url and its ok.

Original issue reported on code.google.com by wagnerab...@gmail.com on 22 Oct 2012 at 3:59

GoogleCodeExporter commented 9 years ago
I suspect google code changed stuff behind the scenes. These two urls are 
supposed to point to same places. Anyway, I'm fixing the page. Thanks for the 
heads up.

Original comment by c...@bican.net on 22 Oct 2012 at 6:42