I hereby claim:
- I am maksimov on github.
- I am smaksimov (https://keybase.io/smaksimov) on keybase.
- I have a public key whose fingerprint is 369D BC39 105F 86D0 224E 6E05 DAE2 29CB 01AF BC7E
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| brew update && brew upgrade brew ; sudo rm -rf /bin/bash && sudo ln -s /usr/local/Cellar/bash/4.3.27/bin/bash /bin/bash |
| brew update && brew unlink bash ; brew install bash && sudo mv /bin/bash /bin/bash.3 && sudo ln -s /usr/local/Cellar/bash/4.3.25/bin/bash /bin/bash |
| public void loadProviderFromProperties() throws Exception { | |
| final Properties props = new Properties(); | |
| InputStream inputStream = new FileInputStream("/Users/stas/dsn.properties"); | |
| try { | |
| props.load(inputStream); | |
| } catch( IOException e ) { | |
| e.printStackTrace(); | |
| } | |
| Cloud cloud = Cloud.register(props.getProperty("DSN_PROVIDER_NAME"), |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <lifecycleMappingMetadata> | |
| <lifecycleMappings> | |
| <lifecycleMapping> | |
| <packagingType>maven-plugin</packagingType> | |
| <lifecycleMappingId>org.eclipse.m2e.jdt.JarLifecycleMapping</lifecycleMappingId> | |
| <pluginExecutions> | |
| <pluginExecution> | |
| <pluginExecutionFilter> | |
| <groupId>org.apache.maven.plugins</groupId> |