Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
Pom refactoring (#40)
Browse files Browse the repository at this point in the history
* Reorder POM sections according to the Apache Maven POM Code Convention

* Move plugin versions to plugin management sections, update plugin
version for maven-javadoc-plugin and maven-project-info-reports-plugin

* Fix url, add .editorconfig
  • Loading branch information
scordio authored and joel-costigliola committed Jul 27, 2019
1 parent 10cf649 commit 8c63c78
Show file tree
Hide file tree
Showing 2 changed files with 249 additions and 146 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# EditorConfig: https://editorconfig.org/

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8

# 2 space indentation for java, xml and yml files
[*.{java,xml,yml,sh}]
indent_style = space
indent_size = 2
Loading

0 comments on commit 8c63c78

Please sign in to comment.