Skip to content

v0.0.2

Choose a tag to compare

@zcervink zcervink released this 09 Mar 01:29
· 186 commits to main since this release

git shortlog

  • f321b41 Merge pull request #32 from zcervink/31
  • 85783a1 (origin/31) Fix issues in the README.md file
  • fcfc3ee Merge pull request #29 from zcervink/28
  • 76b2ecc (origin/28) Fix the errors in the javadoc
  • c59f7d9 Introduce fixtures & tests, config update
  • 7bdf832 Merge pull request #21 from zcervink/17
  • 11c863a (origin/17) Add JUnit test for starting and closing the IntelliJ for UI tests, perform some refactoring
  • caafa47 Merge pull request #19 from redhat-developer/16
  • 3bef0b6 Add the new nexus plugin, customize artifact ID, remove SNAPSHOT from the version
  • f473fe3 Merge pull request #14 from zcervink/13
  • bcafb9a (origin/13) Extend gradle configuration entry in the README.md file.
  • 85567bc Update the README.md to contain all necessary details for working with the library
  • 5d4bdc1 Merge pull request #10 from redhat-developer/9
  • 8d6ad6d Extend the build.gradle file to contain missing parts for deploying to nexus
  • e0bc6b3 Merge pull request #8 from redhat-developer/7
  • be3f852 Fix the upload to nexus issue
  • 0662c81 Merge pull request #6 from redhat-developer/5
  • 259986e Fix the Jenkinsfile issue with reading a nonexisting file
  • abc4d4f Merge pull request #4 from redhat-developer/3
  • 31036fb Merge Build and Package stage
  • 03724a3 Add configuration for deploying + some customization.
  • 2df4444 Create Jenkins file for building and deploying the library to nexus
  • 77ca0cb Fix the typo than affects starting some processes
  • 8fa224c Refatoring - rename some classes, addd some helper methods
  • 57e1404 Add support to accept terms and conditions on Windows (before starting IntelliJ Idea)
  • 6595677 Add support to accept terms and conditions on OS X (before starting IntelliJ Idea)
  • edb5656 Fix the NPE.
  • 0b9a9dd Add support to accept terms and conditions on Linux (before starting IntelliJ Idea), add the gradle-wrapper.jar
  • 2dc876f Replace the createPom task with code to use the Maven Publish Plugin in the build.gradle file
  • 80f590f Initial commit