mybatis / old-google-code-issues

Automatically exported from code.google.com/p/mybatis
2 stars 4 forks source link

findbugs in parent pom #211

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What version of the MyBatis are you using?
building mybatis-parent-7 in tags

Please describe the problem.  Unit tests are best!
the property findbugs.onlyAnalyze is not set in the pom.xml at 
mybatis-subprojects-examples/mybatis-parent/tags/mybatis-parent-7

What is the expected output? What do you see instead?
maven should compile the project, instead i see the following error: 
[WARNING] Rule 3: org.apache.maven.plugins.enforcer.RequireProperty failed with 
message:
You must set the property 'findbugs.onlyAnalyze' in your project pom!

Please provide any additional information below.
to fix it, simply add the following line in the pom.xml inside the properties 
list: 
<findbugs.onlyAnalyze>*</findbugs.onlyAnalyze>
(or the proper value for the package to analyze)
correct pom attached. 

Original issue reported on code.google.com by mox...@gmail.com on 20 Dec 2010 at 5:27

Attachments:

GoogleCodeExporter commented 9 years ago
I just did a svn up and all is fine in trunk... should be closed now

Original comment by mox...@gmail.com on 20 Dec 2010 at 5:38

GoogleCodeExporter commented 9 years ago

Original comment by eduardo.macarron on 21 Dec 2010 at 7:49