default-config.baseTest.properties Maven / Gradle / Ivy
The newest version!
#
# Sonatype Nexus (TM) Open Source Version
# Copyright (c) 2007-2013 Sonatype, Inc.
# All rights reserved. Includes the third-party code listed at http://links.sonatype.com/products/nexus/oss/attributions.
#
# This program and the accompanying materials are made available under the terms of the Eclipse Public License Version 1.0,
# which accompanies this distribution and is available at http://www.eclipse.org/legal/epl-v10.html.
#
# Sonatype Nexus (TM) Professional Version is available from Sonatype, Inc. "Sonatype" and "Sonatype Nexus" are trademarks
# of Sonatype, Inc. Apache Maven is a trademark of the Apache Software Foundation. M2eclipse is a trademark of the
# Eclipse Foundation. All other trademarks are the property of their respective owners.
#
nexus.control.port=${nexus-control-port}
nexus.base.dir=${nexus-base-dir}
nexus.work.dir=${nexus-work-dir}
nexus-work=${nexus-work-dir}
nexus.log.dir=${project.build.directory}/logs
proxy.repo.base.dir=${proxy-repo-base-dir}
proxy.repo.control.port=${proxy-repo-control-port}
maven.local.repo=${project.build.directory}/maven_repo
maven.instance=${project.build.directory}/maven/apache-maven-${maven-version}
email.server.port=${email-server-port}
test.root.dir=${project.build.testOutputDirectory}
webproxy.server.port=${webproxy-server-port}
proxy.server.port=${proxy-repo-port}
nexus.application.port=${nexus-application-port}
test.resources.folder=${test-resources-folder}
test.resources.source.folder=${test-resources-source-folder}
proxy.repo.base.url=${proxy-repo-base-url}
nexus.base.url=${nexus-base-url}
proxy-repo-base-url=${proxy-repo-base-url}
nexus-base-url=${nexus-base-url}
email-server-port=${email-server-port}
email.server.port=${email-server-port}
default.configs=${default-configs}
project.build.directory=${project.build.directory}