[
https://issues.apache.org/jira/browse/METRON-875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15981550#comment-15981550
]
Nick Allen commented on METRON-875:
-----------------------------------
I think this also happens with the packer builds. I found myself having to do
something like this to clear out artifacts from the packer build process that
don't get cleaned up with a simple `mvn clean`.
{code}
rm -rf metron-deployment/packaging/packer-build/builds/
rm -rf metron-deployment/packaging/packer-build/packer_cache
{code}
> Mvn clean does not clean out rpm's, may cause rat problems
> ----------------------------------------------------------
>
> Key: METRON-875
> URL: https://issues.apache.org/jira/browse/METRON-875
> Project: Metron
> Issue Type: Bug
> Reporter: Otto Fowler
>
> Because of the profile ( build-rpms ) not being automatically activated,
> maven clean will not clean the rpm build area, and this may cause problems
> with rat-check.
> We need to refactor this so that it is less confusing. Maybe have the clean
> phase automatically activate the module inclusion or something....
> It needs some thought, and maven skill though.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)