Skip to content

Instantly share code, notes, and snippets.

@pauldijou
Created April 23, 2012 19:56
Show Gist options
  • Save pauldijou/2473414 to your computer and use it in GitHub Desktop.
Save pauldijou/2473414 to your computer and use it in GitHub Desktop.
mvn install for bootstrap-ui
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.richfaces.sandbox.ui.bootstrap:bootstrap-ui:jar:4.2.1-SNAPSHOT
[WARNING] 'parent.relativePath' of POM org.richfaces.sandbox.ui.bootstrap:bootstrap-parent:4.2.1-SNAPSHOT (/home/paul/workspace/richfaces-sandbox/bootstrap/pom.xml) points at org.richfaces.sandbox:richfaces-sandbox-aggregator instead of org.richfaces.ui:richfaces-ui-parent, please verify your project structure @ org.richfaces.sandbox.ui.bootstrap:bootstrap-parent:4.2.1-SNAPSHOT, /home/paul/workspace/richfaces-sandbox/bootstrap/pom.xml, line 28, column 13
[WARNING] 'build.plugins.plugin.version' for org.zeroturnaround:jrebel-maven-plugin is missing. @ org.richfaces.ui:richfaces-ui-parent:4.2.1-SNAPSHOT, /home/paul/.m2/repository/org/richfaces/ui/richfaces-ui-parent/4.2.1-SNAPSHOT/richfaces-ui-parent-4.2.1-SNAPSHOT.pom, line 183, column 29
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Richfaces UI Sandbox Components: bootstrap ui 4.2.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ bootstrap-ui ---
[INFO] The requirePluginVersions rule is currently not compatible with Maven3.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ bootstrap-ui ---
[INFO] The requirePluginVersions rule is currently not compatible with Maven3.
[INFO]
[INFO] --- maven-cdk-plugin:4.2.1-SNAPSHOT:generate (cdk-generate-sources) @ bootstrap-ui ---
[WARNING] No type found in context for identifier 'buttonDropdown', handling as generic Object
[WARNING] No type found in context for identifier 'buttonDropdown', handling as generic Object
[WARNING] No type found in context for identifier 'heroUnit', handling as generic Object
[WARNING] No type found in context for identifier 'heroUnit', handling as generic Object
[WARNING] No type found in context for identifier 'heroUnit', handling as generic Object
[WARNING] No type found in context for identifier 'navbar', handling as generic Object
[WARNING] No type found in context for identifier 'navbar', handling as generic Object
[INFO]
[INFO] --- maven-dependency-plugin:2.3:unpack-dependencies (unpack-dependencies) @ bootstrap-ui ---
[INFO] Unpacking /home/paul/.m2/repository/org/jboss/spec/jboss-javaee-web-6.0/2.0.0.Final/jboss-javaee-web-6.0-2.0.0.Final.pom to /home/paul/workspace/richfaces-sandbox/bootstrap/ui/target/dependency with includes "" and excludes ""
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.274s
[INFO] Finished at: Mon Apr 23 21:59:18 CEST 2012
[INFO] Final Memory: 23M/292M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.3:unpack-dependencies (unpack-dependencies) on project bootstrap-ui: Unknown archiver type: No such archiver: 'pom'. -> [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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment