Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

findbugs-maven-plugin's configuration parameter is wrong. #59

Closed
btshimizukza opened this issue Nov 14, 2014 · 0 comments
Closed

findbugs-maven-plugin's configuration parameter is wrong. #59

btshimizukza opened this issue Nov 14, 2014 · 0 comments
Assignees
Milestone

Comments

@btshimizukza
Copy link
Member

inputEncoding is not exists.
see https://github.com/terasolunaorg/terasoluna-gfw-web-multi-blank/blob/master/pom.xml#L168-L178
.

Currently :

 <inputEncoding>${encoding}</inputEncoding>

After modification :

 <sourceEncoding>${encoding}</sourceEncoding>
@btshimizukza btshimizukza added this to the 1.0.2 milestone Nov 14, 2014
making added a commit that referenced this issue Nov 17, 2014
…aven-plugin-settings

Modified the findbugs-maven-plugin's settings. #59
making added a commit that referenced this issue Nov 19, 2014
…aven-plugin-settings

Modified the findbugs-maven-plugin's settings. #59
@making making closed this as completed Nov 19, 2014
@btshimizukza btshimizukza self-assigned this Dec 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants