Uploaded image for project: 'Mahout'
  1. Mahout
  2. MAHOUT-1994

Remove ViennCL jars upon mvn clean.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 0.13.0
    • 0.13.1
    • None
    • None

    Description

      currently, after running `mvn clean` from $MAHOUT_HOME, VinenaCL jars are not removed from the base level directory.

      add in something similar to:

       <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>
      

      in both vienncl and viennacl-omp module pom.xmls

      Attachments

        Issue Links

          Activity

            People

              Andrew_Palumbo Andrew Palumbo
              Andrew_Palumbo Andrew Palumbo
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: