Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [INFO] Scanning for projects...
- [INFO] ------------------------------------------------------------------------
- [INFO] Reactor Build Order:
- [INFO]
- [INFO] parent
- [INFO] core
- [INFO] app1
- [INFO] app2
- [INFO]
- [INFO] ------------------------------------------------------------------------
- [INFO] Building parent 1.19-SNAPSHOT
- [INFO] ------------------------------------------------------------------------
- [INFO]
- [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ parent ---
- [INFO] Deleting /Users/mirko/Documents/workspace/multimodule/target
- [INFO]
- [INFO] --- maven-site-plugin:3.0-beta-3:attach-descriptor (attach-descriptor) @ parent ---
- [INFO]
- [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ parent ---
- [INFO] Installing /Users/mirko/Documents/workspace/multimodule/pom.xml to /Users/mirko/.m2/repository/de/friedenhagen/multimodule/parent/1.19-SNAPSHOT/parent-1.19-SNAPSHOT.pom
- [INFO]
- [INFO] --- maven-site-plugin:3.0-beta-3:site (default-site) @ parent ---
- [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.3.1
- [INFO] configuring report plugin org.apache.maven.plugins:maven-jxr-plugin:2.2
- [INFO] configuring report plugin org.apache.maven.plugins:maven-checkstyle-plugin:2.6
- [INFO] configuring report plugin org.codehaus.mojo:cobertura-maven-plugin:2.5
- [INFO]
- [INFO] >>> cobertura-maven-plugin:2.5:cobertura (report:cobertura) @ parent >>>
- [INFO]
- [INFO] --- cobertura-maven-plugin:2.5:instrument (report:cobertura) @ parent ---
- [INFO] Skipping cobertura mojo for project with packaging type 'pom'
- [INFO]
- [INFO] <<< cobertura-maven-plugin:2.5:cobertura (report:cobertura) @ parent <<<
- [INFO] Not executing cobertura:report as the cobertura data file (/Users/mirko/Documents/workspace/multimodule/target/cobertura/cobertura.ser) could not be found
- [INFO] Rendering site with org.apache.maven.skins:maven-default-skin:jar:1.0 skin.
- [INFO] Generating "Continuous Integration" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Dependencies" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Dependency Convergence" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Distribution Management" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "About" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Issue Tracking" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Project License" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Mailing Lists" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Project Modules" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Plugin Management" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Project Plugins" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Project Team" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Source Repository" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Project Summary" report --- maven-project-info-reports-plugin:2.3.1
- [INFO]
- [INFO] ------------------------------------------------------------------------
- [INFO] Building core 1.19-SNAPSHOT
- [INFO] ------------------------------------------------------------------------
- [INFO]
- [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ core ---
- [INFO] Deleting /Users/mirko/Documents/workspace/multimodule/core/target
- [INFO]
- [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ core ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] skip non existing resourceDirectory /Users/mirko/Documents/workspace/multimodule/core/src/main/resources
- [INFO]
- [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ core ---
- [INFO] Compiling 1 source file to /Users/mirko/Documents/workspace/multimodule/core/target/classes
- [INFO]
- [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ core ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] skip non existing resourceDirectory /Users/mirko/Documents/workspace/multimodule/core/src/test/resources
- [INFO]
- [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ core ---
- [INFO] Compiling 1 source file to /Users/mirko/Documents/workspace/multimodule/core/target/test-classes
- [INFO]
- [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ core ---
- [INFO] Surefire report directory: /Users/mirko/Documents/workspace/multimodule/core/target/surefire-reports
- -------------------------------------------------------
- T E S T S
- -------------------------------------------------------
- Running de.friedenhagen.multimodule.core.MyLibTest
- Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
- Results :
- Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
- [INFO]
- [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ core ---
- [INFO] Building jar: /Users/mirko/Documents/workspace/multimodule/core/target/core-1.19-SNAPSHOT.jar
- [INFO]
- [INFO] --- maven-site-plugin:3.0-beta-3:attach-descriptor (attach-descriptor) @ core ---
- [INFO]
- [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ core ---
- [INFO] Installing /Users/mirko/Documents/workspace/multimodule/core/target/core-1.19-SNAPSHOT.jar to /Users/mirko/.m2/repository/de/friedenhagen/multimodule/core/1.19-SNAPSHOT/core-1.19-SNAPSHOT.jar
- [INFO] Installing /Users/mirko/Documents/workspace/multimodule/core/pom.xml to /Users/mirko/.m2/repository/de/friedenhagen/multimodule/core/1.19-SNAPSHOT/core-1.19-SNAPSHOT.pom
- [INFO]
- [INFO] --- maven-site-plugin:3.0-beta-3:site (default-site) @ core ---
- [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.3.1
- [INFO] configuring report plugin org.apache.maven.plugins:maven-jxr-plugin:2.2
- [INFO] configuring report plugin org.apache.maven.plugins:maven-checkstyle-plugin:2.6
- [INFO] configuring report plugin org.codehaus.mojo:cobertura-maven-plugin:2.5
- [INFO]
- [INFO] >>> cobertura-maven-plugin:2.5:cobertura (report:cobertura) @ core >>>
- [INFO]
- [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ core ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] skip non existing resourceDirectory /Users/mirko/Documents/workspace/multimodule/core/src/main/resources
- [INFO]
- [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ core ---
- [INFO] Nothing to compile - all classes are up to date
- [INFO]
- [INFO] --- cobertura-maven-plugin:2.5:instrument (report:cobertura) @ core ---
- [INFO] Cobertura 1.9.4.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
- Instrumenting 1 file to /Users/mirko/Documents/workspace/multimodule/core/target/generated-classes/cobertura
- Cobertura: Saved information on 1 classes.
- Instrument time: 106ms
- [INFO] Instrumentation was successful.
- [INFO] NOT adding cobertura ser file to attached artifacts list.
- [INFO]
- [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ core ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] skip non existing resourceDirectory /Users/mirko/Documents/workspace/multimodule/core/src/test/resources
- [INFO]
- [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ core ---
- [INFO] Nothing to compile - all classes are up to date
- [INFO]
- [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ core ---
- [INFO] Surefire report directory: /Users/mirko/Documents/workspace/multimodule/core/target/surefire-reports
- -------------------------------------------------------
- T E S T S
- -------------------------------------------------------
- Running de.friedenhagen.multimodule.core.MyLibTest
- Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
- Results :
- Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
- Flushing results...
- Flushing results done
- Cobertura: Loaded information on 1 classes.
- Cobertura: Saved information on 1 classes.
- [INFO]
- [INFO] <<< cobertura-maven-plugin:2.5:cobertura (report:cobertura) @ core <<<
- [INFO] Rendering site with org.apache.maven.skins:maven-default-skin:jar:1.0 skin.
- [INFO] Skipped "Cobertura Test Coverage" report, file "index.html" already exists for the English version.
- [INFO] Generating "Continuous Integration" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Dependencies" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Dependency Convergence" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Distribution Management" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "About" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Issue Tracking" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Project License" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Mailing Lists" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Plugin Management" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Project Plugins" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Project Team" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Source Repository" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Project Summary" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Source Xref" report --- maven-jxr-plugin:2.2
- [INFO] Generating "Test Source Xref" report --- maven-jxr-plugin:2.2
- [INFO] Generating "Checkstyle" report --- maven-checkstyle-plugin:2.6
- [INFO]
- [INFO] There are 7 checkstyle errors.
- [INFO]
- [INFO] ------------------------------------------------------------------------
- [INFO] Building app1 1.19-SNAPSHOT
- [INFO] ------------------------------------------------------------------------
- [INFO]
- [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ app1 ---
- [INFO] Deleting /Users/mirko/Documents/workspace/multimodule/app1/target
- [INFO]
- [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ app1 ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] skip non existing resourceDirectory /Users/mirko/Documents/workspace/multimodule/app1/src/main/resources
- [INFO]
- [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ app1 ---
- [INFO] Compiling 1 source file to /Users/mirko/Documents/workspace/multimodule/app1/target/classes
- [INFO]
- [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ app1 ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] skip non existing resourceDirectory /Users/mirko/Documents/workspace/multimodule/app1/src/test/resources
- [INFO]
- [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ app1 ---
- [INFO] Compiling 1 source file to /Users/mirko/Documents/workspace/multimodule/app1/target/test-classes
- [INFO]
- [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ app1 ---
- [INFO] Surefire report directory: /Users/mirko/Documents/workspace/multimodule/app1/target/surefire-reports
- -------------------------------------------------------
- T E S T S
- -------------------------------------------------------
- Running de.friedenhagen.multimodule.app1.MyApp1Test
- Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
- Results :
- Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
- [INFO]
- [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ app1 ---
- [INFO] Building jar: /Users/mirko/Documents/workspace/multimodule/app1/target/app1-1.19-SNAPSHOT.jar
- [INFO]
- [INFO] --- maven-site-plugin:3.0-beta-3:attach-descriptor (attach-descriptor) @ app1 ---
- [INFO]
- [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ app1 ---
- [INFO] Installing /Users/mirko/Documents/workspace/multimodule/app1/target/app1-1.19-SNAPSHOT.jar to /Users/mirko/.m2/repository/de/friedenhagen/multimodule/app1/1.19-SNAPSHOT/app1-1.19-SNAPSHOT.jar
- [INFO] Installing /Users/mirko/Documents/workspace/multimodule/app1/pom.xml to /Users/mirko/.m2/repository/de/friedenhagen/multimodule/app1/1.19-SNAPSHOT/app1-1.19-SNAPSHOT.pom
- [INFO]
- [INFO] --- maven-site-plugin:3.0-beta-3:site (default-site) @ app1 ---
- [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.3.1
- [INFO] configuring report plugin org.apache.maven.plugins:maven-jxr-plugin:2.2
- [INFO] configuring report plugin org.apache.maven.plugins:maven-checkstyle-plugin:2.6
- [INFO] configuring report plugin org.codehaus.mojo:cobertura-maven-plugin:2.5
- [INFO]
- [INFO] >>> cobertura-maven-plugin:2.5:cobertura (report:cobertura) @ app1 >>>
- [INFO]
- [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ app1 ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] skip non existing resourceDirectory /Users/mirko/Documents/workspace/multimodule/app1/src/main/resources
- [INFO]
- [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ app1 ---
- [INFO] Nothing to compile - all classes are up to date
- [INFO]
- [INFO] --- cobertura-maven-plugin:2.5:instrument (report:cobertura) @ app1 ---
- [INFO] Cobertura 1.9.4.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
- Instrumenting 1 file to /Users/mirko/Documents/workspace/multimodule/app1/target/generated-classes/cobertura
- Cobertura: Saved information on 1 classes.
- Instrument time: 109ms
- [INFO] Instrumentation was successful.
- [INFO] NOT adding cobertura ser file to attached artifacts list.
- [INFO]
- [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ app1 ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] skip non existing resourceDirectory /Users/mirko/Documents/workspace/multimodule/app1/src/test/resources
- [INFO]
- [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ app1 ---
- [INFO] Nothing to compile - all classes are up to date
- [INFO]
- [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ app1 ---
- [INFO] Surefire report directory: /Users/mirko/Documents/workspace/multimodule/app1/target/surefire-reports
- -------------------------------------------------------
- T E S T S
- -------------------------------------------------------
- Running de.friedenhagen.multimodule.app1.MyApp1Test
- Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
- Results :
- Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
- Flushing results...
- Flushing results done
- Cobertura: Loaded information on 1 classes.
- Cobertura: Saved information on 1 classes.
- [INFO]
- [INFO] <<< cobertura-maven-plugin:2.5:cobertura (report:cobertura) @ app1 <<<
- [INFO] Rendering site with org.apache.maven.skins:maven-default-skin:jar:1.0 skin.
- [INFO] Skipped "Cobertura Test Coverage" report, file "index.html" already exists for the English version.
- [INFO] Generating "Continuous Integration" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Dependencies" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Dependency Convergence" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Distribution Management" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "About" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Issue Tracking" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Project License" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Mailing Lists" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Plugin Management" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Project Plugins" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Project Team" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Source Repository" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Project Summary" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Source Xref" report --- maven-jxr-plugin:2.2
- [INFO] Generating "Test Source Xref" report --- maven-jxr-plugin:2.2
- [INFO] Generating "Checkstyle" report --- maven-checkstyle-plugin:2.6
- [INFO]
- [INFO] There are 8 checkstyle errors.
- [INFO]
- [INFO] ------------------------------------------------------------------------
- [INFO] Building app2 1.19-SNAPSHOT
- [INFO] ------------------------------------------------------------------------
- [INFO]
- [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ app2 ---
- [INFO] Deleting /Users/mirko/Documents/workspace/multimodule/app2/target
- [INFO]
- [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ app2 ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] skip non existing resourceDirectory /Users/mirko/Documents/workspace/multimodule/app2/src/main/resources
- [INFO]
- [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ app2 ---
- [INFO] No sources to compile
- [INFO]
- [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ app2 ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] skip non existing resourceDirectory /Users/mirko/Documents/workspace/multimodule/app2/src/test/resources
- [INFO]
- [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ app2 ---
- [INFO] No sources to compile
- [INFO]
- [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ app2 ---
- [INFO] No tests to run.
- [INFO] Surefire report directory: /Users/mirko/Documents/workspace/multimodule/app2/target/surefire-reports
- -------------------------------------------------------
- T E S T S
- -------------------------------------------------------
- There are no tests to run.
- Results :
- Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
- [INFO]
- [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ app2 ---
- [WARNING] JAR will be empty - no content was marked for inclusion!
- [INFO] Building jar: /Users/mirko/Documents/workspace/multimodule/app2/target/app2-1.19-SNAPSHOT.jar
- [INFO]
- [INFO] --- maven-site-plugin:3.0-beta-3:attach-descriptor (attach-descriptor) @ app2 ---
- [INFO]
- [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ app2 ---
- [INFO] Installing /Users/mirko/Documents/workspace/multimodule/app2/target/app2-1.19-SNAPSHOT.jar to /Users/mirko/.m2/repository/de/friedenhagen/multimodule/app2/1.19-SNAPSHOT/app2-1.19-SNAPSHOT.jar
- [INFO] Installing /Users/mirko/Documents/workspace/multimodule/app2/pom.xml to /Users/mirko/.m2/repository/de/friedenhagen/multimodule/app2/1.19-SNAPSHOT/app2-1.19-SNAPSHOT.pom
- [INFO]
- [INFO] --- maven-site-plugin:3.0-beta-3:site (default-site) @ app2 ---
- [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.3.1
- [INFO] configuring report plugin org.apache.maven.plugins:maven-jxr-plugin:2.2
- [INFO] configuring report plugin org.apache.maven.plugins:maven-checkstyle-plugin:2.6
- [INFO] configuring report plugin org.codehaus.mojo:cobertura-maven-plugin:2.5
- [INFO]
- [INFO] >>> cobertura-maven-plugin:2.5:cobertura (report:cobertura) @ app2 >>>
- [INFO]
- [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ app2 ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] skip non existing resourceDirectory /Users/mirko/Documents/workspace/multimodule/app2/src/main/resources
- [INFO]
- [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ app2 ---
- [INFO] No sources to compile
- [INFO]
- [INFO] --- cobertura-maven-plugin:2.5:instrument (report:cobertura) @ app2 ---
- [WARNING] No files to instrument.
- [INFO] NOT adding cobertura ser file to attached artifacts list.
- [INFO]
- [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ app2 ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] skip non existing resourceDirectory /Users/mirko/Documents/workspace/multimodule/app2/src/test/resources
- [INFO]
- [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ app2 ---
- [INFO] No sources to compile
- [INFO]
- [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ app2 ---
- [INFO] No tests to run.
- [INFO] Surefire report directory: /Users/mirko/Documents/workspace/multimodule/app2/target/surefire-reports
- -------------------------------------------------------
- T E S T S
- -------------------------------------------------------
- There are no tests to run.
- Results :
- Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
- [INFO]
- [INFO] <<< cobertura-maven-plugin:2.5:cobertura (report:cobertura) @ app2 <<<
- [INFO] Not executing cobertura:report as the cobertura data file (/Users/mirko/Documents/workspace/multimodule/app2/target/cobertura/cobertura.ser) could not be found
- [INFO] Rendering site with org.apache.maven.skins:maven-default-skin:jar:1.0 skin.
- [INFO] Generating "Continuous Integration" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Dependencies" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Dependency Convergence" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Distribution Management" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "About" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Issue Tracking" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Project License" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Mailing Lists" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Plugin Management" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Project Plugins" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Project Team" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Source Repository" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] Generating "Project Summary" report --- maven-project-info-reports-plugin:2.3.1
- [INFO] ------------------------------------------------------------------------
- [INFO] Reactor Summary:
- [INFO]
- [INFO] parent ............................................ SUCCESS [11.136s]
- [INFO] core .............................................. SUCCESS [13.524s]
- [INFO] app1 .............................................. SUCCESS [10.647s]
- [INFO] app2 .............................................. SUCCESS [3.410s]
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD SUCCESS
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 38.988s
- [INFO] Finished at: Thu Apr 21 21:54:06 CEST 2011
- [INFO] Final Memory: 24M/110M
- [INFO] ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment