You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Jonathan Eagles (JIRA)" <ji...@apache.org> on 2014/11/06 00:32:33 UTC

[jira] [Updated] (TEZ-1743) Add versions-maven-plugins artifacts to gitignore

     [ https://issues.apache.org/jira/browse/TEZ-1743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Eagles updated TEZ-1743:
---------------------------------
    Attachment: TEZ-1743-v1.patch

Super minor patch excluding these build artifacts.

> Add versions-maven-plugins artifacts to gitignore
> -------------------------------------------------
>
>                 Key: TEZ-1743
>                 URL: https://issues.apache.org/jira/browse/TEZ-1743
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>         Attachments: TEZ-1743-v1.patch
>
>
> after running set version command using versions-maven-plugin
> {code}
> mvn versions:set -DnewVersion=$VERSION
> {code}
> we are left with many untracked files
> {quote}
> Untracked files:
>   (use "git add <file>..." to include in what will be committed)
> 	docs/pom.xml.versionsBackup
> 	pom.xml.versionsBackup
> 	tez-api/pom.xml.versionsBackup
> 	tez-common/pom.xml.versionsBackup
> 	tez-dag/pom.xml.versionsBackup
> 	tez-dist/pom.xml.versionsBackup
> 	tez-examples/pom.xml.versionsBackup
> 	tez-mapreduce/pom.xml.versionsBackup
> 	tez-plugins/pom.xml.versionsBackup
> 	tez-plugins/tez-mbeans-resource-calculator/pom.xml.versionsBackup
> 	tez-plugins/tez-yarn-timeline-history/pom.xml.versionsBackup
> 	tez-runtime-internals/pom.xml.versionsBackup
> 	tez-runtime-library/pom.xml.versionsBackup
> 	tez-tests/pom.xml.versionsBackup
> {quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)