Back to .md Directory

Naming Conventions for avArc Project

- The project name is **avArc** (lowercase 'a', uppercase 'A', lowercase 'rc')

May 2, 2026
0 downloads
1 views
ai
View source

Naming Conventions for avArc Project

Project Name

  • The project name is avArc (lowercase 'a', uppercase 'A', lowercase 'rc')
  • Always use "avArc" when referring to the project name in documentation, comments, and user-facing text
  • Artifact IDs and technical identifiers may use lowercase "avarc" for consistency with Maven conventions

Naming Conventions

  • Project display name: avArc
  • Maven groupId: org.avarc (lowercase)
  • Maven artifactIds: avarc-* (lowercase with hyphens)
  • Docker image names: avarc-* (lowercase with hyphens)
  • Package names: org.avarc.* (lowercase)

When to Use "avArc" vs "avarc"

  • Use avArc for:

    • Project name in <name> tags in POM files
    • Documentation and README files
    • User-facing text and descriptions
    • Comments explaining project context
  • Use avarc (lowercase) for:

    • Maven artifactIds
    • Docker image names
    • Package names
    • Technical identifiers
    • File and directory names

Related Documents