| # ------------------------------------------------------------------- | |
| # Copyright 2001-2004 The Apache Software Foundation. | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software | |
| # distributed under the License is distributed on an "AS IS" BASIS, | |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
| # See the License for the specific language governing permissions and | |
| # limitations under the License. | |
| # ------------------------------------------------------------------- | |
| maven.multiproject.type=jar | |
| # These properties are used by Java 2 Security testcase | |
| maven.test.classpath=${maven.build.dir}/test-resources/java2sec/less/LessPermission.jar;${maven.build.dir}/test-resources/java2sec/more/MorePermission.jar | |
| maven.junit.jvmargs=-Djava.security.policy=${base_dir}/test-resources/java2sec/policy/java2sectest.policy | |
| maven.junit.sysproperties=maven_home_dir base_dir maven_build_dir maven_repo_local maven_installed_root maven_test_dest | |
| maven_installed_root=${maven.home} | |
| base_dir=${basedir} | |
| maven_build_dir=${maven.build.dir} | |
| maven_test_dest=${maven.test.dest} | |
| maven_repo_local=${maven.repo.local} | |