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:30:33 UTC

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

Jonathan Eagles created TEZ-1743:
------------------------------------

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


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)