document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. mvn install:install-file  -Dfile=path-to-your-artifact-jar \\
  2.                           -DgroupId=your.groupId \\
  3.                           -DartifactId=your-artifactId \\
  4.                           -Dversion=version \\
  5.                           -Dpackaging=jar \\
  6.                           -DgeneratePom=true
');