TheCoder4eu / BootsFaces-OSP

BootsFaces - Open Source Project
Apache License 2.0
246 stars 102 forks source link

Enhancement: Add to Maven repository #12

Closed TheGeekPharaoh closed 9 years ago

TheGeekPharaoh commented 9 years ago

BootsFaces is built using Maven, but is not made available on any of the more well-known Maven repositories (as best I can tell). Adding it to these repositories would make it much easier to integrate into a development project.

stephanrauh commented 9 years ago

+1 :) Truth to tell, the Maven pom.xml I contributed to the project isn't complete yet. You need to run the ANT file once to build the project from scratch. After that the Maven build works fine.

TheCoder4eu commented 9 years ago

+1 and many thanks to Stephan for adding the first version of the pom.xml !

On Mon, Nov 10, 2014 at 7:29 PM, Stephan Rauh notifications@github.com wrote:

+1 :) Truth to tell, the Maven pom.xml I contributed to the project isn't complete yet. You need to run the ANT file once to build the project from scratch. After that the Maven build works fine.

— Reply to this email directly or view it on GitHub https://github.com/TheCoder4eu/BootsFaces-OSP/issues/12#issuecomment-62430300 .

mortensen commented 9 years ago

+1

MSzturc commented 9 years ago

+1

stephanrauh commented 9 years ago

I've requested the new project on Maven Central. You can watch the progress at https://issues.sonatype.org/browse/OSSRH-13132.

stephanrauh commented 9 years ago

BootsFaces now has been released to Maven Central. It should be available as soon as Sonatype activates distribution to the repositories (probably on Monday). You can see the files here: https://oss.sonatype.org/content/repositories/releases/net/bootsfaces/bootsfaces/0.6.0/

TheCoder4eu commented 9 years ago

Great! Thanks, should we tweet or write about it? :-)

Riccardo

On Sat, Jan 10, 2015 at 2:47 PM, Stephan Rauh notifications@github.com wrote:

BootsFaces now has been released to Maven Central. It should be available as soon as Sonatype activates distribution to the repositories (probably on Monday). You can see the files here:

https://oss.sonatype.org/content/repositories/releases/net/bootsfaces/bootsfaces/0.6.0/

— Reply to this email directly or view it on GitHub https://github.com/TheCoder4eu/BootsFaces-OSP/issues/12#issuecomment-69456298 .

stephanrauh commented 9 years ago

Both, of course :).

BTW, I haven't added the minified version yet. I plan to do it next week, when Sonatype has activated the distribution.