CUTR-at-USF / muser-firebase-export

Exports data collected with the MUSER Android app (https://github.com/CUTR-at-USF/MUSER) from Firebase
Apache License 2.0
0 stars 3 forks source link

fix: Clean up Maven config #5

Closed barbeau closed 3 years ago

barbeau commented 3 years ago

The CI run at https://github.com/CUTR-at-USF/muser-firebase-export/runs/1482529553 identified a missing version for the maven compiler plugin.

Warning:  
Warning:  Some problems were encountered while building the effective model for edu.usf.sas.pal.muser:muser:jar:0.0.1-SNAPSHOT
Warning:  'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 10, column 21
Warning:  
Warning:  It is highly recommended to fix these problems because they threaten the stability of your build.
Warning:  
Warning:  For this reason, future Maven versions might no longer support building such malformed projects.
Warning:  

This PR adds this version number and cleans up some other formatting (including auto-formatting the file).