$ mvn clean executing /cygdrive/c/Programme/Java/jdk1.5.0_09/bin/java -Xms128m -Xmx256m -classpath c:\Programme\maven/boot/classworlds-*.jar -Dclassworlds.conf=c:\Programme\maven/bin/m2.conf -Dmaven.home=c:\Programme\maven org.codehaus.classworlds.Launcher "clean" [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] Multimodule Project [INFO] Multimodule Project a [INFO] Multimodule Project b [INFO] ------------------------------------------------------------------------ [INFO] Building Multimodule Project [INFO] task-segment: [clean] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean] [INFO] Deleting directory c:\jp\esv\ipi-multimodule\maven.1228377049915\target [INFO] ------------------------------------------------------------------------ [INFO] Building Multimodule Project a [INFO] task-segment: [clean] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean] [INFO] Deleting directory C:\jp\esv\ipi-multimodule\maven.1228377049915\ipi-multimodule-a\target [INFO] ------------------------------------------------------------------------ [INFO] Building Multimodule Project b [INFO] task-segment: [clean] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean] [INFO] Deleting directory C:\jp\esv\ipi-multimodule\maven.1228377049915\ipi-multimodule-b\target [INFO] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] ------------------------------------------------------------------------ [INFO] Multimodule Project ................................... SUCCESS [1.016s] [INFO] Multimodule Project a ................................. SUCCESS [0.078s] [INFO] Multimodule Project b ................................. SUCCESS [0.062s] [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1 second [INFO] Finished at: Thu Dec 04 08:52:30 CET 2008 [INFO] Final Memory: 3M/127M [INFO] ------------------------------------------------------------------------ $ mvn release:clean executing /cygdrive/c/Programme/Java/jdk1.5.0_09/bin/java -Xms128m -Xmx256m -classpath c:\Programme\maven/boot/classworlds-*.jar -Dclassworlds.conf=c:\Programme\maven/bin/m2.conf -Dmaven.home=c:\Programme\maven org.codehaus.classworlds.Launcher "release:clean" [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] Multimodule Project [INFO] Multimodule Project a [INFO] Multimodule Project b [INFO] Searching repository for plugin with prefix: 'release'. Downloading: http://repository.ipie.ch/content/groups/public/org/apache/maven/release/maven-release/5/maven-release-5.pom 6K downloaded [INFO] ------------------------------------------------------------------------ [INFO] Building Multimodule Project [INFO] task-segment: [release:clean] (aggregator-style) [INFO] ------------------------------------------------------------------------ Downloading: http://repository.ipie.ch/content/groups/public/org/apache/maven/release/maven-release-manager/1.0-alpha-5/maven-release-manager-1.0-alpha-5.pom 10K downloaded Downloading: http://repository.ipie.ch/content/groups/public/org/apache/maven/release/maven-release-manager/1.0-alpha-5/maven-release-manager-1.0-alpha-5.jar 150K downloaded [INFO] [release:clean] [INFO] Cleaning up after release... [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 13 seconds [INFO] Finished at: Thu Dec 04 08:53:04 CET 2008 [INFO] Final Memory: 7M/127M [INFO] ------------------------------------------------------------------------ $ mvn --batch-mode release:prepare release:perform -Dtag=TEST_RELEASE-5_0_0 -DreleaseVersion=5.0.0 -DdevelopmentVersion=5.0.1-SNAPSHOT executing /cygdrive/c/Programme/Java/jdk1.5.0_09/bin/java -Xms128m -Xmx256m -classpath c:\Programme\maven/boot/classworlds-*.jar -Dclassworlds.conf=c:\Programme\maven/bin/m2.conf -Dmaven.home=c:\Programme\maven org.codehaus.classworlds.Launcher "--batch-mode" "release:prepare" "release:perform" "-Dtag=TEST_RELEASE-5_0_0" "-DreleaseVersion=5.0.0" "-DdevelopmentVersion=5.0.1-SNAPSHOT" [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] Multimodule Project [INFO] Multimodule Project a [INFO] Multimodule Project b [INFO] Searching repository for plugin with prefix: 'release'. [INFO] ------------------------------------------------------------------------ [INFO] Building Multimodule Project [INFO] task-segment: [release:prepare, release:perform] (aggregator-style) [INFO] ------------------------------------------------------------------------ [INFO] [release:prepare] [INFO] Verifying that there are no local modifications... [INFO] Executing: cmd.exe /X /C "cvs -z3 -f -d :pserver:build_user@cvs.ipie.ch:/var/cvs/test -n -q update -d" [INFO] Working directory: C:\jp\esv\ipi-multimodule\maven.1228377049915 [INFO] Checking dependencies and plugins for snapshots ... [INFO] Transforming 'Multimodule Project'... [INFO] Transforming 'Multimodule Project a'... [INFO] Transforming 'Multimodule Project b'... [INFO] Not generating release POMs [INFO] Executing goals 'clean verify'... [INFO] [INFO] C:\jp\esv\ipi-multimodule\maven.1228377049915>set JAVA_HOME=C:\Programme\Java\jdk1.6.0_07 [INFO] [INFO] Scanning for projects... [INFO] [INFO] Reactor build order: [INFO] [INFO] Multimodule Project [INFO] [INFO] Multimodule Project a [INFO] [INFO] Multimodule Project b [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Building Multimodule Project [INFO] [INFO] task-segment: [clean, verify] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] [clean:clean] [INFO] [INFO] [site:attach-descriptor] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Building Multimodule Project a [INFO] [INFO] task-segment: [clean, verify] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] [clean:clean] [INFO] [INFO] [resources:resources] [INFO] [INFO] Using default encoding to copy filtered resources. [INFO] [INFO] [compiler:compile] [INFO] [INFO] Compiling 1 source file to C:\jp\esv\ipi-multimodule\maven.1228377049915\ipi-multimodule-a\target\classes [INFO] [INFO] [resources:testResources] [INFO] [INFO] Using default encoding to copy filtered resources. [INFO] [INFO] [compiler:testCompile] [INFO] [INFO] Compiling 1 source file to C:\jp\esv\ipi-multimodule\maven.1228377049915\ipi-multimodule-a\target\test-classes [INFO] [INFO] [surefire:test] [INFO] [INFO] Surefire report directory: C:\jp\esv\ipi-multimodule\maven.1228377049915\ipi-multimodule-a\target\surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running ch.ipi.multimodule.a.AppTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 sec [INFO] [INFO] Results : [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] [jar:jar] [INFO] [INFO] Building jar: C:\jp\esv\ipi-multimodule\maven.1228377049915\ipi-multimodule-a\target\ipi-multimodule-a-5.0.0.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Building Multimodule Project b [INFO] [INFO] task-segment: [clean, verify] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] [clean:clean] [INFO] [INFO] [resources:resources] [INFO] [INFO] Using default encoding to copy filtered resources. [INFO] [INFO] [compiler:compile] [INFO] [INFO] Compiling 1 source file to C:\jp\esv\ipi-multimodule\maven.1228377049915\ipi-multimodule-b\target\classes [INFO] [INFO] [resources:testResources] [INFO] [INFO] Using default encoding to copy filtered resources. [INFO] [INFO] [compiler:testCompile] [INFO] [INFO] Compiling 1 source file to C:\jp\esv\ipi-multimodule\maven.1228377049915\ipi-multimodule-b\target\test-classes [INFO] [INFO] [surefire:test] [INFO] [INFO] Surefire report directory: C:\jp\esv\ipi-multimodule\maven.1228377049915\ipi-multimodule-b\target\surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running ch.ipi.multimodule.b.AppTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec [INFO] [INFO] Results : [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] [jar:jar] [INFO] [INFO] Building jar: C:\jp\esv\ipi-multimodule\maven.1228377049915\ipi-multimodule-b\target\ipi-multimodule-b-5.0.0.jar [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Reactor Summary: [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Multimodule Project ................................... SUCCESS [3.313s] [INFO] [INFO] Multimodule Project a ................................. SUCCESS [7.328s] [INFO] [INFO] Multimodule Project b ................................. SUCCESS [1.875s] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD SUCCESSFUL [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 13 seconds [INFO] [INFO] Finished at: Thu Dec 04 08:54:55 CET 2008 [INFO] [INFO] Final Memory: 23M/127M [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Checking in modified POMs... [INFO] Executing: cmd.exe /X /C "cvs -z3 -f -q commit -R -F c:\DOCUME~1\rouvinez\LOCALS~1\Temp\scm-commit-message19880.txt pom.xml ipi-multimodule-a/pom.xml ipi-multimodule-b/pom.xml" [INFO] Working directory: C:\jp\esv\ipi-multimodule\maven.1228377049915 [INFO] Tagging release with the label TEST_RELEASE-5_0_0... [INFO] Executing: cmd.exe /X /C "cvs -z3 -f -q tag -F -c TEST_RELEASE-5_0_0" [INFO] Working directory: C:\jp\esv\ipi-multimodule\maven.1228377049915 [WARNING] Unknown status: '? '. [WARNING] Unknown status: '? '. [INFO] Transforming 'Multimodule Project'... [INFO] Transforming 'Multimodule Project a'... [INFO] Transforming 'Multimodule Project b'... [INFO] Not removing release POMs [INFO] Checking in modified POMs... [INFO] Executing: cmd.exe /X /C "cvs -z3 -f -q commit -R -F c:\DOCUME~1\rouvinez\LOCALS~1\Temp\scm-commit-message19884.txt pom.xml ipi-multimodule-a/pom.xml ipi-multimodule-b/pom.xml" [INFO] Working directory: C:\jp\esv\ipi-multimodule\maven.1228377049915 [INFO] Release preparation complete. [INFO] [release:perform] [INFO] Checking out the project to perform the release ... [INFO] Executing: cmd.exe /X /C "cvs -z3 -f -d :pserver:build_user@cvs.ipie.ch:/var/cvs/test -q checkout -r TEST_RELEASE-5_0_0 -d checkout continuous_integration/ipi-multimodule" [INFO] Working directory: C:\jp\esv\ipi-multimodule\maven.1228377049915\target #65188 warning C/S protocol error (section 5.10). It's regurarly observed with cvs 1.12.xx servers. unexpected pathname=continuous_integration/ipi-multimodule/ missing root prefix=/var/cvs/test relaxing, but who knows all consequences.... [INFO] Executing goals 'deploy site-deploy'... [INFO] [INFO] C:\jp\esv\ipi-multimodule\maven.1228377049915\target\checkout>set JAVA_HOME=C:\Programme\Java\jdk1.6.0_07 [INFO] [INFO] Scanning for projects... [INFO] [INFO] Reactor build order: [INFO] [INFO] Multimodule Project [INFO] [INFO] Multimodule Project a [INFO] [INFO] Multimodule Project b [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Building Multimodule Project [INFO] [INFO] task-segment: [deploy, site-deploy] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] [site:attach-descriptor] [INFO] [INFO] Preparing source:jar [INFO] [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation. [INFO] [INFO] No goals needed for project - skipping [INFO] [INFO] [source:jar {execution: attach-sources}] [INFO] [INFO] [javadoc:jar {execution: attach-javadocs}] [INFO] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] [install:install] [INFO] [INFO] Installing C:\jp\esv\ipi-multimodule\maven.1228377049915\target\checkout\pom.xml to C:\Programme\cygwin\opt\repository\maven\ch\ipi\ipi-multimodule\5.0.0\ipi-multimodule-5.0.0.pom [INFO] [INFO] [deploy:deploy] [INFO] altDeploymentRepository = null [INFO] Uploading: http://repository.ipie.ch/content/repositories/releases/ch/ipi/ipi-multimodule/5.0.0/ipi-multimodule-5.0.0.pom [INFO] 3K uploaded [INFO] [INFO] Retrieving previous metadata from internal.releases [INFO] [INFO] repository metadata for: 'artifact ch.ipi:ipi-multimodule' could not be found on repository: internal.releases, so will be created [INFO] [INFO] Uploading repository metadata for: 'artifact ch.ipi:ipi-multimodule' [INFO] [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'. [INFO] [INFO] Setting property: velocimacro.messages.on => 'false'. [INFO] [INFO] Setting property: resource.loader => 'classpath'. [INFO] [INFO] Setting property: resource.manager.logwhenfound => 'false'. [INFO] [INFO] ************************************************************** [INFO] [INFO] Starting Jakarta Velocity v1.4 [INFO] [INFO] RuntimeInstance initializing. [INFO] [INFO] Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties [INFO] [INFO] Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl) [INFO] [INFO] Resource Loader Instantiated: org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader [INFO] [INFO] ClasspathResourceLoader : initialization starting. [INFO] [INFO] ClasspathResourceLoader : initialization complete. [INFO] [INFO] ResourceCache : initialized. (class org.apache.velocity.runtime.resource.ResourceCacheImpl) [INFO] [INFO] Default ResourceManager initialization complete. [INFO] [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Literal [INFO] [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Macro [INFO] [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Parse [INFO] [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Include [INFO] [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Foreach [INFO] [INFO] Created: 20 parsers. [INFO] [INFO] Velocimacro : initialization starting. [INFO] [INFO] Velocimacro : adding VMs from VM library template : VM_global_library.vm [INFO] [ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader. [INFO] [INFO] Velocimacro : error using VM library template VM_global_library.vm : org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 'VM_global_library.vm' [INFO] [INFO] Velocimacro : VM library template macro registration complete. [INFO] [INFO] Velocimacro : allowInline = true : VMs can be defined inline in templates [INFO] [INFO] Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions [INFO] [INFO] Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. [INFO] [INFO] Velocimacro : initialization complete. [INFO] [INFO] Velocity successfully started. [INFO] [INFO] Preparing findbugs:findbugs [INFO] [INFO] No goals needed for project - skipping [INFO] [INFO] [site:site] [INFO] [INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates from repository.central [INFO] [INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates from central [INFO] [INFO] Generating "Plugin Management" report. [INFO] Downloading: http://repository.ipie.ch/content/groups/public/org/apache/maven/plugins/maven-release-manager/1.0-alpha-5/maven-release-manager-1.0-alpha-5.pom [INFO] [INFO] Generating "Mailing Lists" report. [INFO] [INFO] Generating "Continuous Integration" report. [INFO] [INFO] Generating "Project License" report. [INFO] [INFO] Generating "Project Team" report. [INFO] [INFO] Generating "Source Repository" report. [INFO] [INFO] Generating "About" report. [INFO] [INFO] Generating "Issue Tracking" report. [INFO] [INFO] Generating "Project Summary" report. [INFO] [INFO] Generating "Project Plugins" report. [INFO] [INFO] Generating "Dependency Convergence" report. [INFO] [INFO] Generating "Dependencies" report. [INFO] [INFO] [site:deploy] [INFO] file:///ige/site/projects/ipi-multimodule - Session: Opened [INFO] file:///ige/site/projects/ipi-multimodule - Session: Disconnecting [INFO] file:///ige/site/projects/ipi-multimodule - Session: Disconnected [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Building Multimodule Project a [INFO] [INFO] task-segment: [deploy, site-deploy] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] [resources:resources] [INFO] [INFO] Using default encoding to copy filtered resources. [INFO] [INFO] [compiler:compile] [INFO] [INFO] Compiling 1 source file to C:\jp\esv\ipi-multimodule\maven.1228377049915\target\checkout\ipi-multimodule-a\target\classes [INFO] [INFO] [resources:testResources] [INFO] [INFO] Using default encoding to copy filtered resources. [INFO] [INFO] [compiler:testCompile] [INFO] [INFO] Compiling 1 source file to C:\jp\esv\ipi-multimodule\maven.1228377049915\target\checkout\ipi-multimodule-a\target\test-classes [INFO] [INFO] [surefire:test] [INFO] [INFO] Surefire report directory: C:\jp\esv\ipi-multimodule\maven.1228377049915\target\checkout\ipi-multimodule-a\target\surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running ch.ipi.multimodule.a.AppTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec [INFO] [INFO] Results : [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] [jar:jar] [INFO] [INFO] Building jar: C:\jp\esv\ipi-multimodule\maven.1228377049915\target\checkout\ipi-multimodule-a\target\ipi-multimodule-a-5.0.0.jar [INFO] [INFO] Preparing source:jar [INFO] [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation. [INFO] [INFO] No goals needed for project - skipping [INFO] [INFO] [source:jar {execution: attach-sources}] [INFO] [INFO] Building jar: C:\jp\esv\ipi-multimodule\maven.1228377049915\target\checkout\ipi-multimodule-a\target\ipi-multimodule-a-5.0.0-sources.jar [INFO] [INFO] [javadoc:jar {execution: attach-javadocs}] [INFO] [WARNING] The Javadoc plugin parameter 'proxyHost' is deprecated since 2.4. Please configure an active proxy in your settings.xml. [INFO] [WARNING] The Javadoc plugin parameter 'proxyPort' is deprecated since 2.4. Please configure an active proxy in your settings.xml. [INFO] Loading source files for package ch.ipi.multimodule.a... [INFO] Constructing Javadoc information... [INFO] Standard Doclet version 1.6.0_07 [INFO] Building tree for all the packages and classes... [INFO] Generating C:/jp/esv/ipi-multimodule/maven.1228377049915/target/checkout/ipi-multimodule-a/target/apidocs\ch/ipi/multimodule/a/\App.html... [INFO] Generating C:/jp/esv/ipi-multimodule/maven.1228377049915/target/checkout/ipi-multimodule-a/target/apidocs\ch/ipi/multimodule/a/\package-frame.html... [INFO] Generating C:/jp/esv/ipi-multimodule/maven.1228377049915/target/checkout/ipi-multimodule-a/target/apidocs\ch/ipi/multimodule/a/\package-summary.html... [INFO] Generating C:/jp/esv/ipi-multimodule/maven.1228377049915/target/checkout/ipi-multimodule-a/target/apidocs\ch/ipi/multimodule/a/\package-tree.html... [INFO] Generating C:/jp/esv/ipi-multimodule/maven.1228377049915/target/checkout/ipi-multimodule-a/target/apidocs\constant-values.html... [INFO] Generating C:/jp/esv/ipi-multimodule/maven.1228377049915/target/checkout/ipi-multimodule-a/target/apidocs\ch/ipi/multimodule/a/\class-use\App.html... [INFO] Generating C:/jp/esv/ipi-multimodule/maven.1228377049915/target/checkout/ipi-multimodule-a/target/apidocs\ch/ipi/multimodule/a/\package-use.html... [INFO] Building index for all the packages and classes... [INFO] Generating C:/jp/esv/ipi-multimodule/maven.1228377049915/target/checkout/ipi-multimodule-a/target/apidocs\overview-tree.html... [INFO] Generating C:/jp/esv/ipi-multimodule/maven.1228377049915/target/checkout/ipi-multimodule-a/target/apidocs\index-all.html... [INFO] Generating C:/jp/esv/ipi-multimodule/maven.1228377049915/target/checkout/ipi-multimodule-a/target/apidocs\deprecated-list.html... [INFO] Building index for all classes... [INFO] Generating C:/jp/esv/ipi-multimodule/maven.1228377049915/target/checkout/ipi-multimodule-a/target/apidocs\allclasses-frame.html... [INFO] Generating C:/jp/esv/ipi-multimodule/maven.1228377049915/target/checkout/ipi-multimodule-a/target/apidocs\allclasses-noframe.html... [INFO] Generating C:/jp/esv/ipi-multimodule/maven.1228377049915/target/checkout/ipi-multimodule-a/target/apidocs\index.html... [INFO] Generating C:/jp/esv/ipi-multimodule/maven.1228377049915/target/checkout/ipi-multimodule-a/target/apidocs\help-doc.html... [INFO] Generating C:/jp/esv/ipi-multimodule/maven.1228377049915/target/checkout/ipi-multimodule-a/target/apidocs\stylesheet.css... [INFO] [INFO] Building jar: C:\jp\esv\ipi-multimodule\maven.1228377049915\target\checkout\ipi-multimodule-a\target\ipi-multimodule-a-5.0.0-javadoc.jar [INFO] [INFO] [install:install] [INFO] [INFO] Installing C:\jp\esv\ipi-multimodule\maven.1228377049915\target\checkout\ipi-multimodule-a\target\ipi-multimodule-a-5.0.0.jar to C:\Programme\cygwin\opt\repository\maven\ch\ipi\ipi-multimodule-a\5.0.0\ipi-multimodule-a-5.0.0.jar [INFO] [INFO] Installing C:\jp\esv\ipi-multimodule\maven.1228377049915\target\checkout\ipi-multimodule-a\target\ipi-multimodule-a-5.0.0-sources.jar to C:\Programme\cygwin\opt\repository\maven\ch\ipi\ipi-multimodule-a\5.0.0\ipi-multimodule-a-5.0.0-sources.jar [INFO] [INFO] Installing C:\jp\esv\ipi-multimodule\maven.1228377049915\target\checkout\ipi-multimodule-a\target\ipi-multimodule-a-5.0.0-javadoc.jar to C:\Programme\cygwin\opt\repository\maven\ch\ipi\ipi-multimodule-a\5.0.0\ipi-multimodule-a-5.0.0-javadoc.jar [INFO] [INFO] [deploy:deploy] [INFO] altDeploymentRepository = null [INFO] Uploading: http://repository.ipie.ch/content/repositories/releases/ch/ipi/ipi-multimodule-a/5.0.0/ipi-multimodule-a-5.0.0.jar [INFO] 2K uploaded [INFO] [INFO] Retrieving previous metadata from internal.releases [INFO] [INFO] repository metadata for: 'artifact ch.ipi:ipi-multimodule-a' could not be found on repository: internal.releases, so will be created [INFO] [INFO] Uploading repository metadata for: 'artifact ch.ipi:ipi-multimodule-a' [INFO] [INFO] Uploading project information for ipi-multimodule-a 5.0.0 [INFO] Uploading: http://repository.ipie.ch/content/repositories/releases/ch/ipi/ipi-multimodule-a/5.0.0/ipi-multimodule-a-5.0.0-sources.jar [INFO] 1014b uploaded [INFO] Uploading: http://repository.ipie.ch/content/repositories/releases/ch/ipi/ipi-multimodule-a/5.0.0/ipi-multimodule-a-5.0.0-javadoc.jar [INFO] 21K uploaded [INFO] [INFO] Preparing findbugs:findbugs [INFO] [INFO] [resources:resources] [INFO] [INFO] Using default encoding to copy filtered resources. [INFO] [INFO] [compiler:compile] [INFO] [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] [site:site] [INFO] [INFO] Generating "FindBugs Report" report. [INFO] [INFO] Using maximum effort. [INFO] [INFO] No threshold provided, using default threshold. [INFO] [INFO] Using FindBugs Version: 1.2.1 [INFO] [INFO] No threshold provided, using default threshold. [INFO] [INFO] No threshold provided, using default threshold. [INFO] [INFO] No threshold provided, using default threshold. [INFO] [INFO] Using the xdoc format [INFO] [INFO] Using maximum effort. [INFO] [INFO] No threshold provided, using default threshold. [INFO] [INFO] No threshold provided, using default threshold. [INFO] [INFO] Debugging is Off [INFO] [INFO] No bug include filter. [INFO] [INFO] No bug exclude filter. [INFO] [INFO] Printing Errors [INFO] [INFO] Printing Missing classes [INFO] [INFO] Printing Source Roots [INFO] [INFO] Generating "Plugin Management" report. [INFO] [INFO] Generating "Mailing Lists" report. [INFO] [INFO] Generating "Continuous Integration" report. [INFO] [INFO] Generating "Project License" report. [INFO] [INFO] Generating "Project Team" report. [INFO] [INFO] Generating "Source Repository" report. [INFO] [INFO] Generating "About" report. [INFO] [INFO] Generating "Issue Tracking" report. [INFO] [INFO] Generating "Project Summary" report. [INFO] [INFO] Generating "Project Plugins" report. [INFO] [INFO] Generating "Dependency Convergence" report. [INFO] [INFO] Generating "Dependencies" report. [INFO] [INFO] [site:deploy] [INFO] file:///ige/site/projects/ipi-multimodule/ipi-multimodule-a - Session: Opened [INFO] file:///ige/site/projects/ipi-multimodule/ipi-multimodule-a - Session: Disconnecting [INFO] file:///ige/site/projects/ipi-multimodule/ipi-multimodule-a - Session: Disconnected [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Building Multimodule Project b [INFO] [INFO] task-segment: [deploy, site-deploy] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] [resources:resources] [INFO] [INFO] Using default encoding to copy filtered resources. [INFO] [INFO] [compiler:compile] [INFO] [INFO] Compiling 1 source file to C:\jp\esv\ipi-multimodule\maven.1228377049915\target\checkout\ipi-multimodule-b\target\classes [INFO] [INFO] [resources:testResources] [INFO] [INFO] Using default encoding to copy filtered resources. [INFO] [INFO] [compiler:testCompile] [INFO] [INFO] Compiling 1 source file to C:\jp\esv\ipi-multimodule\maven.1228377049915\target\checkout\ipi-multimodule-b\target\test-classes [INFO] [INFO] [surefire:test] [INFO] [INFO] Surefire report directory: C:\jp\esv\ipi-multimodule\maven.1228377049915\target\checkout\ipi-multimodule-b\target\surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running ch.ipi.multimodule.b.AppTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec [INFO] [INFO] Results : [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] [jar:jar] [INFO] [INFO] Building jar: C:\jp\esv\ipi-multimodule\maven.1228377049915\target\checkout\ipi-multimodule-b\target\ipi-multimodule-b-5.0.0.jar [INFO] [INFO] Preparing source:jar [INFO] [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation. [INFO] [INFO] No goals needed for project - skipping [INFO] [INFO] [source:jar {execution: attach-sources}] [INFO] [INFO] Building jar: C:\jp\esv\ipi-multimodule\maven.1228377049915\target\checkout\ipi-multimodule-b\target\ipi-multimodule-b-5.0.0-sources.jar [INFO] [INFO] [javadoc:jar {execution: attach-javadocs}] [INFO] [WARNING] The Javadoc plugin parameter 'proxyHost' is deprecated since 2.4. Please configure an active proxy in your settings.xml. [INFO] [WARNING] The Javadoc plugin parameter 'proxyPort' is deprecated since 2.4. Please configure an active proxy in your settings.xml. [INFO] Loading source files for package ch.ipi.multimodule.b... [INFO] Constructing Javadoc information... [INFO] Standard Doclet version 1.6.0_07 [INFO] Building tree for all the packages and classes... [INFO] Generating C:/jp/esv/ipi-multimodule/maven.1228377049915/target/checkout/ipi-multimodule-b/target/apidocs\ch/ipi/multimodule/b/\App.html... [INFO] Generating C:/jp/esv/ipi-multimodule/maven.1228377049915/target/checkout/ipi-multimodule-b/target/apidocs\ch/ipi/multimodule/b/\package-frame.html... [INFO] Generating C:/jp/esv/ipi-multimodule/maven.1228377049915/target/checkout/ipi-multimodule-b/target/apidocs\ch/ipi/multimodule/b/\package-summary.html... [INFO] Generating C:/jp/esv/ipi-multimodule/maven.1228377049915/target/checkout/ipi-multimodule-b/target/apidocs\ch/ipi/multimodule/b/\package-tree.html... [INFO] Generating C:/jp/esv/ipi-multimodule/maven.1228377049915/target/checkout/ipi-multimodule-b/target/apidocs\constant-values.html... [INFO] Generating C:/jp/esv/ipi-multimodule/maven.1228377049915/target/checkout/ipi-multimodule-b/target/apidocs\ch/ipi/multimodule/b/\class-use\App.html... [INFO] Generating C:/jp/esv/ipi-multimodule/maven.1228377049915/target/checkout/ipi-multimodule-b/target/apidocs\ch/ipi/multimodule/b/\package-use.html... [INFO] Building index for all the packages and classes... [INFO] Generating C:/jp/esv/ipi-multimodule/maven.1228377049915/target/checkout/ipi-multimodule-b/target/apidocs\overview-tree.html... [INFO] Generating C:/jp/esv/ipi-multimodule/maven.1228377049915/target/checkout/ipi-multimodule-b/target/apidocs\index-all.html... [INFO] Generating C:/jp/esv/ipi-multimodule/maven.1228377049915/target/checkout/ipi-multimodule-b/target/apidocs\deprecated-list.html... [INFO] Building index for all classes... [INFO] Generating C:/jp/esv/ipi-multimodule/maven.1228377049915/target/checkout/ipi-multimodule-b/target/apidocs\allclasses-frame.html... [INFO] Generating C:/jp/esv/ipi-multimodule/maven.1228377049915/target/checkout/ipi-multimodule-b/target/apidocs\allclasses-noframe.html... [INFO] Generating C:/jp/esv/ipi-multimodule/maven.1228377049915/target/checkout/ipi-multimodule-b/target/apidocs\index.html... [INFO] Generating C:/jp/esv/ipi-multimodule/maven.1228377049915/target/checkout/ipi-multimodule-b/target/apidocs\help-doc.html... [INFO] Generating C:/jp/esv/ipi-multimodule/maven.1228377049915/target/checkout/ipi-multimodule-b/target/apidocs\stylesheet.css... [INFO] [INFO] Building jar: C:\jp\esv\ipi-multimodule\maven.1228377049915\target\checkout\ipi-multimodule-b\target\ipi-multimodule-b-5.0.0-javadoc.jar [INFO] [INFO] [install:install] [INFO] [INFO] Installing C:\jp\esv\ipi-multimodule\maven.1228377049915\target\checkout\ipi-multimodule-b\target\ipi-multimodule-b-5.0.0.jar to C:\Programme\cygwin\opt\repository\maven\ch\ipi\ipi-multimodule-b\5.0.0\ipi-multimodule-b-5.0.0.jar [INFO] [INFO] Installing C:\jp\esv\ipi-multimodule\maven.1228377049915\target\checkout\ipi-multimodule-b\target\ipi-multimodule-b-5.0.0-sources.jar to C:\Programme\cygwin\opt\repository\maven\ch\ipi\ipi-multimodule-b\5.0.0\ipi-multimodule-b-5.0.0-sources.jar [INFO] [INFO] Installing C:\jp\esv\ipi-multimodule\maven.1228377049915\target\checkout\ipi-multimodule-b\target\ipi-multimodule-b-5.0.0-javadoc.jar to C:\Programme\cygwin\opt\repository\maven\ch\ipi\ipi-multimodule-b\5.0.0\ipi-multimodule-b-5.0.0-javadoc.jar [INFO] [INFO] [deploy:deploy] [INFO] altDeploymentRepository = null [INFO] Uploading: http://repository.ipie.ch/content/repositories/releases/ch/ipi/ipi-multimodule-b/5.0.0/ipi-multimodule-b-5.0.0.jar [INFO] 2K uploaded [INFO] [INFO] Retrieving previous metadata from internal.releases [INFO] [INFO] repository metadata for: 'artifact ch.ipi:ipi-multimodule-b' could not be found on repository: internal.releases, so will be created [INFO] [INFO] Uploading repository metadata for: 'artifact ch.ipi:ipi-multimodule-b' [INFO] [INFO] Uploading project information for ipi-multimodule-b 5.0.0 [INFO] Uploading: http://repository.ipie.ch/content/repositories/releases/ch/ipi/ipi-multimodule-b/5.0.0/ipi-multimodule-b-5.0.0-sources.jar [INFO] 1007b uploaded [INFO] Uploading: http://repository.ipie.ch/content/repositories/releases/ch/ipi/ipi-multimodule-b/5.0.0/ipi-multimodule-b-5.0.0-javadoc.jar [INFO] 21K uploaded [INFO] [INFO] Preparing findbugs:findbugs [INFO] [INFO] [resources:resources] [INFO] [INFO] Using default encoding to copy filtered resources. [INFO] [INFO] [compiler:compile] [INFO] [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] [site:site] [INFO] [INFO] Generating "FindBugs Report" report. [INFO] [INFO] Using maximum effort. [INFO] [INFO] No threshold provided, using default threshold. [INFO] [INFO] Using FindBugs Version: 1.2.1 [INFO] [INFO] No threshold provided, using default threshold. [INFO] [INFO] No threshold provided, using default threshold. [INFO] [INFO] No threshold provided, using default threshold. [INFO] [INFO] Using the xdoc format [INFO] [INFO] Using maximum effort. [INFO] [INFO] No threshold provided, using default threshold. [INFO] [INFO] No threshold provided, using default threshold. [INFO] [INFO] Debugging is Off [INFO] [INFO] No bug include filter. [INFO] [INFO] No bug exclude filter. [INFO] [INFO] Printing Errors [INFO] [INFO] Printing Missing classes [INFO] [INFO] Printing Source Roots [INFO] [INFO] Generating "Plugin Management" report. [INFO] [INFO] Generating "Mailing Lists" report. [INFO] [INFO] Generating "Continuous Integration" report. [INFO] [INFO] Generating "Project License" report. [INFO] [INFO] Generating "Project Team" report. [INFO] [INFO] Generating "Source Repository" report. [INFO] [INFO] Generating "About" report. [INFO] [INFO] Generating "Issue Tracking" report. [INFO] [INFO] Generating "Project Summary" report. [INFO] [INFO] Generating "Project Plugins" report. [INFO] [INFO] Generating "Dependency Convergence" report. [INFO] [INFO] Generating "Dependencies" report. [INFO] [INFO] [site:deploy] [INFO] file:///ige/site/projects/ipi-multimodule/ipi-multimodule-b - Session: Opened [INFO] file:///ige/site/projects/ipi-multimodule/ipi-multimodule-b - Session: Disconnecting [INFO] file:///ige/site/projects/ipi-multimodule/ipi-multimodule-b - Session: Disconnected [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Reactor Summary: [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Multimodule Project ................................... SUCCESS [31.077s] [INFO] [INFO] Multimodule Project a ................................. SUCCESS [18.828s] [INFO] [INFO] Multimodule Project b ................................. SUCCESS [8.968s] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD SUCCESSFUL [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 59 seconds [INFO] [INFO] Finished at: Thu Dec 04 08:56:00 CET 2008 [INFO] [INFO] Final Memory: 62M/127M [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Cleaning up after release... [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1 minute 27 seconds [INFO] Finished at: Thu Dec 04 08:56:01 CET 2008 [INFO] Final Memory: 8M/127M [INFO] ------------------------------------------------------------------------ $