tree: 831b97ed13800e551d2eb83f26ff4ebb903a3e0b [path history] [tgz]
  1. auto-cluster-view/
  2. calculator-view/
  3. cluster-view/
  4. favorite-view/
  5. hello-servlet-view/
  6. hello-spring-view/
  7. helloworld-view/
  8. phone-list-upgrade-view/
  9. phone-list-view/
  10. property-validator-view/
  11. property-view/
  12. restricted-view/
  13. simple-view/
  14. pom.xml
  15. README.md
ambari-views/examples/README.md

Ambari Views Examples

The Ambari Views Examples are a collection of simple Ambari Views provided as a development guide.

Documentation

See the documentation pages for the view examples.

Please also visit the Apache Ambari Project page for more information.

License

Ambari is released under Apache License, Version 2.0.

Issue Tracking

Report any issues via the Ambari JIRA.

Build

####Examples

######Requirements

  • JDK 1.6
  • Maven 3.0

######Maven modules

  • ambari-views (ambari view interfaces)

######Maven build goals

  • Clean : mvn clean
  • Compile : mvn compile
  • Run tests : mvn test
  • Create JARS : mvn package
  • Install JARS in M2 cache : mvn install

######Tests options

  • -DskipTests to skip tests when running the following Maven goals: ‘package’, ‘install’, ‘deploy’ or ‘verify’
  • -Dtest=<TESTCLASSNAME>,<TESTCLASSNAME#METHODNAME>,....
  • -Dtest.exclude=<TESTCLASSNAME>
  • -Dtest.exclude.pattern=**/<TESTCLASSNAME1>.java,**/<TESTCLASSNAME2>.java