Skip to content

This is the maven projet for the jchateau.org web site

License

Notifications You must be signed in to change notification settings

jeanbisutti/jchateau-site

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

mvn clean site site:run

Deploy sur github page

Update settings.xml:

<settings>
  <servers>

  <server>
      <id>github</id>
      <username>xxx</username>
      <password>xxx</password>
  </server>
  </servers>
</settings>

Active profil deploy by running :

mvn clean site -Pdeploy

About

This is the maven projet for the jchateau.org web site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 80.9%
  • JavaScript 19.1%