...
...
...
...
...
To build the documentation site, execute:
...
...
The documentation will be put in the target/site folder of every subproject.
...
In most cases, it is best to build all the Tomahawk modules:
...
...
If you really want to build just Tomahawk core then you will need to manually add the apache snapshot repository to your settings file. The problem is that each tomahawk
submodule needs access to its parent pom. That is no problem if the parent pom is in the parent directory (which happens if you check out the whole of tomahawk rather
than just the core module). Otherwise maven can also retrieve it from the apache snapshot repository - except that the definition for the apache snapshot repository
location is in an ancestor pom that is referenced only from the parent pom!
To enable the apache snapshot repostory, edit file ~/.m2/settings.xml and add the following:
...
See Building_MyFaces_in_your_IDE.
...
...