Advertisement
Guest User

Untitled

a guest
Apr 9th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.00 KB | None | 0 0
  1. sean@sean-PC:/dev_0/proj/idea/spring/spring-data-jpa/spring-core-spring-mvc$ mvn package -X
  2. Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T18:41:47+02:00)
  3. Maven home: /dev_0/app/mvn
  4. Java version: 1.8.0_121, vendor: Oracle Corporation
  5. Java home: /dev_0/app/jdk/jre
  6. Default locale: en_GB, platform encoding: UTF-8
  7. OS name: "linux", version: "4.8.0-46-generic", arch: "amd64", family: "unix"
  8. [DEBUG] Created new class realm maven.api
  9. [DEBUG] Importing foreign packages into class realm maven.api
  10. [DEBUG] Imported: javax.enterprise.inject.* < plexus.core
  11. [DEBUG] Imported: ** Other stuff {Deleted to prevent Clutter}**
  12. [DEBUG] Populating class realm maven.api
  13. [INFO] Error stacktraces are turned on.
  14. [DEBUG] Reading global settings from /dev_0/app/mvn/conf/settings.xml
  15. [DEBUG] Reading user settings from /home/sean/.m2/settings.xml
  16. [DEBUG] Reading global toolchains from /dev_0/app/mvn/conf/toolchains.xml
  17. [DEBUG] Reading user toolchains from /home/sean/.m2/toolchains.xml
  18. [DEBUG] Using local repository at /dev_0/repo
  19. [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /dev_0/repo
  20. [INFO] Scanning for projects...
  21. [DEBUG] Using mirror feature (http://localhost:8081/repository/feature/) for master (http://localhost:8081/repository/master/).
  22. [DEBUG] Using mirror feature (http://localhost:8081/repository/feature/) for hotfix (http://localhost:8081/repository/hotfix/).
  23. [DEBUG] Using mirror feature (http://localhost:8081/repository/feature/) for release (http://localhost:8081/repository/release/).
  24. [DEBUG] Using mirror feature (http://localhost:8081/repository/feature/) for develop (http://localhost:8081/repository/develop/).
  25. [DEBUG] Using mirror feature (http://localhost:8081/repository/feature/) for feature (http://localhost:8081/repository/feature/).
  26. [DEBUG] Using mirror feature (http://localhost:8081/repository/feature/) for central (https://repo.maven.apache.org/maven2).
  27. [DEBUG] Extension realms for project guru.springframework:springmvc:jar:0.0.1-SNAPSHOT: (none)
  28. [DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
  29. [DEBUG] Extension realms for project org.springframework.boot:spring-boot-starter-parent:pom:1.3.0.RELEASE: (none)
  30. [DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
  31. [DEBUG] Extension realms for project org.springframework.boot:spring-boot-dependencies:pom:1.3.0.RELEASE: (none)
  32. [DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
  33. [DEBUG] === REACTOR BUILD PLAN ================================================
  34. [DEBUG] Project: guru.springframework:springmvc:jar:0.0.1-SNAPSHOT
  35. [DEBUG] Tasks: [package]
  36. [DEBUG] Style: Regular
  37. [DEBUG] =======================================================================
  38. [INFO]
  39. [INFO] ------------------------------------------------------------------------
  40. [INFO] Building springmvc 0.0.1-SNAPSHOT
  41. [INFO] ------------------------------------------------------------------------
  42. [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
  43. [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
  44. [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
  45. [DEBUG] Using transporter WagonTransporter with priority -1.0 for http://localhost:8081/repository/feature/
  46. [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for http://localhost:8081/repository/feature/ with username=sean, password=***
  47. Downloading: http://localhost:8081/repository/feature/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom
  48. [DEBUG] Writing tracking file /dev_0/repo/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom.lastUpdated
  49. [WARNING] The POM for org.apache.maven.plugins:maven-resources-plugin:jar:2.6 is missing, no dependency information available
  50. [DEBUG] Using transporter WagonTransporter with priority -1.0 for http://localhost:8081/repository/feature/
  51. [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for http://localhost:8081/repository/feature/ with username=sean, password=***
  52. Downloading: http://localhost:8081/repository/feature/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar
  53. [DEBUG] Writing tracking file /dev_0/repo/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar.lastUpdated
  54. [INFO] ------------------------------------------------------------------------
  55. [INFO] BUILD FAILURE
  56. [INFO] ------------------------------------------------------------------------
  57. [INFO] Total time: 0.342 s
  58. [INFO] Finished at: 2017-04-09T08:27:50+02:00
  59. [INFO] Final Memory: 13M/292M
  60. [INFO] ------------------------------------------------------------------------
  61. [ERROR] Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Could not find artifact org.apache.maven.plugins:maven-resources-plugin:jar:2.6 in feature (http://localhost:8081/repository/feature/) -> [Help 1]
  62. org.apache.maven.plugin.PluginResolutionException: Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Could not find artifact org.apache.maven.plugins:maven-resources-plugin:jar:2.6 in feature (http://localhost:8081/repository/feature/)
  63. at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve(DefaultPluginDependenciesResolver.java:128)
  64. at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getPluginDescriptor(DefaultMavenPluginManager.java:179)
  65. at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getMojoDescriptor(DefaultMavenPluginManager.java:284)
  66. at org.apache.maven.plugin.DefaultBuildPluginManager.getMojoDescriptor(DefaultBuildPluginManager.java:241)
  67. at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.setupMojoExecution(DefaultLifecycleExecutionPlanCalculator.java:169)
  68. at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.setupMojoExecutions(DefaultLifecycleExecutionPlanCalculator.java:155)
  69. at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan(DefaultLifecycleExecutionPlanCalculator.java:131)
  70. at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan(DefaultLifecycleExecutionPlanCalculator.java:145)
  71. at org.apache.maven.lifecycle.internal.builder.BuilderCommon.resolveBuildPlan(BuilderCommon.java:96)
  72. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:109)
  73. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
  74. at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
  75. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
  76. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
  77. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
  78. at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
  79. at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
  80. at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
  81. at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
  82. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  83. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  84. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  85. at java.lang.reflect.Method.invoke(Method.java:498)
  86. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
  87. at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
  88. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
  89. at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
  90. Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not find artifact org.apache.maven.plugins:maven-resources-plugin:jar:2.6 in feature (http://localhost:8081/repository/feature/)
  91. at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:444)
  92. at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:246)
  93. at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:223)
  94. at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifact(DefaultRepositorySystem.java:294)
  95. at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve(DefaultPluginDependenciesResolver.java:124)
  96. ... 26 more
  97. Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.apache.maven.plugins:maven-resources-plugin:jar:2.6 in feature (http://localhost:8081/repository/feature/)
  98. at org.eclipse.aether.connector.basic.ArtifactTransportListener.transferFailed(ArtifactTransportListener.java:39)
  99. at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:355)
  100. at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:67)
  101. at org.eclipse.aether.connector.basic.BasicRepositoryConnector$DirectExecutor.execute(BasicRepositoryConnector.java:581)
  102. at org.eclipse.aether.connector.basic.BasicRepositoryConnector.get(BasicRepositoryConnector.java:249)
  103. at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads(DefaultArtifactResolver.java:520)
  104. at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:421)
  105. ... 30 more
  106. [ERROR]
  107. [ERROR]
  108. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  109. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
  110.  
  111. <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
  112. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  113. xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
  114.  
  115. <localRepository>/dev_0/repo</localRepository>
  116.  
  117.  
  118.  
  119. <pluginGroups>
  120.  
  121. </pluginGroups>
  122.  
  123.  
  124. <proxies>
  125.  
  126. </proxies>
  127.  
  128.  
  129. <servers>
  130.  
  131. <server>
  132. <id>feature</id>
  133. <username>sean</username>
  134. <password>****</password>
  135. </server>
  136.  
  137. <server>
  138. <id>develop</id>
  139. <username>sean</username>
  140. <password>****</password>
  141. </server>
  142.  
  143. <server>
  144. <id>hotfix</id>
  145. <username>sean</username>
  146. <password>*****</password>
  147. </server>
  148.  
  149. <server>
  150. <id>release</id>
  151. <username>sean</username>
  152. <password>****</password>
  153. </server>
  154.  
  155. <server>
  156. <id>master</id>
  157. <username>sean</username>
  158. <password>****</password>
  159. </server>
  160.  
  161. </servers>
  162.  
  163.  
  164. <mirrors>
  165.  
  166. <mirror>
  167. <id>feature</id>
  168. <mirrorOf>*</mirrorOf>
  169. <name>feature</name>
  170. <url>http://localhost:8081/repository/feature/</url>
  171. </mirror>
  172.  
  173. <mirror>
  174. <id>develop</id>
  175. <mirrorOf>external:*</mirrorOf>
  176. <name>develop</name>
  177. <url>http://localhost:8081/repository/develop/</url>
  178. </mirror>
  179.  
  180. <mirror>
  181. <id>release</id>
  182. <mirrorOf>external:*</mirrorOf>
  183. <name>release</name>
  184. <url>http://localhost:8081/repository/release/</url>
  185. </mirror>
  186.  
  187. <mirror>
  188. <id>hotfix</id>
  189. <mirrorOf>external:*</mirrorOf>
  190. <name>hotfix</name>
  191. <url>http://localhost:8081/repository/hotfix/</url>
  192. </mirror>
  193.  
  194. <mirror>
  195. <id>master</id>
  196. <mirrorOf>external:*</mirrorOf>
  197. <name>master</name>
  198. <url>http://localhost:8081/repository/master/</url>
  199. </mirror>
  200.  
  201. </mirrors>
  202.  
  203. <profiles>
  204. <profile>
  205. <id>feature</id>
  206. <repositories>
  207. <repository>
  208. <id>feature</id>
  209. <name>Feature Repo for feature-builds</name>
  210. <url>http://localhost:8081/repository/feature/</url>
  211. <layout>default</layout>
  212. <releases><enabled>true</enabled></releases>
  213. <snapshots><enabled>true</enabled></snapshots>
  214. </repository>
  215. </repositories>
  216. </profile>
  217.  
  218. <profile>
  219. <id>develop</id>
  220. <repositories>
  221. <repository>
  222. <id>develop</id>
  223. <name>Develop Repo for develop-builds</name>
  224. <url>http://localhost:8081/repository/develop/</url>
  225. <layout>default</layout>
  226. <releases><enabled>true</enabled></releases>
  227. <snapshots><enabled>true</enabled></snapshots>
  228. </repository>
  229. </repositories>
  230. </profile>
  231.  
  232. <profile>
  233. <id>release</id>
  234. <repositories>
  235. <repository>
  236. <id>release</id>
  237. <name>Release Repo for release-builds</name>
  238. <url>http://localhost:8081/repository/release/</url>
  239. <layout>default</layout>
  240. <releases><enabled>true</enabled></releases>
  241. <!-- <snapshots><enabled>true</enabled></snapshots> -->
  242. </repository>
  243. </repositories>
  244. </profile>
  245.  
  246. <profile>
  247. <id>hotfix</id>
  248. <repositories>
  249. <repository>
  250. <id>hotfix</id>
  251. <name>Hotfix Repo for hotfix-builds</name>
  252. <url>http://localhost:8081/repository/hotfix/</url>
  253. <layout>default</layout>
  254. <releases><enabled>true</enabled></releases>
  255. <!-- <snapshots><enabled>true</enabled></snapshots> -->
  256. </repository>
  257. </repositories>
  258. </profile>
  259.  
  260. <profile>
  261. <id>master</id>
  262. <repositories>
  263. <repository>
  264. <id>master</id>
  265. <name>Master Repo for master-builds</name>
  266. <url>http://localhost:8081/repository/master/</url>
  267. <layout>default</layout>
  268. <releases><enabled>true</enabled></releases>
  269. <!-- <snapshots><enabled>true</enabled></snapshots> -->
  270. </repository>
  271. </repositories>
  272. </profile>
  273. </profiles>
  274. <activeProfiles>
  275. <activeProfile>feature</activeProfile>
  276. <activeProfile>develop</activeProfile>
  277. <activeProfile>release</activeProfile>
  278. <activeProfile>hotfix</activeProfile>
  279. <activeProfile>master</activeProfile>
  280. </activeProfiles>
  281. </settings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement