Maven javadoc plugin error

2010-04-28 Thread Saif Kamaal Abulkhair
Hi Maven Experts, I have been trying to generate java docs using the following configuration (see below for pom.xml) and running the command (mvn site, mvn javadoc:javadoc, mvn javadoc,aggregate) and I am getting this error [INFO] Scanning for projects... [INFO]

[maven-javadoc-plugin] error when using mvn site site-deploy

2010-03-02 Thread NGUYEN Cong Kinh
Hello everybody, I have a problem when using maven-javadoc-plugin. My problem is as the following: - I have some modules, they are complied successfully with the mvn clean install command - Then when I use the mvn site site-deploy, there's an error: [ERROR] BUILD ERROR [INFO]

maven-javadoc-plugin error?

2007-07-03 Thread Trevor Spackman
Hi all, So we decided to up the java version from 1.5 to 1.6 in some of our new projects to take advantage of the new features. Accordingly, I added the following to my pom: build plugins plugin artifactIdmaven-compiler-plugin/artifactId configuration