See "Build the site" for the information
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.
Please see the information from the site documentation here:
Build the site