Skip to content

Instantly share code, notes, and snippets.

@tomask-de
Last active April 21, 2016 09:38
Show Gist options
  • Select an option

  • Save tomask-de/74c0a904f39d958d602f to your computer and use it in GitHub Desktop.

Select an option

Save tomask-de/74c0a904f39d958d602f to your computer and use it in GitHub Desktop.
Install specified PHPUnit version to local Maven repository
mvn install:install-file -Dfile=phpunit-4.3.phar \
-DgroupId=de.phpunit \
-DartifactId=PHPUnit \
-Dversion=4.3 \
-Dpackaging=phar \
-DgeneratePom=true \
-DcreateChecksum=true \
(-DlocalRepositoryPath=<path-to-repo>)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment