Skip to content

lexaux/AirlineAlerter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#AirlineAlerter

Airline ticket fare change alerter application.

##Building ###Building a distributable You should have a maven of 3+ version. Just enter the project root and issue mvn clean package.

###Installing new version of WebHarvest Follow the steps:

  • Checkout the fresh version from master at https://github.com/lexaux/web-harvest
  • Build it with mvn clean package. This would build a webharvest-core/target/webharvest-core-2.1.0-SNAPSHOT-LEXAUX.jar file.
  • Issue a shell command to install the obtained jar library to the local maven repository (assuming you are at the project root).
mvn install:install-file
    -Dfile=path-to-your-artifact.jar
    -DlocalRepositoryPath=lib
    -Dpackaging=jar
    -DgroupId=net.sourceforge.web-harvest
    -DartifactId=webharvest-core
    -Dversion=2.1.0-SNAPSHOT-LEXAUX

Maven coordinates would be automatically obtained from the pom packaged within the jar.

About

Airline ticket fare change alerter application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published