.seed.seed-integrationtest-support-web.2.0.0.source-code.arquillian.xml Maven / Gradle / Ivy
<?xml version="1.0"?> <!-- Copyright (c) 2013-2015 by The SeedStack authors. All rights reserved. This file is part of SeedStack, An enterprise-oriented full development stack. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. --> <arquillian xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://jboss.org/schema/arquillian" xsi:schemaLocation="http://jboss.org/schema/arquillian http://jboss.org/schema/arquillian/arquillian_1_0.xsd"> <container qualifier="tomcat" default="true"> <configuration> <property name="bindHttpPort">${tomcat.http.port:9090}</property> </configuration> </container> </arquillian>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy