forked from apache/xmlbeans
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.properties
27 lines (19 loc) · 896 Bytes
/
plugin.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
# Default project properties for xmlbean V1
#
# Indicates the directory that schema files can be found (*.xsd):
maven.xmlbeans.xmlbean.schema=src/xmlbeans
# Files to include in schema build:
maven.xmlbeans.xmlbean.includes=**/*.xsd
# Files to exclude from schema build:
maven.xmlbeans.xmlbean.excludes=
# Directory to put compiled files into:
maven.xmlbeans.xmlbean.classgendir=${maven.build.dir}/classes
# Whether to only generate source (.java) files from the schema(s) or not:
maven.xmlbeans.xmlbean.srconly=false
# Directory to put the generated source files:
maven.xmlbeans.xmlbean.srcgendir=${maven.build.dir}/xmlbeans/src
# Jar file containing the compiled XMLBeans and resources:
maven.xmlbeans.xmlbean.destfile=${maven.build.dir}/xmlbeans/${maven.final.name}.jar
# Indicates if the generated source should be compiled with debug information:
maven.xmlbeans.xmlbean.debug=false