rodel-talampas / java-simple-serial-connector

Automatically exported from code.google.com/p/java-simple-serial-connector
0 stars 0 forks source link

Maven repo #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi! Is it possible to put your library as dependency to Maven central repo? 
That would leverage any development on Java applications using your lob.

Original issue reported on code.google.com by goeltsch...@gmail.com on 7 Dec 2012 at 12:52

GoogleCodeExporter commented 9 years ago
Yes, I agree!

Original comment by i7gab...@googlemail.com on 6 May 2013 at 2:38

GoogleCodeExporter commented 9 years ago
I agree too!!!

Original comment by franfe...@gmail.com on 20 May 2013 at 4:57

GoogleCodeExporter commented 9 years ago
The only reason we can't use your product is, lack of maven support.  If maven 
support was added we would use it.

Original comment by fcampai...@gmail.com on 23 May 2013 at 10:44

GoogleCodeExporter commented 9 years ago
Can't wait to use JSSC with Maven.

Original comment by Krzysiek...@gmail.com on 18 Jun 2013 at 9:16

GoogleCodeExporter commented 9 years ago
Would be a great addition to the library!

Original comment by etsi...@gmail.com on 11 Sep 2013 at 2:10

GoogleCodeExporter commented 9 years ago
It's would be great!

Original comment by zhuravskiy.vs on 19 Sep 2013 at 5:49

GoogleCodeExporter commented 9 years ago
Mavenize JSSC :)

Original comment by luiz.men...@gmail.com on 2 Oct 2013 at 12:26

GoogleCodeExporter commented 9 years ago
Another vote for maven-izing this project.

Original comment by br...@autosportlabs.com on 19 Oct 2013 at 11:18

GoogleCodeExporter commented 9 years ago
Please add JSSC to maven repo!

Original comment by and...@twinlogix.com on 22 Oct 2013 at 9:44

GoogleCodeExporter commented 9 years ago
My vote :)

Original comment by luiz.men...@gmail.com on 29 Oct 2013 at 8:34

GoogleCodeExporter commented 9 years ago
even if jssc not available in centralized maven repo, you can create own local 
repo with jssc jar you download from internet. 

Original comment by premsank...@gmail.com on 6 Nov 2013 at 6:42

GoogleCodeExporter commented 9 years ago
Any progress about pushing JSSC into a maven repo?

Original comment by Thilko.R...@gmail.com on 8 Jan 2014 at 10:41

GoogleCodeExporter commented 9 years ago
JSSC is great, would be brilliant if it was available on Maven repo!

Original comment by oliverwi...@gmail.com on 5 Feb 2014 at 12:32

GoogleCodeExporter commented 9 years ago
I can't publish a library that depends on your code unless it's in a maven 
repo. At least pick some coordinates.

Original comment by greg.cha...@gmail.com on 5 Feb 2014 at 2:45

GoogleCodeExporter commented 9 years ago
jSSC-2.8.0 published in Maven Central Repo: 
http://search.maven.org/#search|ga|1|jssc

Original comment by scream3r.org@gmail.com on 12 Mar 2014 at 2:13

GoogleCodeExporter commented 9 years ago
Thank you!!

Original comment by dj.es...@gmail.com on 12 Mar 2014 at 2:16

GoogleCodeExporter commented 9 years ago
Awesome, source and javadoc too. Thanks a bunch.

Original comment by greg.cha...@gmail.com on 12 Mar 2014 at 9:11

GoogleCodeExporter commented 9 years ago
Nice. Thank you.

Original comment by luiz.men...@gmail.com on 12 Mar 2014 at 9:12

GoogleCodeExporter commented 9 years ago
That's brilliant ))

Original comment by goeltsch...@gmail.com on 17 Mar 2014 at 5:02

GoogleCodeExporter commented 9 years ago
great job! Thank you!

Original comment by nis...@gmail.com on 16 Apr 2014 at 8:14

GoogleCodeExporter commented 9 years ago
YES! Finally!

Original comment by vogt31...@googlemail.com on 23 Apr 2014 at 12:50

GoogleCodeExporter commented 9 years ago
Hi, after nearly a day of testing and working:

The bundle you provide at maven.central isn't a working bundle. mvn produces a 
non working tag propably because you haven't build this software with maven 
into a bundle.

The artifact it produces is just "jssc", missing any version tag. So the java 
classloader can't load jssc into my bundles.

So I tried reworking your source to build as a correct maven bundle. I've 
changed some paths, packages, added a pom.xml etc.

ATM I'm writing some simple tests and when I'm done, I'd like to give this as a 
new version back to the community. And to you, I will be lucky if you accept my 
changes.

Original comment by vogt31...@googlemail.com on 24 Apr 2014 at 7:26