[ https://issues.apache.org/jira/browse/MAHOUT-1994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16065600#comment-16065600 ]
Hudson commented on MAHOUT-1994: -------------------------------- SUCCESS: Integrated in Jenkins build Mahout-Quality #3494 (See [https://builds.apache.org/job/Mahout-Quality/3494/]) MAHOUT-1994: clean viennacl jars on 'mvn clean -Pviennacl -Phadoop2'. (apalumbo: rev 36c15d8a633f6836b35578e9915c96f4ca71ac55) * (edit) viennacl-omp/pom.xml * (edit) viennacl/pom.xml > Remove ViennCL jars upon mvn clean. > ----------------------------------- > > Key: MAHOUT-1994 > URL: https://issues.apache.org/jira/browse/MAHOUT-1994 > Project: Mahout > Issue Type: Bug > Affects Versions: 0.13.0 > Reporter: Andrew Palumbo > Assignee: Andrew Palumbo > Priority: Blocker > Fix For: 0.13.1 > > > currently, after running `mvn clean` from $MAHOUT_HOME, VinenaCL jars are not > removed from the base level directory. > add in something similar to: > {code} > <plugin> > <artifactId>maven-clean-plugin</artifactId> > <version>3.0.0</version> > <configuration> > <filesets> > <fileset> > <directory>../</directory> > <includes> > <include>mahout-spark*.jar</include> > </includes> > <followSymlinks>false</followSymlinks> > </fileset> > </filesets> > </configuration> > </plugin> > </plugins> > </build> > {code} > in both {{vienncl}} and {{viennacl-omp}} module pom.xmls -- This message was sent by Atlassian JIRA (v6.4.14#64029)