Bug 906667

Summary: RFE: put-project should be able to get the project type and project Id from zanata.xml
Product: [Retired] Zanata Reporter: Ding-Yi Chen <dchen>
Component: Component-MavenAssignee: Michelle Kim <mkim>
Status: CLOSED UPSTREAM QA Contact: Zanata-QA Mailling List <zanata-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 2.0CC: zanata-bugs
Target Milestone: ---Keywords: screened
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 907678 (view as bug list) Environment:
Last Closed: 2015-07-29 03:27:32 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 907678    

Description Ding-Yi Chen 2013-02-01 07:04:30 UTC
Description of problem:
In maven-client-2.0.2-SNAPSHOT, defaultProjectType become an mandatory option.
However, this is interfering the project maintainers' work flows.

Quite a few project maintainers work create a new project using following method:
1. Copy zanata.xml of other project.
2. Change the project name and version (they seldom need to change project type, as they usually deal with just one type).
3. Using either zanata client to create project.

After the introduce of defaultProjectType, now not only it breaks the existing automation scripts, but also project maintainer now need to type redundant information to command line options.

Version-Release number of selected component (if applicable):
Maven client 2.0.2-SNAPSHOT

How reproducible:
Always

Steps to Reproduce:
1. Copy a existing working zanata.xml
2. Change the project id to "PushTest" or other id that haven't been used.
3. mvn -e zanata:put-project
  
Actual results:
[ERROR] Failed to execute goal org.zanata:zanata-maven-plugin:2.0.2-SNAPSHOT:put-project (default-cli) on project null: The parameters 'defaultProjectType' for goal org.zanata:zanata-maven-plugin:2.0.2-SNAPSHOT:put-project are missing or invalid -> [Help 1]                                                                                                                      
Expected results:
Project "PushTest" created successfully.

Additional info:

Comment 1 Ding-Yi Chen 2013-02-01 07:09:25 UTC
*** Bug 737799 has been marked as a duplicate of this bug. ***

Comment 3 Damian Jansen 2015-07-14 00:21:16 UTC
Reassigned to PM

Comment 4 Zanata Migrator 2015-07-29 03:27:32 UTC
Migrated; check JIRA for bug status: http://zanata.atlassian.net/browse/ZNTA-273