github / maven-plugins

Official GitHub Maven Plugins
MIT License
584 stars 198 forks source link

How to make build mvn site by travis ? #95

Open adriens opened 9 years ago

adriens commented 9 years ago

I've just tried your project. It runs perfectly fine, i've just created you a PR to update your README. Now, everuthing runs fine, the site is uploaded, and... it's great !... but... now, i would like to make deploy the site by travis or any CI tool. I wonder how is this possible as i don't know where to put my credentials (for now in my .m2)... and as by nature they are confidential, i even wonder how i could do the mvn site deploy ? Thank you in advance for your help, and congrats for your plugin : it rocks.

adriens commented 9 years ago

Here is the PR : #94

adriens commented 9 years ago

An another approach would to tell travis not to try to upload site, but just to locally build it : is that possible ?

adriens commented 9 years ago

The travis build did pass, you guys did a great job, the mvn site is not played by travis :+1:

https://travis-ci.org/adriens/schemacrawler-plugin-neo4j/builds/70498469

This is really great ;-p