Maven Related Documentation

Setting up the maven settings file and scp

See "Build the site" for the information

Maven 2 repository

Since Ibiblio can be a bit restrictive, it is easier to release your component to a repository on the jsf-comp site. This is very easy to do. In your project's pom.xml file add a section to your <distributionManagement /> section:

<repository>
  <id>sf.net</id>
  <name>jsf-comp maven 2 repository at sourceforge</name>
  <url>scpexe://shell.sf.net/home/groups/j/js/jsf-comp/htdocs/maven2/repository</url>
</repository>

Then run:

mvn deploy

That's it.

Deploying a site

Please see the information from the site documentation here:
Build the site