cornercorner
FeaturesPluginsDocs & SupportCommunityPartners

STS 70 Maven

Test Specification: Maven Support Test Specification

Author: Jaromir Uhrik (updated by Jaroslav Pospisil)
Version: 7.23
Introduction: This document serves as a test specification for project oriented and Maven specific functionality in Netbeans IDE - it should cover all important features of Maven functionality.

Contents


Test suite: Maven projects

Purpose: Test creating different project archetypes

  1. Create Quickstart archetype
    1. Go to main menu File | New Project
    2. In New Project wizard select Maven > Maven Project and push Next
    3. Select Maven Quickstart Archetype and push Next
    4. Type QuickstartPrj to the Project Name field and push Finish
    • EXPECTED RESULT:
      The project is created, the output contains message about "BUILD SUCCESSFUL".
  2. Create Web Application
    1. Go to main menu File