Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Choose your Classification carefully. This will be your last chance to change it, otherwise you will have to create a new project.

Standard - A project that builds and deploys a single artifact such as a war file, ear file. Usually a folder or entire repository of files are compiled together.

Package-Based - Developers select a package of files from source control. Only some files are moved to prod at a time.

Container - Creates a Docker Container

Utility - No source control connection is used for the project. No versioning is used for the project. The project can be executed many times without any warning.

If you choose to make a package-based project, also choose the Project Type.

...