please help, why I get this error
Posted: Thu Aug 23, 2012 1:54 am
why I get this error
using this
http://docs.broadleafcommerce.org/curre ... arted.html
link
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] ecommerce
[INFO] core
[INFO] admin
[INFO] site
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ecommerce 1.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ecommerce-website ---
[INFO] Installing /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/pom.xml to /home/nazrulhmondal/.m2/repository/com/mycompany/ecommerce-website/1.0/ecommerce-website-1.0.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building core 1.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ core ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO]
[INFO] --- javarebel-maven-plugin:1.0.5:generate (generate-rebel-xml) @ core ---
[INFO] Processing com.mycompany:core with packaging jar
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ core ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ core ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/core/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ core ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ core ---
[INFO] Surefire report directory: /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/core/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ core ---
[INFO] Building jar: /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/core/target/core-1.0.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ core ---
[INFO] Installing /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/core/target/core-1.0.jar to /home/nazrulhmondal/.m2/repository/com/mycompany/core/1.0/core-1.0.jar
[INFO] Installing /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/core/pom.xml to /home/nazrulhmondal/.m2/repository/com/mycompany/core/1.0/core-1.0.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building admin 1.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- build-helper-maven-plugin:1.7:timestamp-property (timestamp-property) @ admin ---
[WARNING] Using platform locale (en_IN actually) to format date/time, i.e. build is platform dependent!
[INFO] Setting property 'clientBuildDate' to '2012-08-23 06:39:28'.
[INFO]
[INFO] --- keytool-maven-plugin:1.2:clean (clean) @ admin ---
[WARNING] Keystore file '/home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/admin/target/admin/WEB-INF/blc-example.keystore' doesn't exist.
[INFO]
[INFO] --- keytool-maven-plugin:1.2:genkey (genkey) @ admin ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ admin ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] Copying 1 resource
[INFO]
[INFO] --- javarebel-maven-plugin:1.0.5:generate (generate-rebel-xml) @ admin ---
[INFO] Processing com.mycompany:admin with packaging war
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ admin ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ admin ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/admin/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ admin ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ admin ---
[INFO] Surefire report directory: /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/admin/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- gwt-maven-plugin:2.4.0:compile (default) @ admin ---
[INFO] Compiling module com.mycompany.gwt.mycompanyAdmin
[INFO] Validating newly compiled units
[INFO] [WARN] Warnings in 'jar:file:/home/nazrulhmondal/.m2/repository/org/broadleafcommerce/broadleaf-open-admin-platform/2.0.0-M1-5/broadleaf-open-admin-platform-2.0.0-M1-5.jar!/org/broadleafcommerce/openadmin/client/view/dynamic/form/RichTextHTMLPane.java'
[INFO] [WARN] Line 131: Referencing deprecated class 'org.broadleafcommerce.openadmin.client.view.dynamic.form.RichTextHTMLPane'
[INFO] [WARN] Line 137: Referencing deprecated class 'org.broadleafcommerce.openadmin.client.view.dynamic.form.RichTextHTMLPane'
[INFO] Scanning for additional dependencies: jar:file:/home/nazrulhmondal/.m2/repository/org/broadleafcommerce/broadleaf-open-admin-platform/2.0.0-M1-5/broadleaf-open-admin-platform-2.0.0-M1-5.jar!/org/broadleafcommerce/openadmin/client/reflection/ModuleFactory.java
[INFO] Computing all possible rebind results for 'org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory'
[INFO] Rebinding org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Invoking generator org.broadleafcommerce.openadmin.generator.FactoryGenerator
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.ContainsValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.DateRangeValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.DoesntContainValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.FloatPrecisionValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.FloatRangeValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.IntegerRangeValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.IsBooleanValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.IsFloatValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.IsIntegerValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.IsOneOfValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.IsStringValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.LengthRangeValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.MaskValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.MatchesFieldValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.RegExpValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.RequiredIfValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.StringCountValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.Validator
[INFO] Emitting async instantiation code for: org.broadleafcommerce.admin.client.presenter.catalog.category.CategoryPresenter
[INFO] Emitting async instantiation code for: org.broadleafcommerce.admin.client.presenter.catalog.product.OneToOneProductSkuPresenter
[INFO] Emitting async instantiation code for: org.broadleafcommerce.admin.client.presenter.catalog.product.ProductOptionPresenter
[INFO] Emitting async instantiation code for: org.broadleafcommerce.admin.client.presenter.customer.CustomerPresenter
[INFO] Emitting async instantiation code for: org.broadleafcommerce.admin.client.presenter.order.OrderPresenter
[INFO] Emitting async instantiation code for: org.broadleafcommerce.admin.client.presenter.promotion.OfferPresenter
[INFO] Emitting async instantiation code for: org.broadleafcommerce.admin.client.view.catalog.category.CategoryView
[INFO] Emitting async instantiation code for: org.broadleafcommerce.admin.client.view.catalog.product.OneToOneProductSkuView
[INFO] Emitting async instantiation code for: org.broadleafcommerce.admin.client.view.catalog.product.ProductOptionView
[INFO] Emitting async instantiation code for: org.broadleafcommerce.admin.client.view.customer.CustomerView
[INFO] Emitting async instantiation code for: org.broadleafcommerce.admin.client.view.order.OrderView
[INFO] Emitting async instantiation code for: org.broadleafcommerce.admin.client.view.promotion.OfferView
[INFO] Emitting async instantiation code for: org.broadleafcommerce.cms.admin.client.presenter.file.StaticAssetsPresenter
[INFO] Emitting async instantiation code for: org.broadleafcommerce.cms.admin.client.presenter.pages.PagesPresenter
[INFO] Emitting async instantiation code for: org.broadleafcommerce.cms.admin.client.presenter.sandbox.MySandBoxPresenter
[INFO] Emitting async instantiation code for: org.broadleafcommerce.cms.admin.client.presenter.sandbox.SandBoxPresenter
[INFO] Emitting async instantiation code for: org.broadleafcommerce.cms.admin.client.presenter.structure.StructuredContentPresenter
[INFO] Emitting async instantiation code for: org.broadleafcommerce.cms.admin.client.presenter.urlRedirect.UrlRedirectPresenter
[INFO] Emitting async instantiation code for: org.broadleafcommerce.cms.admin.client.view.file.StaticAssetsView
[INFO] Emitting async instantiation code for: org.broadleafcommerce.cms.admin.client.view.pages.PagesView
[INFO] Emitting async instantiation code for: org.broadleafcommerce.cms.admin.client.view.sandbox.MySandBoxView
[INFO] Emitting async instantiation code for: org.broadleafcommerce.cms.admin.client.view.sandbox.SandBoxView
[INFO] Emitting async instantiation code for: org.broadleafcommerce.cms.admin.client.view.structure.StructuredContentView
[INFO] Emitting async instantiation code for: org.broadleafcommerce.cms.admin.client.view.urlRedirect.UrlRedirectView
[INFO] Emitting async instantiation code for: org.broadleafcommerce.openadmin.client.presenter.entity.PassthroughEntityPresenter
[INFO] Emitting async instantiation code for: org.broadleafcommerce.openadmin.client.presenter.user.PermissionManagementPresenter
[INFO] Emitting async instantiation code for: org.broadleafcommerce.openadmin.client.presenter.user.RoleManagementPresenter
[INFO] Emitting async instantiation code for: org.broadleafcommerce.openadmin.client.presenter.user.UserManagementPresenter
[INFO] Emitting async instantiation code for: org.broadleafcommerce.openadmin.client.view.user.PermissionManagementView
[INFO] Emitting async instantiation code for: org.broadleafcommerce.openadmin.client.view.user.RoleManagementView
[INFO] Emitting async instantiation code for: org.broadleafcommerce.openadmin.client.view.user.UserManagementView
[INFO] Done Generating source for ReflectiveFactory
[INFO] Rebinding org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Invoking generator org.broadleafcommerce.openadmin.generator.FactoryGenerator
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Rebinding org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Invoking generator org.broadleafcommerce.openadmin.generator.FactoryGenerator
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Rebinding org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Invoking generator org.broadleafcommerce.openadmin.generator.FactoryGenerator
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Rebinding org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Invoking generator org.broadleafcommerce.openadmin.generator.FactoryGenerator
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Rebinding org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Invoking generator org.broadleafcommerce.openadmin.generator.FactoryGenerator
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Rebinding org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Invoking generator org.broadleafcommerce.openadmin.generator.FactoryGenerator
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Rebinding org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Invoking generator org.broadleafcommerce.openadmin.generator.FactoryGenerator
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Rebinding org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Invoking generator org.broadleafcommerce.openadmin.generator.FactoryGenerator
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Rebinding org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Invoking generator org.broadleafcommerce.openadmin.generator.FactoryGenerator
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Rebinding org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Invoking generator org.broadleafcommerce.openadmin.generator.FactoryGenerator
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Rebinding org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Invoking generator org.broadleafcommerce.openadmin.generator.FactoryGenerator
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Compiling 12 permutations
[INFO] Compiling permutation 0...
[INFO] Process output
[INFO] Compiling
[INFO] Compiling permutation 1...
[INFO] Compiling permutation 2...
[INFO] Compiling permutation 3...
[INFO] Compiling
[INFO] Compiling permutation 4...
[INFO] Compiling permutation 5...
[INFO] Compiling
[INFO] Compiling permutation 6...
[INFO] Compiling permutation 7...
[INFO] Compiling
[INFO] Compiling permutation 8...
[INFO] Compiling permutation 9...
[INFO] Compiling
[INFO] Compiling permutation 10...
[INFO] Compiling permutation 11...
[INFO] Compile of permutations succeeded
[INFO] Linking into /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/admin/target/admin/com.mycompany.gwt.mycompanyAdmin
[INFO] Link succeeded
[INFO] Compilation succeeded -- 206.337s
[INFO]
[INFO] --- maven-war-plugin:2.1.1:war (default-war) @ admin ---
[INFO] Packaging webapp
[INFO] Assembling webapp [admin] in [/home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/admin/target/admin]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/admin/src/main/webapp]
[INFO] Webapp assembled in [5403 msecs]
[INFO] Building war: /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/admin/target/admin.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO]
[INFO] --- gwt-maven-plugin:2.4.0:test (default) @ admin ---
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ admin ---
[INFO] com already added, skipping
[INFO] com/mycompany already added, skipping
[INFO] com already added, skipping
[INFO] com/mycompany already added, skipping
[INFO] com/mycompany/controller already added, skipping
[INFO] com/mycompany/controller/AdminLoginController.java already added, skipping
[INFO] Building jar: /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/admin/target/admin-sources.jar
[INFO] com already added, skipping
[INFO] com/mycompany already added, skipping
[INFO] com already added, skipping
[INFO] com/mycompany already added, skipping
[INFO] com/mycompany/controller already added, skipping
[INFO] com/mycompany/controller/AdminLoginController.java already added, skipping
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ admin ---
[INFO] Installing /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/admin/target/admin.war to /home/nazrulhmondal/.m2/repository/com/mycompany/admin/1.0/admin-1.0.war
[INFO] Installing /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/admin/pom.xml to /home/nazrulhmondal/.m2/repository/com/mycompany/admin/1.0/admin-1.0.pom
[INFO] Installing /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/admin/target/admin-sources.jar to /home/nazrulhmondal/.m2/repository/com/mycompany/admin/1.0/admin-1.0-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building site 1.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- keytool-maven-plugin:1.2:clean (clean) @ site ---
[WARNING] Keystore file '/home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/site/target/mycompany/WEB-INF/blc-example.keystore' doesn't exist.
[INFO]
[INFO] --- keytool-maven-plugin:1.2:genkey (genkey) @ site ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ site ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 21 resources
[INFO]
[INFO] --- javarebel-maven-plugin:1.0.5:generate (generate-rebel-xml) @ site ---
[INFO] Processing com.mycompany:site with packaging war
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ site ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ site ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/site/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ site ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ site ---
[INFO] Surefire report directory: /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/site/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-war-plugin:2.1.1:war (default-war) @ site ---
[INFO] Packaging webapp
[INFO] Assembling webapp [site] in [/home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/site/target/mycompany]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/site/src/main/webapp]
[INFO] Webapp assembled in [1933 msecs]
[INFO] Building war: /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/site/target/mycompany.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ site ---
[INFO] Installing /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/site/target/mycompany.war to /home/nazrulhmondal/.m2/repository/com/mycompany/site/1.0/site-1.0.war
[INFO] Installing /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/site/pom.xml to /home/nazrulhmondal/.m2/repository/com/mycompany/site/1.0/site-1.0.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] ecommerce ......................................... SUCCESS [0.594s]
[INFO] core .............................................. SUCCESS [4.105s]
[INFO] admin ............................................. SUCCESS [4:24.888s]
[INFO] site .............................................. SUCCESS [13.155s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4:43.093s
[INFO] Finished at: Thu Aug 23 12:14:05 IST 2012
[INFO] Final Memory: 16M/173M
[INFO] ------------------------------------------------------------------------
using this
http://docs.broadleafcommerce.org/curre ... arted.html
link
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] ecommerce
[INFO] core
[INFO] admin
[INFO] site
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ecommerce 1.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ecommerce-website ---
[INFO] Installing /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/pom.xml to /home/nazrulhmondal/.m2/repository/com/mycompany/ecommerce-website/1.0/ecommerce-website-1.0.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building core 1.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ core ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO]
[INFO] --- javarebel-maven-plugin:1.0.5:generate (generate-rebel-xml) @ core ---
[INFO] Processing com.mycompany:core with packaging jar
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ core ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ core ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/core/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ core ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ core ---
[INFO] Surefire report directory: /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/core/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ core ---
[INFO] Building jar: /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/core/target/core-1.0.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ core ---
[INFO] Installing /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/core/target/core-1.0.jar to /home/nazrulhmondal/.m2/repository/com/mycompany/core/1.0/core-1.0.jar
[INFO] Installing /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/core/pom.xml to /home/nazrulhmondal/.m2/repository/com/mycompany/core/1.0/core-1.0.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building admin 1.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- build-helper-maven-plugin:1.7:timestamp-property (timestamp-property) @ admin ---
[WARNING] Using platform locale (en_IN actually) to format date/time, i.e. build is platform dependent!
[INFO] Setting property 'clientBuildDate' to '2012-08-23 06:39:28'.
[INFO]
[INFO] --- keytool-maven-plugin:1.2:clean (clean) @ admin ---
[WARNING] Keystore file '/home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/admin/target/admin/WEB-INF/blc-example.keystore' doesn't exist.
[INFO]
[INFO] --- keytool-maven-plugin:1.2:genkey (genkey) @ admin ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ admin ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] Copying 1 resource
[INFO]
[INFO] --- javarebel-maven-plugin:1.0.5:generate (generate-rebel-xml) @ admin ---
[INFO] Processing com.mycompany:admin with packaging war
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ admin ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ admin ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/admin/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ admin ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ admin ---
[INFO] Surefire report directory: /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/admin/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- gwt-maven-plugin:2.4.0:compile (default) @ admin ---
[INFO] Compiling module com.mycompany.gwt.mycompanyAdmin
[INFO] Validating newly compiled units
[INFO] [WARN] Warnings in 'jar:file:/home/nazrulhmondal/.m2/repository/org/broadleafcommerce/broadleaf-open-admin-platform/2.0.0-M1-5/broadleaf-open-admin-platform-2.0.0-M1-5.jar!/org/broadleafcommerce/openadmin/client/view/dynamic/form/RichTextHTMLPane.java'
[INFO] [WARN] Line 131: Referencing deprecated class 'org.broadleafcommerce.openadmin.client.view.dynamic.form.RichTextHTMLPane'
[INFO] [WARN] Line 137: Referencing deprecated class 'org.broadleafcommerce.openadmin.client.view.dynamic.form.RichTextHTMLPane'
[INFO] Scanning for additional dependencies: jar:file:/home/nazrulhmondal/.m2/repository/org/broadleafcommerce/broadleaf-open-admin-platform/2.0.0-M1-5/broadleaf-open-admin-platform-2.0.0-M1-5.jar!/org/broadleafcommerce/openadmin/client/reflection/ModuleFactory.java
[INFO] Computing all possible rebind results for 'org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory'
[INFO] Rebinding org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Invoking generator org.broadleafcommerce.openadmin.generator.FactoryGenerator
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.ContainsValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.DateRangeValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.DoesntContainValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.FloatPrecisionValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.FloatRangeValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.IntegerRangeValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.IsBooleanValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.IsFloatValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.IsIntegerValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.IsOneOfValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.IsStringValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.LengthRangeValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.MaskValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.MatchesFieldValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.RegExpValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.RequiredIfValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.StringCountValidator
[INFO] Emitting instantiation code for: com.smartgwt.client.widgets.form.validator.Validator
[INFO] Emitting async instantiation code for: org.broadleafcommerce.admin.client.presenter.catalog.category.CategoryPresenter
[INFO] Emitting async instantiation code for: org.broadleafcommerce.admin.client.presenter.catalog.product.OneToOneProductSkuPresenter
[INFO] Emitting async instantiation code for: org.broadleafcommerce.admin.client.presenter.catalog.product.ProductOptionPresenter
[INFO] Emitting async instantiation code for: org.broadleafcommerce.admin.client.presenter.customer.CustomerPresenter
[INFO] Emitting async instantiation code for: org.broadleafcommerce.admin.client.presenter.order.OrderPresenter
[INFO] Emitting async instantiation code for: org.broadleafcommerce.admin.client.presenter.promotion.OfferPresenter
[INFO] Emitting async instantiation code for: org.broadleafcommerce.admin.client.view.catalog.category.CategoryView
[INFO] Emitting async instantiation code for: org.broadleafcommerce.admin.client.view.catalog.product.OneToOneProductSkuView
[INFO] Emitting async instantiation code for: org.broadleafcommerce.admin.client.view.catalog.product.ProductOptionView
[INFO] Emitting async instantiation code for: org.broadleafcommerce.admin.client.view.customer.CustomerView
[INFO] Emitting async instantiation code for: org.broadleafcommerce.admin.client.view.order.OrderView
[INFO] Emitting async instantiation code for: org.broadleafcommerce.admin.client.view.promotion.OfferView
[INFO] Emitting async instantiation code for: org.broadleafcommerce.cms.admin.client.presenter.file.StaticAssetsPresenter
[INFO] Emitting async instantiation code for: org.broadleafcommerce.cms.admin.client.presenter.pages.PagesPresenter
[INFO] Emitting async instantiation code for: org.broadleafcommerce.cms.admin.client.presenter.sandbox.MySandBoxPresenter
[INFO] Emitting async instantiation code for: org.broadleafcommerce.cms.admin.client.presenter.sandbox.SandBoxPresenter
[INFO] Emitting async instantiation code for: org.broadleafcommerce.cms.admin.client.presenter.structure.StructuredContentPresenter
[INFO] Emitting async instantiation code for: org.broadleafcommerce.cms.admin.client.presenter.urlRedirect.UrlRedirectPresenter
[INFO] Emitting async instantiation code for: org.broadleafcommerce.cms.admin.client.view.file.StaticAssetsView
[INFO] Emitting async instantiation code for: org.broadleafcommerce.cms.admin.client.view.pages.PagesView
[INFO] Emitting async instantiation code for: org.broadleafcommerce.cms.admin.client.view.sandbox.MySandBoxView
[INFO] Emitting async instantiation code for: org.broadleafcommerce.cms.admin.client.view.sandbox.SandBoxView
[INFO] Emitting async instantiation code for: org.broadleafcommerce.cms.admin.client.view.structure.StructuredContentView
[INFO] Emitting async instantiation code for: org.broadleafcommerce.cms.admin.client.view.urlRedirect.UrlRedirectView
[INFO] Emitting async instantiation code for: org.broadleafcommerce.openadmin.client.presenter.entity.PassthroughEntityPresenter
[INFO] Emitting async instantiation code for: org.broadleafcommerce.openadmin.client.presenter.user.PermissionManagementPresenter
[INFO] Emitting async instantiation code for: org.broadleafcommerce.openadmin.client.presenter.user.RoleManagementPresenter
[INFO] Emitting async instantiation code for: org.broadleafcommerce.openadmin.client.presenter.user.UserManagementPresenter
[INFO] Emitting async instantiation code for: org.broadleafcommerce.openadmin.client.view.user.PermissionManagementView
[INFO] Emitting async instantiation code for: org.broadleafcommerce.openadmin.client.view.user.RoleManagementView
[INFO] Emitting async instantiation code for: org.broadleafcommerce.openadmin.client.view.user.UserManagementView
[INFO] Done Generating source for ReflectiveFactory
[INFO] Rebinding org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Invoking generator org.broadleafcommerce.openadmin.generator.FactoryGenerator
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Rebinding org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Invoking generator org.broadleafcommerce.openadmin.generator.FactoryGenerator
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Rebinding org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Invoking generator org.broadleafcommerce.openadmin.generator.FactoryGenerator
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Rebinding org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Invoking generator org.broadleafcommerce.openadmin.generator.FactoryGenerator
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Rebinding org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Invoking generator org.broadleafcommerce.openadmin.generator.FactoryGenerator
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Rebinding org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Invoking generator org.broadleafcommerce.openadmin.generator.FactoryGenerator
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Rebinding org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Invoking generator org.broadleafcommerce.openadmin.generator.FactoryGenerator
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Rebinding org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Invoking generator org.broadleafcommerce.openadmin.generator.FactoryGenerator
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Rebinding org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Invoking generator org.broadleafcommerce.openadmin.generator.FactoryGenerator
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Rebinding org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Invoking generator org.broadleafcommerce.openadmin.generator.FactoryGenerator
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Rebinding org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Invoking generator org.broadleafcommerce.openadmin.generator.FactoryGenerator
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Generating source for org.broadleafcommerce.openadmin.client.reflection.ReflectiveFactory
[INFO] Compiling 12 permutations
[INFO] Compiling permutation 0...
[INFO] Process output
[INFO] Compiling
[INFO] Compiling permutation 1...
[INFO] Compiling permutation 2...
[INFO] Compiling permutation 3...
[INFO] Compiling
[INFO] Compiling permutation 4...
[INFO] Compiling permutation 5...
[INFO] Compiling
[INFO] Compiling permutation 6...
[INFO] Compiling permutation 7...
[INFO] Compiling
[INFO] Compiling permutation 8...
[INFO] Compiling permutation 9...
[INFO] Compiling
[INFO] Compiling permutation 10...
[INFO] Compiling permutation 11...
[INFO] Compile of permutations succeeded
[INFO] Linking into /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/admin/target/admin/com.mycompany.gwt.mycompanyAdmin
[INFO] Link succeeded
[INFO] Compilation succeeded -- 206.337s
[INFO]
[INFO] --- maven-war-plugin:2.1.1:war (default-war) @ admin ---
[INFO] Packaging webapp
[INFO] Assembling webapp [admin] in [/home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/admin/target/admin]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/admin/src/main/webapp]
[INFO] Webapp assembled in [5403 msecs]
[INFO] Building war: /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/admin/target/admin.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO]
[INFO] --- gwt-maven-plugin:2.4.0:test (default) @ admin ---
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ admin ---
[INFO] com already added, skipping
[INFO] com/mycompany already added, skipping
[INFO] com already added, skipping
[INFO] com/mycompany already added, skipping
[INFO] com/mycompany/controller already added, skipping
[INFO] com/mycompany/controller/AdminLoginController.java already added, skipping
[INFO] Building jar: /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/admin/target/admin-sources.jar
[INFO] com already added, skipping
[INFO] com/mycompany already added, skipping
[INFO] com already added, skipping
[INFO] com/mycompany already added, skipping
[INFO] com/mycompany/controller already added, skipping
[INFO] com/mycompany/controller/AdminLoginController.java already added, skipping
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ admin ---
[INFO] Installing /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/admin/target/admin.war to /home/nazrulhmondal/.m2/repository/com/mycompany/admin/1.0/admin-1.0.war
[INFO] Installing /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/admin/pom.xml to /home/nazrulhmondal/.m2/repository/com/mycompany/admin/1.0/admin-1.0.pom
[INFO] Installing /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/admin/target/admin-sources.jar to /home/nazrulhmondal/.m2/repository/com/mycompany/admin/1.0/admin-1.0-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building site 1.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- keytool-maven-plugin:1.2:clean (clean) @ site ---
[WARNING] Keystore file '/home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/site/target/mycompany/WEB-INF/blc-example.keystore' doesn't exist.
[INFO]
[INFO] --- keytool-maven-plugin:1.2:genkey (genkey) @ site ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ site ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 21 resources
[INFO]
[INFO] --- javarebel-maven-plugin:1.0.5:generate (generate-rebel-xml) @ site ---
[INFO] Processing com.mycompany:site with packaging war
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ site ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ site ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/site/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ site ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ site ---
[INFO] Surefire report directory: /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/site/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-war-plugin:2.1.1:war (default-war) @ site ---
[INFO] Packaging webapp
[INFO] Assembling webapp [site] in [/home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/site/target/mycompany]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/site/src/main/webapp]
[INFO] Webapp assembled in [1933 msecs]
[INFO] Building war: /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/site/target/mycompany.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ site ---
[INFO] Installing /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/site/target/mycompany.war to /home/nazrulhmondal/.m2/repository/com/mycompany/site/1.0/site-1.0.war
[INFO] Installing /home/nazrulhmondal/project-eclips-indigo/project/eclipse-workspace/DemoSite/site/pom.xml to /home/nazrulhmondal/.m2/repository/com/mycompany/site/1.0/site-1.0.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] ecommerce ......................................... SUCCESS [0.594s]
[INFO] core .............................................. SUCCESS [4.105s]
[INFO] admin ............................................. SUCCESS [4:24.888s]
[INFO] site .............................................. SUCCESS [13.155s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4:43.093s
[INFO] Finished at: Thu Aug 23 12:14:05 IST 2012
[INFO] Final Memory: 16M/173M
[INFO] ------------------------------------------------------------------------