Ronakpatel005 / android-vcard

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

Maven build file #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is not really a bug, but I did not find a mailing list or a way to commit 
or send a patch.

I needed to access this project via maven so I created a maven pom file in 
order to build the jar (and the javadoc and source jars). I think that can help 
other persons so, here it is (attached).

If you want to try it, install maven, put the pom.xml file in the android-vcard 
directory in trunk and type 
 - "mvn package -DskipTests=true" to build jars without running tests (that will be available in target dir after)
 - "mvn test" to run unit tests

With a bit more maven configuration, you will be able to upload the jars in 
order to make it available to others. Feel free to ask me about that point.

Original issue reported on code.google.com by arthur.v...@gmail.com on 13 Dec 2010 at 2:56

Attachments:

GoogleCodeExporter commented 9 years ago
Hello, sorry for long response. I have added the file, it's in revision 
aaa9d6e9c9 (I have switched from svn to mercurial, btw). Is it ok?

I have no experience with Maven and I don't really have time to maintain this 
project much. If it is very easy to upload it somewhere, I can do that. 
Otherwise, would you we willing to maintain the maven process? I can assign you 
to the project committers and you can take care of everything maven related, 
for this (and some possible future) releases. Let me know.

Original comment by kamil.paral on 4 Feb 2011 at 6:58

GoogleCodeExporter commented 9 years ago
It seems ok. 

I would be happy to maintain the maven process (maven builds and deployment in 
a repo). Just let me know.

Original comment by arthur.v...@gmail.com on 8 Feb 2011 at 3:01

GoogleCodeExporter commented 9 years ago
can i now using this by declare android-vcard in my pom.xml? I can't find the 
maven repository for it

Original comment by wangwei...@dianxinos.me on 23 Apr 2011 at 6:48

GoogleCodeExporter commented 9 years ago
wangweiwei: No, it is not uploaded to any Maven repository.

Arthur, can you take care of that?

Original comment by kamil.paral on 23 Apr 2011 at 8:22

GoogleCodeExporter commented 9 years ago
Yes, I'll do it soon.

Original comment by arthur.v...@gmail.com on 23 Apr 2011 at 8:43

GoogleCodeExporter commented 9 years ago
Arthur, after you do it, please put some instructions into the homepage or in a 
separate wiki page how to use this library easily with Maven. Thanks.

Original comment by kamil.paral on 23 Apr 2011 at 10:41

GoogleCodeExporter commented 9 years ago
I have added the artifacts to Sonatype's OSS repository, and added instructions 
[http://code.google.com/p/android-vcard/wiki/GettingStartedWithMaven in the 
wiki]

Original comment by arthur.v...@gmail.com on 3 May 2011 at 8:40