You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/06/03 21:54:19 UTC

[jira] [Commented] (ACCUMULO-935) Run/Assemble Accumulo from Maven target directory

    [ https://issues.apache.org/jira/browse/ACCUMULO-935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13673486#comment-13673486 ] 

ASF subversion and git services commented on ACCUMULO-935:
----------------------------------------------------------

Commit 1489133 from [~ctubbsii]
[ https://svn.apache.org/r1489133 ]

ACCUMULO-935 Enabled creating an external directory for outputting build artifacts, so that the workspace doesn't get dirtied with unversioned files, whose exceptions in svn:ignore, .gitignore, rpm profile, deb profile, and tarball profiles, are becoming unwieldy to maintain and keep consistent, and which are interfering with things like the source assembly and the rat check plugins.
  To use, add desired output directory on the command line with something like: -DDEV_ACCUMULO_HOME=/var/tmp/ACCUMULO_HOME (or define in a profile in your settings.xml file to be turned on by default)
ACCUMULO-1029, ACCUMULO-1431 Remove unnecessary ignored items from svn and git - some stuff may still need to be modified in ACCUMULO-935 so that it doesn't need to be re-added to the ignore (eg. modify script to read out of target/ or from DEV_ACCUMULO_HOME property, etc.)
ACCUMULO-1270 Require rat checks on every build; nothing should be dirty and need extra ignoring anymore
                
> Run/Assemble Accumulo from Maven target directory
> -------------------------------------------------
>
>                 Key: ACCUMULO-935
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-935
>             Project: Accumulo
>          Issue Type: Improvement
>          Components: dist
>            Reporter: Christopher Tubbs
>            Assignee: Christopher Tubbs
>              Labels: build, maven
>             Fix For: 1.6.0
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Too much of Accumulo's build runs directly out of the project directories, including some in directories designated as "src". Temporary files are sometimes created outside the source directories during unit tests, and other issues. This has caused us to jump through hoops to exclude these temporary files during version control, packaging, and assembly. Instead of jumping through these hoops, we can make sure everything created by the build, including running Accumulo directly out of one's workspace is all done from a Maven /target directory. This will simplify our svn:ignore and .gitignore configuration, as well as make it easier to package and assemble only the pieces we want to include, rather than include a bunch of exceptions in the Maven build configuration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira