Skip to content

Instantly share code, notes, and snippets.

@frbayart
Created July 28, 2015 13:24
Show Gist options
  • Save frbayart/40c35666b41c6c436217 to your computer and use it in GitHub Desktop.
Save frbayart/40c35666b41c6c436217 to your computer and use it in GitHub Desktop.
mvn install on rudder pugin itop
Francoiss-MacBook-Pro:rudder-plugin-itop frbayart$ mvn -Dmaven.test.skip=true install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building itop-connector 3.0.5-SNAPSHOT-1.0.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ itop-connector ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/frbayart/woc/Amoobi/dev/vendor/rudder/rudder-plugin-itop/src/main/resources
[INFO]
[INFO] --- scala-maven-plugin:3.1.6:add-source (scala-compile-first) @ itop-connector ---
[INFO] Add Source directory: /Users/frbayart/woc/Amoobi/dev/vendor/rudder/rudder-plugin-itop/src/main/scala
[INFO] Add Test Source directory: /Users/frbayart/woc/Amoobi/dev/vendor/rudder/rudder-plugin-itop/src/test/scala
[INFO]
[INFO] --- scala-maven-plugin:3.1.6:compile (scala-compile-first) @ itop-connector ---
[INFO] /Users/frbayart/woc/Amoobi/dev/vendor/rudder/rudder-plugin-itop/src/main/scala:-1: info: compiling
[INFO] Compiling 4 source files to /Users/frbayart/woc/Amoobi/dev/vendor/rudder/rudder-plugin-itop/target/classes at 1438089698083
[ERROR] /Users/frbayart/woc/Amoobi/dev/vendor/rudder/rudder-plugin-itop/src/main/scala/com/normation/plugins/itop/service/ItopApi.scala:13: error: object bean is not a member of package com.normation.rudder.domain.reports
[ERROR] import com.normation.rudder.domain.reports.bean._
[ERROR] ^
[ERROR] /Users/frbayart/woc/Amoobi/dev/vendor/rudder/rudder-plugin-itop/src/main/scala/com/normation/plugins/itop/service/ItopNodeService.scala:7: error: object bean is not a member of package com.normation.rudder.domain.reports
[ERROR] import com.normation.rudder.domain.reports.bean._
[ERROR] ^
[ERROR] /Users/frbayart/woc/Amoobi/dev/vendor/rudder/rudder-plugin-itop/src/main/scala/com/normation/plugins/itop/service/ItopApi.scala:27: error: not found: value NotApplicableReportType
[ERROR] NotApplicableReportType.severity -> c.pc_notApplicable
[ERROR] ^
[ERROR] /Users/frbayart/woc/Amoobi/dev/vendor/rudder/rudder-plugin-itop/src/main/scala/com/normation/plugins/itop/service/ItopApi.scala:28: error: not found: value SuccessReportType
[ERROR] , SuccessReportType.severity -> c.pc_success
[ERROR] ^
[ERROR] /Users/frbayart/woc/Amoobi/dev/vendor/rudder/rudder-plugin-itop/src/main/scala/com/normation/plugins/itop/service/ItopApi.scala:29: error: not found: value RepairedReportType
[ERROR] , RepairedReportType.severity -> c.pc_repaired
[ERROR] ^
[ERROR] /Users/frbayart/woc/Amoobi/dev/vendor/rudder/rudder-plugin-itop/src/main/scala/com/normation/plugins/itop/service/ItopApi.scala:30: error: not found: value ErrorReportType
[ERROR] , ErrorReportType.severity -> c.pc_error
[INFO] ^
[ERROR] /Users/frbayart/woc/Amoobi/dev/vendor/rudder/rudder-plugin-itop/src/main/scala/com/normation/plugins/itop/service/ItopApi.scala:31: error: not found: value UnknownReportType
[ERROR] , UnknownReportType.severity -> (c.pc_unexpected + c.pc_missing)
[ERROR] ^
[ERROR] /Users/frbayart/woc/Amoobi/dev/vendor/rudder/rudder-plugin-itop/src/main/scala/com/normation/plugins/itop/service/ItopApi.scala:32: error: not found: value NoAnswerReportType
[ERROR] , NoAnswerReportType.severity -> c.pc_noAnswer
[ERROR] ^
[ERROR] /Users/frbayart/woc/Amoobi/dev/vendor/rudder/rudder-plugin-itop/src/main/scala/com/normation/plugins/itop/service/ItopApi.scala:33: error: not found: value PendingReportType
[ERROR] , PendingReportType.severity -> c.pc_pending
[ERROR] ^
[ERROR] 9 errors found
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.813 s
[INFO] Finished at: 2015-07-28T15:21:41+02:00
[INFO] Final Memory: 15M/331M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal net.alchim31.maven:scala-maven-plugin:3.1.6:compile (scala-compile-first) on project itop-connector: wrap: org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) -> [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
Francoiss-MacBook-Pro:rudder-plugin-itop frbayart$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment