forked from beanshell/beanshell
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaven-build.properties
More file actions
24 lines (24 loc) · 983 Bytes
/
maven-build.properties
File metadata and controls
24 lines (24 loc) · 983 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#Generated by Maven Ant Plugin - DO NOT EDIT THIS FILE!
#Fri Dec 02 13:05:00 EST 2022
maven.settings.offline=false
checkstyle.suppressions.location=src/conf/checkstyle-supressions.xml
maven.build.finalName=bsh-3.0.0-SNAPSHOT
version.jdk=1.8
maven.build.resourceDir.1=src/conf
maven.build.resourceDir.0=src/main/resources
maven.build.testOutputDir=${maven.build.dir}/test-classes
maven.build.testResourceDir.0=src/test/resources
maven.reporting.outputDirectory=${maven.build.dir}/site
project.build.sourceEncoding=UTF-8
maven.compiler.source=1.8
maven.build.srcDir.0=src/main/java
project.build.directory=${maven.build.dir}
maven.test.reports=${maven.build.dir}/test-reports
maven.build.dir=target
project.build.outputDirectory=${maven.build.outputDir}
maven.compiler.target=1.8
project.reporting.outputEncoding=UTF-8
maven.build.testDir.0=src/test/java
maven.settings.interactiveMode=true
maven.repo.local=${user.home}/.m2/repository
maven.build.outputDir=${maven.build.dir}/classes