Skip to content

Maven archetype for creating maven projects to work on Coursera's Intro to Algorithms assignments

Notifications You must be signed in to change notification settings

volomas/coursera-intro-to-algorithms-maven-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

This is maven archetype that you can use to create a maven project for your assignments on "Introduction to Algorithms" (Coursera).

Usage: 1.) Install archetype into your local repository:

cd coursera_algs
mvn install

2.) Generate a project's skeleton:

mvn archetype:generate -DarchetypeGroupId=vmas -DarchetypeArtifactId=coursera_algs -DarchetypeVersion=1.0 -DgroupId=whatever -Dversion=1.0 -Dpackage=whatever -DartifactId=<name_of_assignment>

3.) Jump in newly created project and work on assignment. To package a zip for submission to grader, use:


mvn package

  • Note: Zip file will be in target folder

About

Maven archetype for creating maven projects to work on Coursera's Intro to Algorithms assignments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages