jahaziel17 / wro4j

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

Publish Grails plugin to Maven Central #707

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The wro4j grails plugin is available on google code download page only.

It would be better to have it in Maven Central - and doing so is pretty easy. 
This would allow users of the plugin to simply specify the dependency in their 
BuildConfig.groovy, which is the "Right" way and the direction Grails is going 
as a whole.

Original issue reported on code.google.com by candrews...@gmail.com on 11 Apr 2013 at 10:31

GoogleCodeExporter commented 8 years ago
I don't have experience with grails. In order to fix this issue - I need an 
experienced grails developer willing to contribute.

Original comment by alex.obj...@gmail.com on 12 Apr 2013 at 12:01

GoogleCodeExporter commented 8 years ago
Actually, the plugin should be published to the Grails plugin repository.

I submitted a request here:
http://grails.org/plugins/pending/74

I'll also be submitting a pull request later today with the necessary changes, 
and a README.md update so someone else can maintain this plugin going forward.

Original comment by candrews...@gmail.com on 12 Apr 2013 at 5:26

GoogleCodeExporter commented 8 years ago
Here's the pull request: https://github.com/alexo/wro4j/pull/112

I'd be happy to publish the actual plugin to Grails Central, too, if you'd like 
me to do so (after this pull request is in, of course).

Original comment by candrews...@gmail.com on 12 Apr 2013 at 6:04

GoogleCodeExporter commented 8 years ago
The pull request was accepted. 
It would be great if you could publish the actual plugin to grails central 
repo. 
Could you also document the steps required to publish?
I would be happy to add you as a contributor and main maintainer of the grails 
plugin, if you are ok with that.

Thanks!

Original comment by alex.obj...@gmail.com on 14 Apr 2013 at 6:32

GoogleCodeExporter commented 8 years ago
I'm quite okay with being maintainer - I'm psyched!

I'm still waiting on the Grails folks to accept my plugin application. I really 
hope they say something soon, the crickets are killing me :)

In the mean time, I've submitted another pull request that adds 
wroContextFilter: https://github.com/alexo/wro4j/pull/114 This was required for 
my application, as I needed wro objects outside of the wroFilter

Original comment by candrews...@gmail.com on 17 Apr 2013 at 1:01

GoogleCodeExporter commented 8 years ago
Thanks for the new pull request. I had few conflicts, but managed to resolve 
them. Could you checkout the latest changes from 1.6.x and check if everything 
looks good?

I've added your to the list of committers. Now you should be able to 
add/update/ wiki pages on google code project home page. If you have any 
questions or concerns, please let me know.

Thank you very much!

Original comment by alex.obj...@gmail.com on 17 Apr 2013 at 7:59

GoogleCodeExporter commented 8 years ago

Original comment by alex.obj...@gmail.com on 8 Jun 2013 at 9:44

GoogleCodeExporter commented 8 years ago
@candrewsintegralblue could you help me with publishing grails plugin (version 
1.7.0) to maven central?

Original comment by alex.obj...@gmail.com on 10 Jun 2013 at 4:39

GoogleCodeExporter commented 8 years ago
Will label it with milestone 1.7.0 when it is actually done.

Original comment by alex.obj...@gmail.com on 10 Jun 2013 at 5:07

GoogleCodeExporter commented 8 years ago
I'm working on tying in the grails plugin to the rest of the build, so it's all 
done together. It'll also make travis build this, which IMHO would be super 
neat. I'll get it done as soon as I can... I'm hoping in the next week. If 
you're interested, you can see what I'm up to at 
https://github.com/candrews/wro4j

Original comment by candrews...@gmail.com on 14 Jun 2013 at 10:07