[ https://issues.apache.org/jira/browse/THRIFT-363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902510#action_12902510 ]
Bryan Duxbury commented on THRIFT-363: -------------------------------------- Sorry to have been silent so long, but now I get this: {code} publish: [artifact:install] [INFO] Installing /Users/bryanduxbury/projects/thrift/thrift-0.4/lib/java/libthrift.jar to /Users/bryanduxbury/.m2/repository/org/apache/thrift/libthrift/0.4.0/libthrift-0.4.0.jar [artifact:install] [INFO] Installing /Users/bryanduxbury/projects/thrift/thrift-0.4/lib/java/build/libthrift-src.zip to /Users/bryanduxbury/.m2/repository/org/apache/thrift/libthrift/0.4.0/libthrift-0.4.0-source.jar [artifact:deploy] Deploying to https://repository.apache.org/content/repositories/snapshots [artifact:deploy] Uploading: org/apache/thrift/libthrift/0.4.0/libthrift-0.4.0.jar to repository remote.repository at https://repository.apache.org/content/repositories/snapshots [artifact:deploy] Transferring 227K from remote.repository [artifact:deploy] An error has occurred while processing the Maven artifact tasks. [artifact:deploy] Diagnosis: [artifact:deploy] [artifact:deploy] Error deploying artifact 'org.apache.thrift:libthrift:jar': Error deploying artifact: Failed to transfer file: https://repository.apache.org/content/repositories/snapshots/org/apache/thrift/libthrift/0.4.0/libthrift-0.4.0.jar. Return code is: 401 BUILD FAILED /Users/bryanduxbury/projects/thrift/thrift-0.4/lib/java/build.xml:278: Error deploying artifact 'org.apache.thrift:libthrift:jar': Error deploying artifact: Failed to transfer file: https://repository.apache.org/content/repositories/snapshots/org/apache/thrift/libthrift/0.4.0/libthrift-0.4.0.jar. Return code is: 401 {code} Is there some pre-publish setup step I need to do? > Maven Deploy > ------------ > > Key: THRIFT-363 > URL: https://issues.apache.org/jira/browse/THRIFT-363 > Project: Thrift > Issue Type: Improvement > Components: Java - Library > Reporter: Gary Rudolph > Assignee: Bryan Duxbury > Fix For: 0.3 > > Attachments: THRIFT-363.patch, THRIFT-363.patch, THRIFT-363.patch, > THRIFT-363.patch, THRIFT-363.patch, THRIFT-363.patch, THRIFT-363.patch, > THRIFT-363.patch > > > Please, deploy libthrift into a public maven repository. Preferably, to Maven > central, but if not at least the Apache. > Maven Central: > http://maven.apache.org/guides/mini/guide-central-repository-upload.html > Apache Incubator Repository: > http://people.apache.org/repo/m2-incubating-repository/ > The following is a sample pom.xml: > <project xmlns="http://maven.apache.org/POM/4.0.0" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > <modelVersion>4.0.0</modelVersion> > <groupId>org.facebook.thrift</groupId> > <artifactId>libthrift</artifactId> > <version>0.1-20090310</version> > <packaging>jar</packaging> > <name>Apache Thrift Library</name> > <url>http://incubator.apache.org/thrift/</url> > <description>Thrift is a software framework for scalable cross-language > services development. It combines a software stack with a code generation > engine to build services that work efficiently and seamlessly between C++, > Java, Python, PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa, Smalltalk, and > OCaml</description> > <licenses> > <license> > <name>The Apache Software License, Version 2.0</name> > > <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> > <distribution>repo</distribution> > </license> > </licenses> > <scm> > > <url>http://svn.apache.org/repos/asf/incubator/thrift/trunk</url> > </scm> > </project> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.