lotusbandsoft / facebook-java-api

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

facebook-java-api-1.6.2 artifact is not found on Maven Central repository #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open
http://repo1.maven.org/maven2/com/google/code/facebook-java-api/facebook-java-ap
i/
2. Search for 1.6.2 folder - it is not there. :)

What is the expected output? What do you see instead?
I expect to see up-to-date facebook-java-api on Maven Central repository
everytime you release new version of the artifact. ;)

What version of the product are you using? On what operating system?
1.6.2, maven2, Mac OS X

Please provide any additional information below.

I have attached zip file with sample poms and mvn commands of how to deploy
 facebook-java-api-1.6.2 to internal Archiva repository. Maybe you will
find them useful.

Best Regards,
Aurimas

Original issue reported on code.google.com by valio...@gmail.com on 17 Jan 2008 at 11:41

Attachments:

GoogleCodeExporter commented 9 years ago
Would love to deploy the project artifacts to the central maven repo, but I'm 
not 
really sure how to get them up there.

Original comment by some...@gmail.com on 29 Jan 2008 at 7:19

GoogleCodeExporter commented 9 years ago
I think this can help:

http://maven.apache.org/guides/mini/guide-central-repository-upload.html

Original comment by kobyl...@gmail.com on 12 Mar 2008 at 9:16

GoogleCodeExporter commented 9 years ago
I'll try to look at getting this done.  I'll just have to hose an rsync 
repository
somewhere for the main maven repo to mirror.

Original comment by fern...@gmail.com on 15 Jul 2008 at 12:17

GoogleCodeExporter commented 9 years ago
this is a message I just sent to mailing list, just to keep you updated:

On the road to getting our releases into the central repository, we have to 
setup our
own repository that the central one can look at.  We also need to setup our own
repository to host snapshots.. 

So unless we find a better place, I just created a server on my hoste ( 
dreamhost ).
 So, you can how add this repository as a snapshot repository and get access to the
latest code, without having to build it yourself.  Please let me know if you 
have any
questions or feedback!

add this repository to your project's pom:

    <repository>
      <id>mrepo-happyfern-snapshot</id>
      <url>http://mrepo.happyfern.com/maven2-snapshot/</url>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
    </repository>

then you have access to this dependency:

    <dependency>
      <groupId>com.facebook.api</groupId>
      <artifactId>facebook-java-api</artifactId>
      <version>1.8-SNAPSHOT</version>
    </dependency>

Original comment by fern...@gmail.com on 21 Jul 2008 at 1:18

GoogleCodeExporter commented 9 years ago
R U sure you want to handle the server load? Look at what some other projects 
have
done (maven repo in google code)

http://code.google.com/p/struts2plugin-maven-repo/
http://code.google.com/p/mygwt-maven-repo/

Original comment by andre...@gmail.com on 23 Jul 2008 at 4:23

GoogleCodeExporter commented 9 years ago
The thing is that to get the releases into the central repository maven asks for
rsync access.  Which you can't provide from google-code yet :( :(

So I have to host an outside repository for the main releases to go into the 
central
repo.

I could put the snapshot releases elsewhere, but my server has plenty of 
bandwidth at
the moment, so I'm not worried :)

And, we're getting close to doing a release.. 2.0.1, which I'll be able to 
submit to
the central repository!! :)

Original comment by fern...@gmail.com on 31 Aug 2008 at 11:35

GoogleCodeExporter commented 9 years ago

Original comment by fern...@gmail.com on 30 Sep 2008 at 4:28