Anybody know the status on this? This thread seems to end with no
resolution as of 7/2/09. I would imagine this would very helpful to
alot of people; I want to make sure I'm not missing anything before I
add my built thrift.jar to my local mvn repos so I can move the rest
of my projects that rely on thrift over to maven. Thanks.
bill
On Jul 2, 2009, at 3:09 PM, David Reiss (JIRA) wrote:
[ https://issues.apache.org/jira/browse/THRIFT-363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12726640
#action_12726640 ]
David Reiss commented on THRIFT-363:
------------------------------------
I can't speak for the other committers, but I don't really have the
time to study Maven enough to learn what this task even means, let
alone all of the steps required to accomplish it. If someone wants
to make a patch against our source tree and submit it, I'd be happy
to quickly skim it to make sure it does no harm, then commit.
Maven Deploy
------------
Key: THRIFT-363
URL: https://issues.apache.org/jira/browse/THRIFT-363
Project: Thrift
Issue Type: Improvement
Components: Library (Java)
Reporter: Gary Rudolph
Fix For: 0.2
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.