thuliobuarque / java2word

Automatically exported from code.google.com/p/java2word
0 stars 0 forks source link

java2word - needs to be in a maven repository #53

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello ! I've recently found your bright solution for creation word documents 
from java, but the only thing that I am worry about is its absens into maven 
repository. Do you have some plans for it ? I mean will it be located in an 
open source maven repository ? It is very important for me now, and, may be 
you'll be interested, your library is going to be an important part of huge 
bank' credit application! But customer is keen on library's availability in 
maven.... So, I hope you'll add it as soon as it is possible for you!

Thank you very much for so great project !!!

Best regards !

Original issue reported on code.google.com by comp1...@gmail.com on 21 Jul 2011 at 7:09

GoogleCodeExporter commented 8 years ago
Hi comp1,

I wanted to do this but I forgot to create the issue for it. It is a "to-do" 
http://code.google.com/p/java2word/#with_Maven.

the only basic requirement for this would be:
- automatic deploy via command line or ant task

Something like: 
mvn deploy:deploy-file -DrepositoryId=organisation-internal 
-Durl=http://whatever...
-DgroupId=java2word -DartifactId=j2w.jar -Dversion=3.0 -Dpackaging=jar 
-Dfile=target/j2w.jar

-DrepositoryId and -Durl are the relevant here...

if you know any free, public and good maven repository pls write here. 

I changed this issue to a task. 

I will do this after Issue 32. 

In Issue 32, I will rename the jar to java2word-3.0.jar and remove some 
deprecated methods.

I just come back from holidays and will work on this in a week or so.

thanks for your feedback. 

cheers 
Leonardo Correa

Original comment by leonardo...@gmail.com on 25 Jul 2011 at 5:58