You included surefire-report in your reporting plugins section. This reports on the success and failure of any of your unit tests in your project.
To generate this report, surefire has to actually go out into your code, compile it, compile the tests, and execute the tests. Thus, this report WILL ALWAYS compile and execute tests in your project before running. If you don't want to compile the project before generating the site with site:site, then remove this plugin from your reports. Other plugins may behave the same, so you might need to remove other plugins as well. Wayne On 4/5/06, Julio Oliveira <[EMAIL PROTECTED]> wrote: > I was working with 2.0.2 now i download 2.0.3 and see > > Maven version: 2.0.3 > > mvn site:site > > does'n work do compile to..... > > see that .............................. > > E:\Work\eclipse3_1\JFP_Site>mvn -v > Maven version: 2.0.3 > > E:\Work\eclipse3_1\JFP_Site>mvn site:site > [INFO] Scanning for projects... > [INFO] Searching repository for plugin with prefix: 'site'. > [INFO] > ---------------------------------------------------------------------------- > [INFO] Building Hotel Database tutorial application by julio > [INFO] task-segment: [site:site] > [INFO] > ---------------------------------------------------------------------------- > [INFO] Setting property: classpath.resource.loader.class => > 'org.codehaus.plexus.velocity.ContextClassLoaderResource > [INFO] Setting property: velocimacro.messages.on => 'false'. > [INFO] Setting property: resource.loader => 'classpath'. > [INFO] Setting property: resource.manager.logwhenfound => 'false'. > [INFO] ************************************************************** > [INFO] Starting Jakarta Velocity v1.4 > [INFO] RuntimeInstance initializing. > [INFO] Default Properties File: > org\apache\velocity\runtime\defaults\velocity.properties > [INFO] Default ResourceManager initializing. (class > org.apache.velocity.runtime.resource.ResourceManagerImpl) > [INFO] Resource Loader Instantiated: > org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader > [INFO] ClasspathResourceLoader : initialization starting. > [INFO] ClasspathResourceLoader : initialization complete. > [INFO] ResourceCache : initialized. (class > org.apache.velocity.runtime.resource.ResourceCacheImpl) > [INFO] Default ResourceManager initialization complete. > [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Literal > [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Macro > [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Parse > [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Include > [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Foreach > [INFO] Created: 20 parsers. > [INFO] Velocimacro : initialization starting. > [INFO] Velocimacro : adding VMs from VM library template : > VM_global_library.vm > [ERROR] ResourceManager : unable to find resource > 'VM_global_library.vm' in any resource loader. > > . > . > . > . > > > [INFO] Velocimacro : adding VMs from VM library template : > VM_global_library.vm > [ERROR] ResourceManager : unable to find resource > 'VM_global_library.vm' in any resource > [INFO] Velocimacro : error using VM library template > VM_global_library.vm : org.apache. > [INFO] Velocimacro : VM library template macro registration complete. > [INFO] Velocimacro : allowInline = true : VMs can be defined inline in > templates > [INFO] Velocimacro : allowInlineToOverride = false : VMs defined > inline may NOT replace > [INFO] Velocimacro : allowInlineLocal = false : VMs defined inline > will be global in sc > [INFO] Velocimacro : messages on : VM system will output logging messages > [INFO] Velocimacro : autoload off : VM system will not automatically > reload global libr > [INFO] Velocimacro : initialization complete. > [INFO] Velocity successfully started. > [INFO] Preparing surefire-report:report > [INFO] [resources:resources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:compile] > Compiling 14 source files to E:\Work\eclipse3_1\JFP_Site\target\classes > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Compilation failure > > from hear all compilation the error code .... > > > what's wrong ........ > > ---------------------------------------------------------------------------------------------------------------- > > > > > > On 4/5/06, Wayne Fay <[EMAIL PROTECTED]> wrote: > > Then you've got something wrong/weird on your end, because it should > > work, and I just confirmed that it works for me too... ;-) > > > > Are you using Maven 2.0.3 or what? > > > > Wayne > > > > On 4/5/06, Julio Oliveira <[EMAIL PROTECTED]> wrote: > > > ok Wayne > > > > > > I think it will be modified ..... > > > > > > > > > But how to do the site without compile, site:site doesn't work > > > > > > regards > > > > > > > > > On 4/5/06, Wayne Fay <[EMAIL PROTECTED]> wrote: > > > > On 4/5/06, Julio Oliveira <[EMAIL PROTECTED]> wrote: > > > > > > > > > > For #1 what if i have 100 .jars have i to do it one by one... or is > > > > > there any tip to do in a one line ( take all a folder with the 100 > > > > > .jar's ) > > > > > > > > > > > > > Yes, one by one. So 100 will take a while. Have fun. > > > > > > > > Wayne > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >