The Tattletale (
http://www.jboss.org/tattletale ) report providing lot
of useful informations about dependencies is now part of the 'maven
site' phase for the portal/packaging.
To enable that you would need to install the Tattletale jar into a local
maven repository.
Download
http://downloads.sourceforge.net/project/jboss/JBoss%20Tattletale/1.0.1.G...
, unpack it and install jboss-tattletale.jar (inside the archive) into
local maven repository by:
mvn install:install-file -DgroupId=jboss-tattletale
-DartifactId=jboss-tattletale -Dversion=1.0.1 -Dpackaging=jar
-Dfile=/path/to/jboss-tattletale/jboss-tattletale.jar
The jar is installed so now go to the packaging directory and call
either jboss or tomcat packaging (if you haven't done it already) by :
mvn -Ppkg-jbossas install
or
mvn -Ppkg-tomcat install
now is possible to generate the report by
mvn site
Results are stored into packaging/reports/target/jboss-tattletale or
packaging/reports/target/tomcat-tattletale
--
Martin Podolinsky
--
Enterprise Portal Platform Product Lead
JBoss, by Red Hat
email: mpodolin(a)redhat.com