snuspl / dolphin

14 stars 2 forks source link

[MINOR] Fix a warning due to missing version number of plugin #98

Closed dongjoon-hyun closed 9 years ago

dongjoon-hyun commented 9 years ago

Fix the following warning.

$ mvn compile
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for edu.snu.reef:dolphin:jar:0.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ line 263, column 15
[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] 
dongjoon-hyun commented 9 years ago

Hi, @beomyeol and @jsjason . It's a trivial patch. May I merge this if you don't mind?

jsjason commented 9 years ago

Sorry but I haven't tried this out yet. I'll do the merge if I don't run into any problems, please wait.

dongjoon-hyun commented 9 years ago

Thank you, @jsjason !

jsjason commented 9 years ago

This looks okay. I'll merge it.

dongjoon-hyun commented 9 years ago

Thank you!