I'm trying to build Ambari for windows using a command line that I think would get me there (since there are no instructions that can be found for Windows):
mvn -X clean package -DnewVersion=2.4.2.0.0 -DskipTests -Dpython.ver="python >= 2.6" -P windows > mvnlog.txt 2>&1 This is where the job gets stopped. I have waited up to an hour at this time with no luck. I have stopped and started this a few times again with no luck. [DEBUG] - included docs\src\site\site.xml [DEBUG] - included KEYS [DEBUG] - included LICENSE.txt [DEBUG] - included logo.png [DEBUG] - included mvnlog.txt [DEBUG] - included NOTICE.txt [DEBUG] - included pom.xml Warning: org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized. Compiler warnings: WARNING: 'org.apache.xerces.jaxp.SAXParserImpl: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.' Warning: org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized. Warning: org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized. Warning: org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized. Terminate batch job (Y/N)?
