uklance / tapestry-stitch

Sample components and concepts in Tapestry 5
MIT License
14 stars 7 forks source link

cannot clean deploy #30

Closed mishin closed 7 years ago

mishin commented 7 years ago

"C:\Program Files\Java\jdk1.8.0_91\bin\java" "-Dmaven.home=C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.1.3\plugins\maven\lib\maven3" "-Dclassworlds.conf=C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.1.3\plugins\maven\lib\maven3\bin\m2.conf" -Didea.launcher.port=7536 "-Didea.launcher.bin.path=C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.1.3\bin" -Dfile.encoding=UTF-8 -classpath "C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.1.3\plugins\maven\lib\maven3\boot\plexus-classworlds-2.4.jar;C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.1.3\lib\idea_rt.jar" com.intellij.rt.execution.application.AppMain org.codehaus.classworlds.Launcher -Didea.version=2016.1.4 clean deploy [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] tapestry-stitch [INFO] tapestry-stitch-demo [INFO] tapestry-stitch-modules [INFO]
[INFO] ------------------------------------------------------------------------ [INFO] Building tapestry-stitch 0.0.2-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ tapestry-stitch --- [INFO] Deleting C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ tapestry-stitch --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 15 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tapestry-stitch --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 44 source files to C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\classes [WARNING] /C:/Users/Mishin737/Documents/work_line/04052017/tapestry-stitch-master/tapestry-stitch/src/main/java/org/lazan/t5/stitch/mixins/GridDecorator.java: Some input files use unchecked or unsafe operations. [WARNING] /C:/Users/Mishin737/Documents/work_line/04052017/tapestry-stitch-master/tapestry-stitch/src/main/java/org/lazan/t5/stitch/mixins/GridDecorator.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ tapestry-stitch --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\src\test\resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tapestry-stitch --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\test-classes [INFO] [INFO] --- maven-surefire-plugin:2.10:test (default-test) @ tapestry-stitch --- [INFO] Surefire report directory: C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\surefire-reports


T E S T S

Running org.lazan.t5.stitch.model.DefaultPagerModelTest Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.236 sec

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tapestry-stitch --- [INFO] Building jar: C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\tapestry-stitch.jar [INFO] [INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) @ tapestry-stitch >>> [INFO] [INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) @ tapestry-stitch <<< [INFO] [INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ tapestry-stitch --- [INFO] Building jar: C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\tapestry-stitch-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.9:jar (attach-javadocs) @ tapestry-stitch --- [INFO] Loading source files for package org.lazan.t5.stitch.binding... Loading source files for package org.lazan.t5.stitch.components... Loading source files for package org.lazan.t5.stitch.field... Loading source files for package org.lazan.t5.stitch.mixins... Loading source files for package org.lazan.t5.stitch.model... Loading source files for package org.lazan.t5.stitch.services.internal... Loading source files for package org.lazan.t5.stitch.services... Constructing Javadoc information... Standard Doclet version 1.8.0_91 Building tree for all the packages and classes... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\binding\MapBinding.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\binding\MapBindingFactory.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\BubbleChild.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\BubbleParent.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\Capture.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\Code.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\CodeTab.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\Errors.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\Gallery.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\Pager.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\PagerContainer.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\Parallel.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\ParallelContainer.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\PDFLink.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\ProgressLink.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\Tab.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\TabGroup.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\field\FieldSnapshot.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\mixins\DisableSort.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\mixins\GridCollapse.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\mixins\GridDecorator.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\mixins\Observe.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\CachedSizeGridDataSource.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\DefaultPagerModel.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\GalleryDataModel.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\GridCellDecorator.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\GridRowDecorator.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\LazyTreeModel.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\LazyTreeModelSource.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\LazyTreeNode.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\MapPropertyConduit.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\MarkupHandler.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\PagerModel.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\ParallelContainerModel.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\ParallelModel.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\ProgressTask.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\Syntax.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\TabGroupModel.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\services\internal\ProgressTaskManagerImpl.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\services\internal\StringEventContext.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\services\internal\SyntaxSourceImpl.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\services\ProgressTaskManager.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\services\StitchModule.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\services\SyntaxSource.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\overview-frame.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\binding\package-frame.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\binding\package-summary.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\binding\package-tree.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\package-frame.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\package-summary.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\package-tree.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\field\package-frame.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\field\package-summary.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\field\package-tree.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\mixins\package-frame.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\mixins\package-summary.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\mixins\package-tree.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\package-frame.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\package-summary.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\package-tree.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\services\package-frame.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\services\package-summary.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\services\package-tree.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\services\internal\package-frame.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\services\internal\package-summary.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\services\internal\package-tree.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\constant-values.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\binding\class-use\MapBindingFactory.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\binding\class-use\MapBinding.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\class-use\TabGroup.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\class-use\Tab.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\class-use\ProgressLink.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\class-use\PDFLink.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\class-use\ParallelContainer.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\class-use\Parallel.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\class-use\PagerContainer.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\class-use\Pager.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\class-use\Gallery.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\class-use\Errors.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\class-use\CodeTab.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\class-use\Code.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\class-use\Capture.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\class-use\BubbleParent.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\class-use\BubbleChild.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\field\class-use\FieldSnapshot.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\mixins\class-use\Observe.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\mixins\class-use\GridDecorator.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\mixins\class-use\GridCollapse.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\mixins\class-use\DisableSort.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\class-use\TabGroupModel.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\class-use\Syntax.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\class-use\ProgressTask.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\class-use\ParallelModel.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\class-use\ParallelContainerModel.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\class-use\PagerModel.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\class-use\MarkupHandler.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\class-use\MapPropertyConduit.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\class-use\LazyTreeNode.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\class-use\LazyTreeModelSource.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\class-use\LazyTreeModel.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\class-use\GridRowDecorator.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\class-use\GridCellDecorator.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\class-use\GalleryDataModel.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\class-use\DefaultPagerModel.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\class-use\CachedSizeGridDataSource.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\services\internal\class-use\SyntaxSourceImpl.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\services\internal\class-use\StringEventContext.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\services\internal\class-use\ProgressTaskManagerImpl.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\services\class-use\SyntaxSource.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\services\class-use\StitchModule.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\services\class-use\ProgressTaskManager.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\binding\package-use.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\components\package-use.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\field\package-use.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\mixins\package-use.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\model\package-use.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\services\package-use.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\org\lazan\t5\stitch\services\internal\package-use.html... Building index for all the packages and classes... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\overview-tree.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\index-all.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\deprecated-list.html... Building index for all classes... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\allclasses-frame.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\allclasses-noframe.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\index.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\overview-summary.html... Generating C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\apidocs\help-doc.html... 16 warnings [WARNING] Javadoc Warnings [WARNING] C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\src\main\java\org\lazan\t5\stitch\components\Gallery.java:77: warning: no @return [WARNING] public List<List> getGrid() { [WARNING] ^ [WARNING] C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\src\main\java\org\lazan\t5\stitch\components\Gallery.java:120: warning: no @return [WARNING] public Block onChangePage(int page) { [WARNING] ^ [WARNING] C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\src\main\java\org\lazan\t5\stitch\components\Pager.java:73: warning: no @param for pagerPage [WARNING] public void setPagerPage(int pagerPage) { [WARNING] ^ [WARNING] C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\src\main\java\org\lazan\t5\stitch\components\PDFLink.java:109: warning: no @param for foString [WARNING] protected InputStream createPdf(String foString) { [WARNING] ^ [WARNING] C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\src\main\java\org\lazan\t5\stitch\components\PDFLink.java:109: warning: no @return [WARNING] protected InputStream createPdf(String foString) { [WARNING] ^ [WARNING] C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\src\main\java\org\lazan\t5\stitch\components\PDFLink.java:128: warning: no @return [WARNING] protected String getFoAsString() { [WARNING] ^ [WARNING] C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\src\main\java\org\lazan\t5\stitch\model\LazyTreeModelSource.java:15: warning: no @param for value [WARNING] String getLabel(T value); [WARNING] ^ [WARNING] C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\src\main\java\org\lazan\t5\stitch\model\LazyTreeModelSource.java:15: warning: no @return [WARNING] String getLabel(T value); [WARNING] ^ [WARNING] C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\src\main\java\org\lazan\t5\stitch\model\LazyTreeModelSource.java:22: warning: no @param for value [WARNING] boolean isLeaf(T value); [WARNING] ^ [WARNING] C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\src\main\java\org\lazan\t5\stitch\model\LazyTreeModelSource.java:22: warning: no @return [WARNING] boolean isLeaf(T value); [WARNING] ^ [WARNING] C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\src\main\java\org\lazan\t5\stitch\model\LazyTreeModelSource.java:29: warning: no @param for value [WARNING] boolean hasChildren(T value); [WARNING] ^ [WARNING] C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\src\main\java\org\lazan\t5\stitch\model\LazyTreeModelSource.java:29: warning: no @return [WARNING] boolean hasChildren(T value); [WARNING] ^ [WARNING] C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\src\main\java\org\lazan\t5\stitch\model\LazyTreeModelSource.java:34: warning: no @param for value [WARNING] List getChildren(T value); [WARNING] ^ [WARNING] C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\src\main\java\org\lazan\t5\stitch\model\LazyTreeModelSource.java:34: warning: no @return [WARNING] List getChildren(T value); [WARNING] ^ [WARNING] C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\src\main\java\org\lazan\t5\stitch\model\LazyTreeModelSource.java:39: warning: no @return [WARNING] List getRoots(); [WARNING] ^ [WARNING] C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\src\main\java\org\lazan\t5\stitch\services\ProgressTaskManager.java:11: warning: no @param for progressTask [WARNING] int submit(ProgressTask progressTask); [WARNING] ^ [INFO] Building jar: C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\tapestry-stitch-javadoc.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ tapestry-stitch --- [INFO] Installing C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\tapestry-stitch.jar to C:\Users\Mishin737.m2\repository\org\lazan\tapestry-stitch\0.0.2-SNAPSHOT\tapestry-stitch-0.0.2-SNAPSHOT.jar [INFO] Installing C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\pom.xml to C:\Users\Mishin737.m2\repository\org\lazan\tapestry-stitch\0.0.2-SNAPSHOT\tapestry-stitch-0.0.2-SNAPSHOT.pom [INFO] Installing C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\tapestry-stitch-sources.jar to C:\Users\Mishin737.m2\repository\org\lazan\tapestry-stitch\0.0.2-SNAPSHOT\tapestry-stitch-0.0.2-SNAPSHOT-sources.jar [INFO] Installing C:\Users\Mishin737\Documents\work_line\04052017\tapestry-stitch-master\tapestry-stitch\target\tapestry-stitch-javadoc.jar to C:\Users\Mishin737.m2\repository\org\lazan\tapestry-stitch\0.0.2-SNAPSHOT\tapestry-stitch-0.0.2-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ tapestry-stitch --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] tapestry-stitch ................................... FAILURE [9.004s] [INFO] tapestry-stitch-demo .............................. SKIPPED [INFO] tapestry-stitch-modules ........................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 9.112s [INFO] Finished at: Thu May 04 11:14:28 MSK 2017 [INFO] Final Memory: 30M/398M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project tapestry-stitch: Deployment failed: repository element was not specified in the POM inside distributionManagement element or in -DaltDeploymentRepository=id::layout::url parameter -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

Process finished with exit code 1

uklance commented 7 years ago

I never use maven's deploy phase so I'm not sure what you're expecting.

I always use mvn clean package and deploy the war manually

mishin commented 7 years ago

I found that pom.xml doesn't have tag

    <distributionManagement>
        <repository>
            <id>ESBrepository</id>
            <url>http://lpr462:8080/nexus-2.5/content/repositories/ESBrepository</url>
        </repository>

        <snapshotRepository>
            <id>snapshots</id>
            <url>http://lpr462:8080/nexus-2.5/content/repositories/snapshots/</url>
        </snapshotRepository>

    </distributionManagement>

after added it it work well

mishin commented 7 years ago

you can close? but I have another error when run

jetty:run

in tapestry-stitch-master/tapestry-stitch-demo

I catch next error: mvn etty:run

jetty:run  -Djetty.port=9090 (in Idea)
    <properties>
        <jetty.http.port>9999</jetty.http.port>
    </properties>
mishin commented 7 years ago

well, it works, you can close issue