Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-1079

Allow users to specify a build directory

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Optional
    • 5.0.0.CR4, 5.0.0.FINAL
    • None
    • None
    • None

    Description

      If a user wants to speed up the build by compiling to a ramdisk, he should be able to set the build directory in ~/.m2/settings.xml, something like this:

      <settings>
      <profiles>
      <profile>
      <properties>
      <buildDirectory>/tmp/privatebuild/${project.basedir}/${project.version}</buildDirectory>
      </properties>
      </profile>
      </profiles>
      </settings>

      Attachments

        Activity

          People

            dberinde@redhat.com Dan Berindei (Inactive)
            dberinde@redhat.com Dan Berindei (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: