Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 953529

Summary: File settings.xml is not created when using console installer
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Petr Kremensky <pkremens>
Component: InstallerAssignee: Thomas Hauser <thauser>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 6.1.0Keywords: Regression
Target Milestone: ER5   
Target Release: EAP 6.1.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-23 18:36:24 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: 900649    

Description Petr Kremensky 2013-04-18 11:34:20 UTC
File settings.xml is not created after -console mode installation after I choose to specify custom maven repo for quickstarts. 

If I generate auto.xml after gui installation (settings.xml is created), uninstall server, and run:
$ java -jar installer/jboss-eap-6.1.0.ER5-installer.jar -console auto.xml
settings.xml is not created.

however command:
$ java -jar installer/jboss-eap-6.1.0.ER5-installer.jar auto.xml
creates it.

How to reproduce:
$ java -jar jboss-eap-6.1.0.ER5-installer.jar -console
...
JBoss Enterprise Application Platform 6 comes with a series of quickstart examples ...
1
...
Specify a maven-repository below by providing ...
1
Specify the location of the maven repository: 
/home/pkremens/.m2
Specify the location of the maven settings.xml: /home/pkremens/settings.xml
The indicated settings.xml does not exist. Create example settings.xml at that location? (y/n) [n]:y
...
finish the installation

file /home/pkremens/settings.xml is not created and there is not a word about maven repo in InstallationSummary.html file.

Comment 1 Petr Kremensky 2013-04-18 11:50:09 UTC
Also existing settings.xml is not updated in -console mode

Comment 5 Thomas Hauser 2013-04-19 18:15:35 UTC
This will be in ER5.

Thanks,
Tom

Comment 6 Pavel Janousek 2013-04-22 06:03:42 UTC
@Thomas
Do you mean in "re-spun ER5" Installer or in ER6? ER5 is out already.

Comment 7 Thomas Hauser 2013-04-22 13:03:13 UTC
@Pavel

Yes, this is what I mean.

Comment 8 Petr Kremensky 2013-04-24 13:31:28 UTC
Verified on EAP 6.1.0 ER5. 

File settings.xml is now created properly.