javalover520 / jsyntaxpane

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

Request to upload to Maven repository #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am the project owner of: http://code.google.com/p/rest-client/

Your project seems to match our requirement. One glitch though, the project
is not available in Maven repository. Can you upload to Maven repository?

http://maven.apache.org/guides/mini/guide-central-repository-upload.html

I also see that your build is happening through Netbeans supplied build
scripts. If you need, I can help you convert your project to Maven.

Original issue reported on code.google.com by subwiz on 5 Aug 2008 at 1:50

GoogleCodeExporter commented 8 years ago
I haven't used Maven at all.  I'd appreciate some help to get my project into 
Maven.
 However I'll be pretty occupied in the next few weeks, so can't spend much time on
this :(

Original comment by ayman.al...@gmail.com on 5 Aug 2008 at 7:04

GoogleCodeExporter commented 8 years ago
I have created a Maven pack of the sources:

http://wiztools.org/download/jsyntaxpane.tgz

To compile, just install maven, and issue the command:

$ mvn package

This will create the binary inside the target folder. And Netbeans has a 
wonderful
Maven plugin, so you can open this project without any configuration needs.

And since I need your library for RESTClient, if you make me a project member, 
I can
organize your code for Maven build without loosing source history. And I can 
also
submit to Maven public repository a request to upload this artifact. Let me 
know if
you can make me a project member. (You can get to know a little bit about me 
from my
blog also: http://jroller.com/jcraze/ )

Original comment by subwiz on 5 Aug 2008 at 7:13

GoogleCodeExporter commented 8 years ago
I added you as project memeber.  I would prefer if you only add to the project, 
but 
keep all other NetBeans files as is.  I use NetBeans almost exclusively and do 
not 
want to change my edit-build-test methods at this stage.

Original comment by ayman.al...@gmail.com on 6 Aug 2008 at 7:06

GoogleCodeExporter commented 8 years ago

Original comment by ayman.al...@gmail.com on 6 Aug 2008 at 7:06

GoogleCodeExporter commented 8 years ago
Rev.14 in trunk has this fixed.

For Netbeans support, just install the Netbeans Maven plugin, and open the 
project.
For any issues with Netbeans, you may ping me in GTalk also.

Original comment by subwiz on 7 Aug 2008 at 8:09

GoogleCodeExporter commented 8 years ago
jsyntaxpane doesn't appear to be maven central - am I missing something?

Original comment by philipas...@gmail.com on 5 Feb 2012 at 10:44